Jump to content
MakeWebGames

getting errors in every file :s


Hybridd

Recommended Posts

Warning: session_start(): open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, O_RDWR) failed: Disk quota exceeded (122) in /home/*****/public_html/authenticate.php on line 3

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

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

Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/authenticate.php:3) in /home/*****/public_html/authenticate.php on line 60

Warning: Unknown: open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, 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 (/tmp) in Unknown on line 0

Link to comment
Share on other sites

I believe your not also using an updated McCodes. If you have a license you should update your codes and be able to get some errors fixed. I also had the problem with the session_start. I realised I was using an outdated mccodes.

Since when does:

Warning: session_start(): open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, O_RDWR) failed: Disk quota exceeded (122) in /home/*****/public_html/authenticate.php on line 3

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

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

Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/authenticate.php:3) in /home/*****/public_html/authenticate.php on line 60

Warning: Unknown: open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, 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 (/tmp) in Unknown on line 0

This version isn't updated?

the line 0 errors are to do with his hosts storage/data limits.

the other errors are because he has php after the html output from header. IE: Header; session_start() and then again in index.php; session_start();

Link to comment
Share on other sites

May want to stop the text output before the session start too

The text output before the session_start is the issue to do with the session folder not being writable, fixing /tmp will fix all the errors.

I get these errors way to often, they're annoying.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...