To begin with, there were no issues with the forum and the ability to log into it via Facebook. Out of nowhere, users that were logged in already through the Facebook Connect via cookie were receiving the error below. As a temporary fix, I had to disable the Facebook Connect ability in the AdminCP entirely. I double checked the Facebook App ID/Secret and even reset it but to no avail. What is causing this issue?
Warning: session_start() [function.session-start]: open(/tmp/sess_36302fec1dc1fc2bb4fc00ebdb738724, O_RDWR) failed: Permission denied (13) in [path]/includes/facebook/facebook.php on line 37
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:5615) in [path]/includes/facebook/facebook.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5615) in [path]/includes/functions.php on line 4513
Warning: Unknown: open(/tmp/sess_36302fec1dc1fc2bb4fc00ebdb738724, 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
Warning: session_start() [function.session-start]: open(/tmp/sess_36302fec1dc1fc2bb4fc00ebdb738724, O_RDWR) failed: Permission denied (13) in [path]/includes/facebook/facebook.php on line 37
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/class_core.php:5615) in [path]/includes/facebook/facebook.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:5615) in [path]/includes/functions.php on line 4513
Warning: Unknown: open(/tmp/sess_36302fec1dc1fc2bb4fc00ebdb738724, 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
Comment