marcanthony Posted January 3, 2005 Posted January 3, 2005 I getting this error messages please now that I'm up please let me know what to do Warning: Unknown(): open(/tmp/sess_bb5696e9123d8c3f5fe37e9224b891e8, 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
♥Vger Posted January 3, 2005 Posted January 3, 2005 Change the last line of both configure.php files to read: define('STORE_SESSIONS', 'mysql'); This then stores sessions in the database, so you don't need a 'tmp' folder (cause of the error message). It's best to use your database to store sessions on a shared server anyway. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.