ZenphotoCMS Forum
PHP messages on Admin Page? - 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: PHP messages on Admin Page? (/thread-1390.html)



PHP messages on Admin Page? - Dharker - 2007-04-26

I have managed to set up Zenphoto fine on one of my websites, but that is hosted with a different company. The one I'm trying to do now is with gate.com and I get the following errors on the admin page?

Thanks in advance for any help.

Warning: session_start(): open(/tmp/php-ses/sess_fb60ed8545fe5d8eb92d6843d014428b, O_RDWR) failed: Permission denied (13) in /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php on line 2

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php:2) in /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php:2) in /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin.php:2) in /nfs/cust/3/38/66/766833/web/zenphoto/zen/admin-functions.php on line 48




PHP messages on Admin Page? - DarrellD - 2007-04-26

Looks to me like you don't have write permission on /tmp.

Try using session_save_path() to change the directory where sessions get saved.