Internal Server Error - The table name must not be empty
herrweiss77 opened this issue · 1 comments
Beim Update von 1.31.67 auf 1.32.1 bekomme ich im Backend folgende Fehlermeldung, wenn ich einen Artikel anlege oder ein bestehendes Inhaltselement editieren oder neu anlegen will:
Internal Server Error
The table name must not be empty
In var/logs taucht folgende Meldung auf:
[2022-05-10 13:07:15] request.CRITICAL: Uncaught PHP Exception Exception: "The table name must not be empty" at /home/www/www.iai-automation.com/vendor/contao/core-bundle/src/Resources/contao/library/Contao/DcaLoader.php line 50 {"exception":"[object] (Exception(code: 0): The table name must not be empty at /home/www/www.iai-automation.com/vendor/contao/core-bundle/src/Resources/contao/library/Contao/DcaLoader.php:50)"} []
Hier mein Stack Trace:
Exception:
The table name must not be empty
at vendor/contao/core-bundle/src/Resources/contao/library/Contao/DcaLoader.php:50
at Contao\DcaLoader->__construct('')
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:1449)
at Contao\Controller::loadDataContainer('')
(vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php:1545)
at Contao\Controller->getParentEntries('', '1')
(vendor/contao/core-bundle/src/Resources/contao/classes/Versions.php:250)
at Contao\Versions->create(true)
(vendor/contao/core-bundle/src/Resources/contao/classes/Versions.php:148)
at Contao\Versions->initialize()
(vendor/contao/core-bundle/src/Resources/contao/drivers/DC_Table.php:1836)
at Contao\DC_Table->edit()
(vendor/contao/core-bundle/src/Resources/contao/classes/Backend.php:644)
at Contao\Backend->getBackendModule('article', null)
(vendor/contao/core-bundle/src/Resources/contao/controllers/BackendMain.php:169)
at Contao\BackendMain->run()
(vendor/contao/core-bundle/src/Controller/BackendController.php:48)
at Contao\CoreBundle\Controller\BackendController->mainAction()
(vendor/symfony/http-kernel/HttpKernel.php:158)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:80)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:201)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(web/index.php:31)
Nach einem Downgrade auf 1.31.68 taucht der Fehler nicht mehr auf.
Ich benutze bei der Installation den Modifizierer, ich vermute das es damit zusammenhängt.
Should fixed in v1.32.4