I updated my Limesurvey version (2.??) to version 3.16 through ComfortUpdate. At the same time I changed my PHP version first to 5.6, then to 7.1.
Unfortunately, since then, at various occasions and on different Limesurvey sites, i.e. surveys and configuration, I cannot reach Limesurvey and receive separately the two above-mentioned errors:
Website cannot be reached
CSRF token could not be verified
Subsequently, I have to refresh the site several times to access it.
Usually, then, it works fine and I cannot reproduce the error.
My server provider says that they cannot find any problems with the server and it works fine for everybody else.
Do you have an idea and could you please help me?
Thanks a lot,
Daniel
MySQL version is 5.7.21
mbstring is enabled
LS 3.16
What kind of hosting is used? Can you post the phpinfo() here? The PHP change might have changed the session paths and sessions are mixed up or deleted.
The code produced an error so I changed it and added:
// Set the name of the session
'session' => array(
'sessionName' => 'DeinSessionName',
),
to this part:
*/
return array(
'components' => array(