I've set up literally dozens of sites on my VPS server using Joomla and Akeeba Backup. Never had any problems...
Today I went in to restore a site for a client using the same method and I am getting the following error messages:
----------------------------
Warning: session_start() [function.session-start]: open(/tmp/sess_e137d61534287741b67d435e2df246e9, O_RDWR) failed: Permission denied (13) in /home/......../installation/includes/storage.php on line 221
Warning: Unknown: open(/tmp/sess_e137d61534287741b67d435e2df246e9, 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
-----------------------------------
No changes have been made by me to the server aside from a "yum update" about a week ago and that potentially may have changed something but I don't know what.
When running a php-info check it returns that my session save path is /tmp That directory is set to 0755 for permissions.
Any idea what may have become misconfigured on this? Any idea how I might be able to fix it?
Today I went in to restore a site for a client using the same method and I am getting the following error messages:
----------------------------
Warning: session_start() [function.session-start]: open(/tmp/sess_e137d61534287741b67d435e2df246e9, O_RDWR) failed: Permission denied (13) in /home/......../installation/includes/storage.php on line 221
Warning: Unknown: open(/tmp/sess_e137d61534287741b67d435e2df246e9, 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
-----------------------------------
No changes have been made by me to the server aside from a "yum update" about a week ago and that potentially may have changed something but I don't know what.
When running a php-info check it returns that my session save path is /tmp That directory is set to 0755 for permissions.
Any idea what may have become misconfigured on this? Any idea how I might be able to fix it?