CMS Builder Error can't pull up Admim

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 23, 2018   (RSS)

By daniel - August 22, 2018

Hi Bryan,

This is likely an issue with the server configuration. One thing you can check is in your settings.data.php file to see if the "session_save_path" item has a value set. If it does, you can try to remove the value so that the line looks like this: (I would recommend copying the value somewhere else in case you need it later)

'session_save_path' => '', 

If this does not help I would recommend getting in touch with your client's hosting provider to see if they can provide any insight.  

Let me know if you have any questions.  

Thanks,

Daniel
Technical Lead
interactivetools.com

By bryant - August 23, 2018

Thanks for your help, Daniel.  I was able to find the root path to the temp folder and put that in the session_save_path and it allowed me to get in.  Their server is running an old version of php which I can now update also.

Bryan