Hello,
I wanted to update my limesurvey CE version 3.2 (which worked finde) to the newest 4.1.0 version:
my Sever has: PHP 5.5.14
SLES 12 SP3
Apache Webserver
MySQL Version 5.7
now I followed the Installation guide under the section "The thorough way (for big version jumps)":
www.limesurvey.org/manual/Upgrading_from...r_version_changes.29
Regarding Permissions I used chmod -R 777 limesurvey so every file has all permissions:
Now at the point when I open: https://<yourdomain>/<yourlimesurveydir>/admin
the following error is displayed:
" Fatal error: Default value for parameters with a class type hint can only be NULL in /srv/www/htdocs/limesurvey/application/models/LSActiveRecord.php on line 437"
any tips how to fix this? Thanks!