When calling System Status -> Apache Server Status, a white page appears / Error 500.
Affected Systems:
The handful of early adopters who have already pulled the update to version 24.0 and are running the following KeyHelp version:
KeyHelp 24.0 - Build 3218
KeyHelp systems that ran the update after February 7, 16:20 (Europe/Berlin), and are running the following KeyHelp version do not need this fix:
KeyHelp 24.0 - Build 3220
Solution:
Execute the following command according to the operating system running on the server:
Code: Select all
# For Debian 10 / Debian 11 / Ubuntu 20
wget https://install.keyhelp.de/misc/php71/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;
# For Ubuntu 22
wget https://install.keyhelp.de/misc/php81/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;
# For Debian 12
wget https://install.keyhelp.de/misc/php82/ApacheServerStatus -O /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ; chown keyhelp:keyhelp /home/keyhelp/www/keyhelp/core-ns/System/ApacheServerStatus/ApacheServerStatus.php ;