ZenphotoCMS Forum
Working but... - 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: Working but... (/thread-6245.html)



Working but... - satellite - 08-12-2009

Greetings! I have been having troubles getting past the set-up page for a few hours and wanted to post many times but instead I read the posts here and finally got past the set-up page! Everything works BUT I do have a few errors showing on the login screen and within the Admin pages. The Gallery end seems to be working fine. If anyone could help me find a fix for the following errors, I would appreciate it very much. I am new to php & MySql so plain English will help, thanks!

Thanks for sharing the Gallery, it's amazing!

ON THE TOP OF THE PAGES:

Warning: session_start() [function.session-start]: open(D:\TEMP\PHP/sess_m3q7suh9es7v5q28sug2mgv010, O_RDWR) failed: No such file or directory (2) in /home/content/m/a/r/maryverdi/html/zenphoto/zp-core/admin-globals.php on line 15

ON THE BOTTOM OF THE PAGES:

Warning: Unknown: open(D:\TEMP\PHP/sess_m3q7suh9es7v5q28sug2mgv010, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (D:\TEMP\PHP) in Unknown on line 0




Working but... - acrylian - 08-12-2009

The default setup of Zenphoto does not use sessions but cookies. Anyway, your errors suggest that the installation was not correct and some files are missing. Try a fresh install. Also it looks that you are using a Windows server. We don't test on those.




Working but... - sbillard - 08-12-2009

Admin does use sessions. THese errors are an indication of some problem with your PHP installation as the session functions seem not working.