In \var\log habe ich folgende sporadisch auftretende Fehlermeldung gefunden:
Code:
[2019-09-07 16:53:41] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
[2019-09-07 16:53:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7baa4e"},"request_uri":"https://gynamed.net/app_dev.php/_wdt/7baa4e","method":"GET"} []
[2019-09-07 16:53:45] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/faq-leser/mitgliedschaft.html/"." [] []
[2019-09-07 16:53:46] request.INFO: Matched route "tl_page.130". {"route":"tl_page.130","route_parameters":{"_token_check":true,"_controller":"Contao\\FrontendIndex::renderPage","_scope":"frontend","_locale":"de","pageModel":"[object] (Contao\\PageModel: {})","parameters":"/mitgliedschaft","_route":"tl_page.130"},"request_uri":"https://gynamed.net/app_dev.php/faq-leser/mitgliedschaft.html","method":"GET"} []
[2019-09-07 16:53:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2019-09-07 16:53:46] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/faq-leser/mitgliedschaft.html/"." [] []
[2019-09-07 16:53:46] app.DEBUG: Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist. [] []
Offenbar wird dort eine FAQ-Leser Seite und die Route 'contao_frontend' nicht gefunden.
Ich weiß nur nicht, ob das weiterhilft.