I am getting the following error this morning on all my websites:
Warning: session_start() [function.session-start]: open(/tmp/sess_1e362fd4b0097a7f6360153af70d26a3, O_RDWR) failed: Disk quota exceeded (122) in /home/donor/public_html/include/session.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/donor/public_html/include/session.php:46) in /home/donor/public_html/include/session.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/donor/public_html/include/session.php:46) in /home/donor/public_html/include/session.php on line 46
It appears nothing can be written to the /tmp directory... or more than one sess* file created in that directory per user. My disk has plenty of room on it.
Thoughts??
Warning: session_start() [function.session-start]: open(/tmp/sess_1e362fd4b0097a7f6360153af70d26a3, O_RDWR) failed: Disk quota exceeded (122) in /home/donor/public_html/include/session.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/donor/public_html/include/session.php:46) in /home/donor/public_html/include/session.php on line 46
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/donor/public_html/include/session.php:46) in /home/donor/public_html/include/session.php on line 46
It appears nothing can be written to the /tmp directory... or more than one sess* file created in that directory per user. My disk has plenty of room on it.
Thoughts??