There are server-related session problems on your install.
Posted by Mark [Elevated X Support], Last modified by AJ Hall on 01 November 2017 03:29 PM
|
|
If you attempt to log into the CMS and get this error: There are server-related session problems on your install. Please click here for more info. This means there is a configuration-related problem with your server that your host / tech will need to correct. In sum, what's happening here is that your server is not able to properly store session information your machine. The CMS requires sessions to be working in order to stay logged into the system, and pass information from one page-load to another. Your host can use the following PHP code below to test this functionality. ====== <?php | |
|