errors on admin since new install

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

  • trisweb Administrator
    That's a problem with PHP's sessions -- you need to specify a php.ini directive that tells the path where session data should be stored by PHP. It needs to be a writable directory. Read about more here: http://us2.php.net/manual/en/ref.session.php#ini.session.save-path

    Contact your host and ask them to set that if you're not sure how.
  • For information, I got similar errors while setting up zenphoto 1.2.6 on the web space offered by French internet provider "free.fr".

    Found that I needed to create a folder "sessions" at the root of web space.

    It may help someone else.
Sign In or Register to comment.