Guest Posted June 9, 2011 Report Share Posted June 9, 2011 Hi guys Just did a fresh install and at the bottom the site and at the bottom of the control panel I get these two errors... Warning: Unknown: open(/var/lib/php/session/sess_9uvrp4dupjtndqtsgam3osutd5, 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 (/var/lib/php/session) in Unknown on line 0 Anyhelp would be much appreciated Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted June 9, 2011 Moderators Report Share Posted June 9, 2011 Hello, That is a php configuration error, speak with your host, if you have full control over your server then you need to define the session_savepath in your php.ini and give it full read write permissions. Quote Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2011 Report Share Posted June 9, 2011 Hi Mark Thank you for the quick reply. I have full control and I'll give it a go now. Edit: also this error on registration as well... Fatal error: Call to undefined function filter_var() in /var/www/vhosts/skybusvirtual.co.uk/httpdocs/core/modules/Registration/Registration.php on line 206 if(filter_var($this->post->email, FILTER_VALIDATE_EMAIL) == true) Also were is the php.ini? Its been a very long time sinc ive touched phpvms and now back to the basics Regards Jay Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.