{% extends "@ContaoCore/Error/layout.html.twig" %} {% block title %} {{ error.error|default('An error occurred') }} {% endblock %} {% block matter %}
{{ error.errorOccurred|default('An error occurred while executing this script. Something does not work properly. Additionally an error occurred while trying to display the error message.') }}
{% endblock %} {% block howToFix %}{{ error.errorFixOne|default('Open the current log file in the var/logs
or app/logs
directory and find the associated error message (usually the last one).')|raw }}
{{ error.errorExplain|default('The script execution stopped, because something does not work properly. The actual error message is hidden by this notice for security reasons and can be found in the current log file (see above). If you do not understand the error message or do not know how to fix the problem, search the Contao FAQs or visit the Contao support page.')|raw }}
{% endblock %}