permission error after 14 days
Permalink
Site was established and worked well for about 14 days but now says:
Warning: session_start(): open(/tmp/sess_vkh5onlpus6pseofk8edc4m616, O_RDWR) failed: Permission denied (13) in /home/u723985597/public_html/myclass/concrete/startup/session.php on line 22
As a result I can't log in to edit the site. the site is working fine but clearly it cannot save or access sessions. Looking at the filemanager I cannot see a tmp folder at all (incl searching for it). Perhaps it has disappeared? I don't want to reinstall without knowing why this happened in the first place.
Warning: session_start(): open(/tmp/sess_vkh5onlpus6pseofk8edc4m616, O_RDWR) failed: Permission denied (13) in /home/u723985597/public_html/myclass/concrete/startup/session.php on line 22
As a result I can't log in to edit the site. the site is working fine but clearly it cannot save or access sessions. Looking at the filemanager I cannot see a tmp folder at all (incl searching for it). Perhaps it has disappeared? I don't want to reinstall without knowing why this happened in the first place.
I would check the permissions on the [root]/files/tmp folder on your server. It must be 755 or 777. You can't do this through the concrete5 File Manager, you need to do this through your host's File Manager. It also might be that this tmp folder is full and you need to delete the session files stored in there.