I have that error above my page when enabled facebook platform in facebook settings.
Quote:
Warning: session_start() [function.session-start]: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) in ..../includes/facebook/facebook.php on line 49
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ..../includes/class_core.php:5705) in ..../includes/facebook/facebook.php on line 49
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at ..../includes/class_core.php:5705) in ..../includes/facebook/facebook.php on line 49
And below the page:
Quote:
Warning: Unknown: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) 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 (/home/***/tmp/) in Unknown on line 0
Warning: Unknown: open(/home/***/tmp//sess_049b4b10fabe8f735fce3255f17bebfa, O_RDWR) failed: No such file or directory (2) 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 (/home/***/tmp/) in Unknown on line 0
this one that says it is missing check server error logs for more info
You need to make sure that you upload the facebook.php file via FTP here: includes/facebook so the pathway would look like this: includes/facebook/facebook.php What that error is telling you is that the file itself is missing, it cannot find it where its supposed to be. So more and likely if you upload the file to the place its supposed to be you will not get that warning anymore.