1

Topic: Error on Upgrade to 5.2.4.

Hi,
I just tried to upgrade my Luxcal from 5.1.1 to 5.2.4

While browsing to the root of the calendar, it says "HTML Error 500". Then I tried opening the upgrade524.php directly.

The error then is:

Parse error: syntax error, unexpected '?' in /var/www/live/web/scheduling/sisaal_upgrade/common/toolbox.php on line 672

Has anyone an idea?

Thank you!
Julia

Re: Error on Upgrade to 5.2.4.

Hi Julia,
My best guess is that the PHP version running on your server is still 5.x.
The error on line 672 of the toolbox concerns a new operator (null coalescing operator), which was introduced in PHP version 7
Please check on you server (cPanel) if you can switch to PHP 7 or, even better, 8.

If this does not solve your problem, please let me know. and we will take it from there.
Roel