Hi,
I switched from zen 1.0.5 (not sure) to 1.0.8.
While making admin stuff, on each action I need to login again and I get things like hereunder.
Is it due to internet explorer security level? cookies?
All needed folder are set to 777 mode.
thanks a lot!
Warning: session_start() [function.session-start]: open(/mnt/138/sdb/2/5/photosnafu/sessions/sess_a0d4a788c07c3dcc7922659e36c4467c, O_RDWR) failed: No such file or directory (2) in /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php:2) in /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php:2) in /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin.php:2) in /mnt/138/sdb/2/5/photosnafu/galerie/zen/admin-functions.php on line 48
Comments
Contact your host and ask them to set that if you're not sure how.
Found that I needed to create a folder "sessions" at the root of web space.
It may help someone else.