DELETE-ME-NOW- Posted August 27, 2010 Posted August 27, 2010 When i goto my game, i am getting several errors similar to these: Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****l/public_html/core.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 3 Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****/public_html/authenticate.php on line 16 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /home2/***l/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 77 Warning: Unknown: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, 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 (/tmp) in Unknown on line 0 Coming up on authenticate.php too :/ I have changed NOTHING. But i fear i may have just been hacked. Any advance on what im experiencing? Quote
Wazam Posted August 27, 2010 Posted August 27, 2010 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16 This is saying it's been already sent. Look at your authenticate, and remove one of the two. Quote
DELETE-ME-NOW- Posted August 27, 2010 Author Posted August 27, 2010 Well i fixed it. Turns out it was only me with the problem. I dleted ll my cookies, and i was rolling again! :) Quote
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.