From a07170187099433ecbaecbc6830ddb6e0bdb4de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 4 Mar 2026 23:27:06 +0100 Subject: [PATCH] Add cache pool clear hint to error pages Related to #1279 --- .../bundles/TwigBundle/Exception/error500.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig index 40a418c2..a4e5827b 100644 --- a/templates/bundles/TwigBundle/Exception/error500.html.twig +++ b/templates/bundles/TwigBundle/Exception/error500.html.twig @@ -17,7 +17,7 @@ Can not load frontend assets.

Try following things:

{% elseif exception.class == "Doctrine\\DBAL\\Exception\\InvalidFieldNameException" or exception.class == "Doctrine\\DBAL\\Exception\\TableNotFoundException" @@ -26,21 +26,21 @@ {% elseif exception.class == "Doctrine\\DBAL\\Exception\\DriverException" %} Error while executing database query.
This is maybe caused by an old database schema.

Try following things:

{% else %} You could try following things, if this error is unexpected: {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}