clampdown Posted September 16, 2015 Share Posted September 16, 2015 Hello,I've searched the forum for an answer but can't find any topics which are similar.I get the following error when opening file manager through both product descriptions and CMS pages: Warning: session_start(): open(/var/lib/php/session/sess_c9h5n8p23vb2am04uud851akg5, O_RDWR) failed: Permission denied (13) in/var/www/vhosts/DOMAIN-NAME/httpdocs/ADMIN-URL/filemanager/config/config.php on line 2 I have checked phpinfo and mbstring is installed and enabled - so obviously it must be a permissions error. On line 2 of config/config.php it simply says " session_start(); " Please can anybody help? thank you Link to comment Share on other sites More sharing options...
Simonas Invertus Posted September 16, 2015 Share Posted September 16, 2015 I never seen such error before but it seems you do not have read/write permissions to store sessions on your server. It should be something wrong with server configurations Link to comment Share on other sites More sharing options...
clampdown Posted September 16, 2015 Author Share Posted September 16, 2015 Thank you for the reply Simonas.I've actually sorted this problem now. In case anybody wants to know I accessed my server by SSH and changed the file permissions on " /var/lib/php/session " 1 Link to comment Share on other sites More sharing options...
Recommended Posts