{% extends 'layout.twig' %} {% block title %}P3X GitList{% endblock %} {% block body %} {% include 'navigation.twig' %}
{{ 'error.oops'|t }} {{ message }}
{% if error %}
It is possible, that for huge commits, you need to increase the PHP memory limit, or sometimes, reloading is working, when you are not using lot's of many PHP processes. I tried to make huge commits to work with 128MB, but given, my server is using many PHP processes, sometimes the 128MB is not enough.
{{ error | raw }}

{% endif %} {{ 'error.go_back'|t }} {% include 'footer.twig' %}
{% endblock %}