Strange Errors

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
DivotMaker
Posts: 2
Joined: Thu Aug 25, 2005 6:10 pm

Strange Errors

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post by Guest »

Thank you. I'm on the phone with them now.
DivotMaker
Posts: 2
Joined: Thu Aug 25, 2005 6:10 pm

Post 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!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply