![]() |
|
errors on admin since new install - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: errors on admin since new install (/thread-1247.html) |
errors on admin since new install - photosnafu - 2007-04-24 Hi, 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 errors on admin since new install - trisweb - 2007-04-25 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. errors on admin since new install - pled - 2009-09-25 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. |