
03-06-2012, 03:43 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,390
|
|
Quote:
Originally Posted by desifunz
...
Code:
Warning: Unknown: open(/tmp/sess_b03777798a46c1f28bc9c023ce35eabb, 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_c51e95f412b1905e572357e1e9afe206, 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:5605) in [path]/includes/facebook/facebook.php on line 37
...
|
check permission and ownership of /tmp/sess_*
turn off LiteSpeed PHP suEXEC (Admin Console => Configuration => Server => PHP suEXEC) if you use apache mod_php,
turn on PHP suEXEC if you use apache suphp.
two setups need to be matched.
|