I was installing WHMCS on my server and the support team told me they were finding these errors: Warning: Unknown: open(/tmp/sess_6d46de5f52c9e1c9b43d3b7c88784e20, O_RDWR) failed: Permission denied (13) in Unknown Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown This problem is stopping me from logging into any client accounts in WHMCS but I can login to the admin account if I tick the "remember me" button. Does anybody know how i'd go about fixing this?
It seems as if you've got problems registering sessions. Check our php.ini file to see where it is set to save sessions. Just create a php document with <?php echo phpinfo() ?> and then upload this document, view it and search for session.save_path and see what it is set to, and check its writable.