What could be the reason for this? If you say it is due to the experiment - what could be the issue here, if it has been working previously?
There are different possible causes. One may be related to our server moving to new hardware on 04.10.2025, which also went along with some configuration changes. In the beginning, we had some issues with 502 "Bad Gateway" errors, though that seems solved by now. I see a few such errors in the error logs for 01.12. around 11:00 UTC, but nothing scary.
I also see some "500" server errors in the log, such as described above. These are usually related to "Fatal Errors" in SoSci Survey itself or in the PHP code used in the questionnaires. However, those fatal errors I observe in the error logs are caused from invalid PHP code, for example:
[03-Dec-2025 15:47:20 Europe/Berlin] PHP Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" instead) in /s2data/s2survey/html/s2survey/phpcode/PHPCodeExecutor.php(568) : eval()'d code
If you have an isset() on one of your questionnaire pages, give it a closer look. Such problems should however occur when one creates a questionnaire, not months later.
Another possible reason are updates of the underlying PHP version. The current version 8.4 (will be 8.5 in near future) is stricter than the previous 8.3, which may cause some code to fail that worked before. Again, one would expect something like to go along with error messages on the questionnaire page.
If I reload this URL, I continue to get the same error.
Please feel free to send such an URL to info@soscisurvey.de, so we can track down the issue. If a problem can be replicated, it's usually easy to solve.