{% extends "bundles/TwigBundle/Exception/error.html.twig" %}
{% block status_comment %}
Something bad happened internally.
There is nothing you could do about this, except trying to reload the page.
{% endblock %}
{% block admin_info %}
{% if exception.class == "Doctrine\\DBAL\\Exception\\ConnectionException" %}
Can not connect to database.
Try following things:
DATABASE_URL
in .env.local
is correct: database name, user and password must be correct.Try following things:
Try following things:
DATABASE_URL
in .env.local
(or docker configure) is correctTry following things:
DATABASE_URL
in .env.local
(or docker configure) is correctvar/log/prod.log
(or docker logs
when Part-DB is running inside a docker container) for additional informations