britey Posted February 18, 2008 Share Posted February 18, 2008 Ok i have afew scripts all on dif urls but in the same server and yesterday all sites say this. Warning: session_start() [function.session-start]: open(/home/vpgmcom/tmp/sess_731451966f1ab527e9724b5f912d6a55, O_RDWR) failed: Permission denied (13) in /home/bypass/public_html/index.php on line 12 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/bypass/public_html/index.php:12) in /home/bypass/public_html/index.php on line 12 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/bypass/public_html/index.php:12) in /home/bypass/public_html/index.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at /home/bypass/public_html/index.php:12) in /home/bypass/public_html/index.php on line 328 Warning: Unknown: open(/home/vpgmcom/tmp/sess_731451966f1ab527e9724b5f912d6a55, O_RDWR) failed: Permission denied (13) 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 ------------------- Warning: session_start() [function.session-start]: open(/home/vpgmcom/tmp/sess_436ba040cb7a0499ba29cd90d6c96ebf, O_RDWR) failed: Permission denied (13) in /home/proxy/public_html/index.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/proxy/public_html/index.php:2) in /home/proxy/public_html/index.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/proxy/public_html/index.php:2) in /home/proxy/public_html/index.php on line 2 Warning: Cannot modify header information - headers already sent by (output started at /home/proxy/public_html/index.php:2) in /home/proxy/public_html/PHProxy.class.php on line 603 ----------------------------- Ok i no the session should be at the start but that fine but all these script work well before yesterday. and for the live of me i cant see any reason why this could happen over night ------- (/home/vpgmcom/tmp/sess_731451966f1ab527e9724b5f912d6a55, O_RDWR) ---------- Where or how did this come in to play and how can i fix all the scripts. THANK YOU FOR ANY HELP HERE Quote Link to comment https://forums.phpfreaks.com/topic/91728-session_start/ Share on other sites More sharing options...
wildteen88 Posted February 18, 2008 Share Posted February 18, 2008 All errors are caused by the first error. Looking at the first error it is a file permission issue in /home/vpgmcom/tmp/ make sure that the tmp folder has the correct permissions for PHP to save session files to that location. Quote Link to comment https://forums.phpfreaks.com/topic/91728-session_start/#findComment-469852 Share on other sites More sharing options...
britey Posted February 18, 2008 Author Share Posted February 18, 2008 Ahh did not think of that . But why would this be on one url and dif ip from all the other sites What did i do wrong as it must be some sort of conflict but none of the other site scripts should or did point to that site ?? thanks Quote Link to comment https://forums.phpfreaks.com/topic/91728-session_start/#findComment-469882 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.