Out of nowhere - SessionHandler::write(): error
Permalink
v5.7 site dev and all good and suddenly get this on home page:
SessionHandler::write(): open(/tmp/sess_58c95985d51b8a12e7b920a41c75cdd2, O_RDWR) failed: Permission denied (13)
/home/ROOTNAME/public_html/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
1) I restored from previous version the /concrete/vender folder, 2) deleted tmp files in /application/files 3) check that file and has permission 755
Don't know what to do as this came from nowhere.... where are the sess... files in v5.7? I only know of deleting /application/files?
Any help appreciated. Should I restore everything? It looks like everything is there......
SessionHandler::write(): open(/tmp/sess_58c95985d51b8a12e7b920a41c75cdd2, O_RDWR) failed: Permission denied (13)
/home/ROOTNAME/public_html/concrete/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
1) I restored from previous version the /concrete/vender folder, 2) deleted tmp files in /application/files 3) check that file and has permission 755
Don't know what to do as this came from nowhere.... where are the sess... files in v5.7? I only know of deleting /application/files?
Any help appreciated. Should I restore everything? It looks like everything is there......
So I guess I will try to move one site to another ip.
The weird thing is I have been developing these 2 sites side by side for weeks at least and no issues. Why start now...?
I will report back after I move the site and hopefully will be back to normal. But still would think each site would be able to handle its own session but I guess there are no boundaries...which is causing the issue.