![]() |
|
Problem with session start - 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: Problem with session start (/thread-3593.html) |
Problem with session start - LordCoy - 2008-08-25 Hello, Warning: session_start() [function.session-start]: open(/mnt/104/sdb/9/e/lordcoy/sessions/sess_62596152a1ca9186aae549798f5a4811, O_RDWR) failed: No such file or directory (2) in /mnt/104/sdb/9/e/lordcoy/Zenphoto/zp-core/admin.php on line 4 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/104/sdb/9/e/lordcoy/Zenphoto/zp-core/admin.php:4) in /mnt/104/sdb/9/e/lordcoy/Zenphoto/zp-core/admin.php on line 4 Warning: Cannot modify header information - headers already sent by (output started at /mnt/104/sdb/9/e/lordcoy/Zenphoto/zp-core/admin.php:4) in /mnt/104/sdb/9/e/lordcoy/Zenphoto/zp-core/admin-functions.php on line 51 And I can't disconnect from administration can someone help me ? Problem with session start - trisweb - 2008-08-26 Try creating the sessions directory on your account... in the /lordcoy/ folder. PHP needs it to store session info. Problem with session start - LordCoy - 2008-08-26 yeah thanks it works great ! Now I still can't disconnect from administration, any ideas ? Problem with session start - sbillard - 2008-08-26 What do you mean by "can't disconnect"? Problem with session start - LordCoy - 2008-08-26 when I'm in the administration page, I click on disconnect in the upper right corner, and it don't do anything ... I'm with 1.1.7 version for my theme. Problem with session start - sbillard - 2008-08-26 You can close the browser to cancel your session. There have been some improvements in admin login session handling in 1.2. You might want to upgrade. |