PHP Interpreter werden nicht aktualisiert. [GELÖST]
Posted: Tue 25. Feb 2020, 09:11
Hey How in die Runde,
laut Changelog: https://changelog.keyhelp.de/?interpreter soll es ja neue PHP Interpreter geben.
Allerdings sind diese entweder noch nicht Live oder mein Server weigert sich diese zu Installieren
Es gibt unter Wartungsintervalle den "PHP-Interpreter aktualisieren" dieser ist aktiv und sollte eig. selbstständig um 05:00 Uhr ausgeführt werden.
Auszug aus dem Protokoll: (Hier ist mir aufgefallen das er den Cron nicht selbstständig am 25.02 um 5 Uhr ausgeführt hat.)
Der Auszug aus dem /var/log/keyhelp/php-error.log sag auch nur:
Konfiguration / PHP-Interpreter sag immer noch:
7.4 / 7.4.0 - 7.3 / 7.3.11 - 7.2 / 7.2.24
Die laufenden Prozesse sind auch sauber.
Vllt hat ja jemand noch ne Idee und kann mir da weiterhelfen.
Grüße Panda // Marcel
laut Changelog: https://changelog.keyhelp.de/?interpreter soll es ja neue PHP Interpreter geben.
Allerdings sind diese entweder noch nicht Live oder mein Server weigert sich diese zu Installieren

Es gibt unter Wartungsintervalle den "PHP-Interpreter aktualisieren" dieser ist aktiv und sollte eig. selbstständig um 05:00 Uhr ausgeführt werden.
Auszug aus dem Protokoll: (Hier ist mir aufgefallen das er den Cron nicht selbstständig am 25.02 um 5 Uhr ausgeführt hat.)
Code: Select all
====
[24-Feb-2020 05:00:06] INFO --> starting repo update
[24-Feb-2020 05:00:06] INFO --> step: uninstall php versions
[24-Feb-2020 05:00:06] INFO --> no tasks found
[24-Feb-2020 05:00:06] INFO --> step: update php versions
[24-Feb-2020 16:35:01] INFO --> starting repo update
[24-Feb-2020 16:35:01] INFO --> step: uninstall php versions
[24-Feb-2020 16:35:01] INFO --> no tasks found
[24-Feb-2020 16:35:01] INFO --> step: update php versions
[24-Feb-2020 16:35:06] INFO --> no tasks found, everything is up to date
[24-Feb-2020 16:35:06] INFO --> step: install new php versions
[24-Feb-2020 16:35:06] INFO --> no tasks found
====
[24-Feb-2020 16:40:01] INFO --> starting repo update
[24-Feb-2020 16:40:01] INFO --> step: uninstall php versions
[24-Feb-2020 16:40:01] INFO --> no tasks found
[24-Feb-2020 16:40:01] INFO --> step: update php versions
[24-Feb-2020 16:40:02] INFO --> no tasks found, everything is up to date
[24-Feb-2020 16:40:02] INFO --> step: install new php versions
[24-Feb-2020 16:40:02] INFO --> no tasks found
====
[25-Feb-2020 08:28:01] INFO --> starting repo update
[25-Feb-2020 08:28:01] INFO --> step: uninstall php versions
[25-Feb-2020 08:28:01] INFO --> no tasks found
[25-Feb-2020 08:28:01] INFO --> step: update php versions
[25-Feb-2020 08:28:02] INFO --> no tasks found, everything is up to date
[25-Feb-2020 08:28:02] INFO --> step: install new php versions
[25-Feb-2020 08:28:02] INFO --> no tasks found
====
Der Auszug aus dem /var/log/keyhelp/php-error.log sag auch nur:
Code: Select all
[22-Feb-2020 01:10:10 Europe/Berlin] PHP Warning: Division by zero in /home/keyhelp/www/keyhelp/core/pending/Server.php on line 260
[22-Feb-2020 01:11:08 Europe/Berlin] PHP Warning: Division by zero in /home/keyhelp/www/keyhelp/core/pending/Server.php on line 260
[22-Feb-2020 01:11:14 Europe/Berlin] PHP Warning: Division by zero in /home/keyhelp/www/keyhelp/core/pending/Server.php on line 260
[22-Feb-2020 01:11:21 Europe/Berlin] PHP Warning: Division by zero in /home/keyhelp/www/keyhelp/core/pending/Server.php on line 260
[22-Feb-2020 01:32:22 Europe/Berlin] PHP Warning: session_destroy(): Trying to destroy uninitialized session in /home/keyhelp/www/keyhelp/misc/pma_sso.php on line 81
[22-Feb-2020 01:45:55 Europe/Berlin] PHP Notice: A session had already been started - ignoring session_start() in /home/keyhelp/www/keyhelp/core/pending/Session.php on line 51
7.4 / 7.4.0 - 7.3 / 7.3.11 - 7.2 / 7.2.24
Die laufenden Prozesse sind auch sauber.
Code: Select all
root@s01:~# ps aux | grep ph
root 995 0.0 0.1 408456 42412 ? Ss Feb24 0:04 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
root 2685 0.0 0.0 457364 15916 ? Ss Feb24 0:04 php-fpm: master process (/opt/keyhelp/php/7.3/etc/php-fpm.conf)
root 2719 0.0 0.0 456136 16872 ? Ss Feb24 0:02 php-fpm: master process (/opt/keyhelp/php/7.1/etc/php-fpm.conf)
keyhelp 7901 1.1 0.1 487936 30628 ? S 09:05 0:01 php-fpm: pool keyhelp
root 8046 0.0 0.0 11108 944 pts/0 S+ 09:08 0:00 grep ph
Grüße Panda // Marcel