Forum Moderators: coopster

Message Too Old, No Replies

Warning: session start() [function.session-start]: open(/tmp/sess 8b10

         

artie2004

3:07 pm on Sep 16, 2006 (gmt 0)

10+ Year Member



Hello. Could someone tell me why i am getting these warnings on my php pages? And what i can do to fix it? Thanks.

Warning: session_start() [function.session-start]: open(/tmp/sess_8b107ef6a1cde0a7426aedc044c14cb2, O_RDWR) failed: Disk quota exceeded (122) in /home/ployjam/public_html/admin/login.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/ployjam/public_html/admin/login.php:2) in /home/ployjam/public_html/admin/login.php on line 23

Warning: Unknown: open(/tmp/sess_8b107ef6a1cde0a7426aedc044c14cb2, O_RDWR) failed: Disk quota exceeded (122) 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 () in Unknown on line 0

barns101

3:42 pm on Sep 16, 2006 (gmt 0)

10+ Year Member



PHP can't store the session data in your server's /tmp/ directory because the disk space is full. This should definitely not be happening and you need to contact your host ASAP.

artie2004

4:46 pm on Sep 16, 2006 (gmt 0)

10+ Year Member



thanks barns101.