Page 1 of 1

Strange Errors

Posted: Thu Aug 25, 2005 6:12 pm
by DivotMaker
All was working fine, now I'm getting the following when I click on the "Add My Comments" button:

Warning: session_start(): open(/tmp/sess_1b6a269a1d00a436f634652c21ece555, O_RDWR) failed: No space left on device (28) in /home/celebrat/public_html/gbook.php on line 47

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

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/celebrat/public_html/gbook.php:47) in /home/celebrat/public_html/gbook.php on line 47

Warning: Unknown(): open(/tmp/sess_3c0ca3bc70afcc1451a5b728f1f4ab86, O_RDWR) failed: No space left on device (28) 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

Any ideas? Thanks.

Posted: Thu Aug 25, 2005 6:38 pm
by Klemen
Your sessions are not working correctly. Check with your hosting company if you have reached your account size limit or if their session folder (usually /tmp) is full.

Regards

Posted: Thu Aug 25, 2005 6:42 pm
by Guest
Thank you. I'm on the phone with them now.

Posted: Thu Aug 25, 2005 8:27 pm
by DivotMaker
Ok, it's working again. The guy I talked to had no idea what was done to fix it, but can explain more about the /tmp folder and why it gets full? Does it have to be emptied every so often? I figure if I understand it better, I can explain it to the web host if it happens again. Thanks again!

Posted: Thu Aug 25, 2005 10:31 pm
by Klemen
Hi,

I'm not a server tech guy, but /tmp is a "temporary" folder where PHP usually stores session data. I guess it was full to the limit, but have no idea why. You should ask the tech people at your host :wink:

Regards