Kuestenschmiede / PwaBundle

Adds PWA functionality to a contao application.
https://con4gis.org
9 stars 1 forks source link

Fehler in Contao 4.9: You have requested a non-existent service "contao.insert_tag.parser". #34

Open johannes-bittner opened 11 months ago

johannes-bittner commented 11 months ago

Mit Contao 4.9.42 kommt es mit der aktuellen Version (bzw. wohl bis zu 2.5.0 herunter) zu folgendem Fehler, wenn man bspw. News bearbeiten will, für die eine Push-Nachricht versendet werden soll:

You have requested a non-existent service "contao.insert_tag.parser".

`Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "contao.insert_tag.parser".

at vendor/symfony/dependency-injection/Container.php:289 at Symfony\Component\DependencyInjection\Container->make('contao.insert_tag.parser', 1) (vendor/symfony/dependency-injection/Container.php:231) at Symfony\Component\DependencyInjection\Container->get('contao.insert_tag.parser') (vendor/con4gis/pwa/src/Classes/Callbacks/NewsCallback.php:35) at con4gis\PwaBundle\Classes\Callbacks\NewsCallback->sendPushNotification(object(DC_Table)) (vendor/contao/core-bundle/src/Resources/contao/drivers/DC_Table.php:2132) at Contao\DC_Table->edit() (vendor/contao/core-bundle/src/Resources/contao/classes/Backend.php:642) at Contao\Backend->getBackendModule('news', 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:169) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/http-kernel/HttpKernel.php:81) 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) at require('/home/---/public_html/---/---/web/index.php') (web/app.php:4) `