PHP messages on Admin Page?

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

Comments

  • 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.
Sign In or Register to comment.