From 13814695ace12586771fdee89b53e70ed024aa22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 11 Jun 2023 00:12:24 +0200 Subject: [PATCH] Add hint to docker logs to error page --- templates/bundles/TwigBundle/Exception/error.html.twig | 2 +- templates/bundles/TwigBundle/Exception/error500.html.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig index ea9b5849..eb3da877 100644 --- a/templates/bundles/TwigBundle/Exception/error.html.twig +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -33,7 +33,7 @@ {% block admin_info %} You could try to do following things, if this error is unexpected: {% endblock %} diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig index 0ec83ec0..c709e189 100644 --- a/templates/bundles/TwigBundle/Exception/error500.html.twig +++ b/templates/bundles/TwigBundle/Exception/error500.html.twig @@ -22,14 +22,14 @@ {% elseif exception.class == "Doctrine\\DBAL\\Exception\\InvalidFieldNameException" or exception.class == "Doctrine\\DBAL\\Exception\\TableNotFoundException" %} Invalid or not existing database schema.

Try following things:

{% else %} You could try following things, if this error is unexpected: {% endif %}