Please help us help you and fill where relevant: Your LimeSurvey version: 3.28.77 Own server or LimeSurvey hosting: Own Server Survey theme/template: Irrelevant
================== I have LimeSurvey installed on a centos server with linux.
Yesterday I made changes on PHP (7.3.33) and now I can only open the login page but I can't access the console.
Anyone ever happened something similar. Any ideas?
The problem was that after the changes Limesurvey was not able to write to the session path. I have changed the value of session.save_path in the php.ini to a writable directory e.g. "/tmp"
Run the info.php file to obtain installation information. Look for the path in the "session.save_path" This path must have write permissions, if it does not work, change the path in the php.ini configuration file to a directory with read permissions