Hallo,
ich habe Contao 5.5.1 auf einem ALL-INKL Premium Account mit
PHP 8.3.14-nmm1
Datenbank MariaDB 10.11.8
installiert.
Bei Erzeugung von TWIG-Templates habe ich folgendes Phänomen:
https://christophzander.de/contao-twig-issue.mp4
Funfakt: Bei einem gleich ausgestatteten ALL-INKL Privat Server tritt dieses Phänomen nicht auf.
Stack-Trace
Code:
Contao\CoreBundle\Twig\Inspector\InspectionExcepti on:
Could not inspect template "@Contao_ContaoCoreBundle/content_element/_base.html.twig". No recorded information was found. Please clear the Twig template cache to make sure templates are recompiled.
at vendor/contao/core-bundle/src/Twig/Inspector/Inspector.php:182
at Contao\CoreBundle\Twig\Inspector\Inspector->getData('@Contao_ContaoCoreBundle/content_element/_base.html.twig')
(vendor/contao/core-bundle/src/Twig/Inspector/Inspector.php:167)
at Contao\CoreBundle\Twig\Inspector\Inspector->getDataFromAll(array('slots' => array(), 'blocks' => array('text_media' => array(false, false), 'content' => array(false, false), 'text' => array(false, false)), 'parent' => '@Contao_ContaoCoreBundle/content_element/_base.html.twig', 'uses' => array(array('@Contao_ContaoCoreBundle/component/_figure.html.twig', array()), array('@Contao_ContaoCoreBundle/component/_rich_text.html.twig', array()))))
(vendor/contao/core-bundle/src/Twig/Inspector/Inspector.php:76)
at Contao\CoreBundle\Twig\Inspector\Inspector->inspectTemplate('@Contao_ContaoCoreBundle/content_element/text.html.twig')
(vendor/contao/core-bundle/src/Controller/BackendTemplateStudioController.php:174)
at Contao\CoreBundle\Controller\BackendTemplateStudio Controller->editorTab('content_element/text')
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:182)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:42)
[EDIT]
Ich habe dieses Verhalten in drei weiteren ALL-INKL Premium Account nachvollziehen können.
Können andere dieses Verhalten bestätigen?