Site broken?

Hi,

Both of my websites have stopped working on my computer, this comes up..

Warning: session_start(): open(/tmp/sess_9f1a9bed7a1cc592e44ff62ef5683e2c, O_RDWR) failed: Permission denied (13) in /home/bowbiz/public_html/conn.php on line 32

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/bowbiz/public_html/conn.php:32) in /home/bowbiz/public_html/conn.php on line 32

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/bowbiz/public_html/conn.php:32) in /home/bowbiz/public_html/conn.php on line 32
Can't create/write to file '/tmp/#sql_ee7_0.MYI' (Errcode: 13)
Warning: Unknown(): open(/tmp/sess_9f1a9bed7a1cc592e44ff62ef5683e2c, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0


What does it mean?

Thanks

Jayne :D
 
Hi,

Looks to me like the a rights issue on the tmp folder where the cookie data is stoed, which then screws up the rest of the code thats trying to write headers etc.

Possibly server running as wrong user or /tmp/ ownerships changed.

D
 
Upvote 0

Latest Articles