keri01 Posted November 7, 2019 Share Posted November 7, 2019 Hallo, Sobald ich in meinem Prestashop versuche die Shop URL, die Übersetzung oder die Shopversion von Presta zu aktuallisieren kommt im admin bereich ein Error 500. Der Onlineshop ist aber nach wie vor und mit den Änderungen von der URL oder Übersetzung erreichbar. Prestashop Version ist: 1.7.3.3 PHP Version ist 7.2 Fehlermeldung lautet: fatal errorUncaught Symfony\Component\DependencyInjection\Exception\RuntimeException: Cannot dump definition because of invalid class name (NULL) prestashop-2019-10-17-47b9c9/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php Zeile 1403 Dankeschon mal im Vorraus für die Hilfe Link to comment Share on other sites More sharing options...
JBW Posted November 7, 2019 Share Posted November 7, 2019 Das Problem wurde hier schon öfters diskutiert, evtl. hilft das: https://www.prestashop.com/forums/search/?q=PhpDumper Link to comment Share on other sites More sharing options...
Wuschel Posted November 7, 2019 Share Posted November 7, 2019 Manchmal hilft ja die brutale Tour. Kommentiere einfach mal die Zeile 1403 aus: // throw new RuntimeException(sprintf('Cannot dump definition because of invalid class name (%s)', $class ?: 'n/a')); Das Problem ist einfach, dass PrestaShop für seine Neuentwicklung 1.7 als Entwicklungsumgebung das französische Framework Symfony nutzt, an dem aber auch noch ständig gebastelt wird. Aktuell gibt es von Symfony die Version 4, die aber wiederum noch nicht von PrestaShop unterstützt wird. Link to comment Share on other sites More sharing options...
keri01 Posted November 8, 2019 Author Share Posted November 8, 2019 (edited) Vielen Dank für die Antworten. Das Auskommentieren der Zeile 1403 hat funktioniert. Edited November 8, 2019 by keri01 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now