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


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
-
- Posts: 2
- Joined: Thu Aug 25, 2005 6:10 pm
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
Regards
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

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


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