Hallo zusammen,
seit dem Shopware Update auf 5.6.2 und PHP 7.3 werden die Cronjobs und CLI Befehle nicht ausgeführt.
Mit der vorherigen PHP 7.0 Version und SW 5.4.6 gab es keine Probleme.
Folgende Fehlermeldung erhalten wir:
PHP Fatal error: Uncaught TypeError: Return value of Doctrine\Common\Annotations\AnnotationRegistry::registerLoader() must be an instance of Doctrine\Common\Annotations\void, none returned in /home/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php:117
Stack trace:
#0 /home/autoload.php(33): Doctrine\Common\Annotations\AnnotationRegistry::registerLoader(Array)
#1 /home/bin/console(28): require(’/home/…’)
#2 {main}
thrown in /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php on line 117 Cache warmup PHP Fatal error: Uncaught TypeError: Return value of Doctrine\Common\Annotations\AnnotationRegistry::registerLoader() must be an instance of Doctrine\Common\Annotations\void, none returned in /home/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php:117
Stack trace:
#0 /home//autoload.php(33): Doctrine\Common\Annotations\AnnotationRegistry::registerLoader(Array)
#1 /home/bin/console(28): require(’/home/…’)
#2 {main}
thrown in /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php on line 117
Laut Forum müssen ggf. Einstellungen für den Composer vorgenommen werden. Nur weiß ich nicht wo dies gemacht werden muss.
Hoster ist Profihost.
Installation vom PHP Composer laut Anleitung (https://wissen.profihost.com/wissen/artikel/php-composer-installation/) für PHP 7.3 wurde gemacht, trotzdem tritt der Fehler auf.