{% trans "Report an application fault" %}
{% if urlError %}
{% trans "CMS configuration warning, it is very unlikely that /web/ should be in the URL. This usually means that the DocumentRoot of the web server is wrong and may put your CMS at risk if not corrected." %}
{% endif %}
{% if binLogError %}
{% trans "The CMS may not be working as expected because MySQL BINLOG format is set to STATEMENT. This can effect sessions and should be set to ROW or MIXED." %}
{% endif %}
{% trans "Before reporting a fault it would be appreciated if you follow the steps. Click start " %}
{% trans "Check that the Environment passes all the CMS Environment checks." %}
{% if environmentFault %}
{% trans "There is a critical error that you should resolve first." %}
{% elseif environmentWarning %}
{% trans "There is a warning on the checklist that you should resolve." %}
{% else %}
{% trans "All checks pass. Click next to continue" %}
{% endif %}
{% if environmentFault or environmentWarning %}
{% trans "Item" %} |
{% trans "Status" %} |
{% trans "Advice" %} |
{% for check in environmentCheck %}
{% if check.status != 1 %}
{{ check.item }} |
{% if check.status == 0 %}
{% else %}
{% endif %}
|
{{ check.advice }} |
{% endif %}
{% endfor %}
{% trans "All other checks passed" %}
{% endif %}
{% if environmentCheck %}
{% trans "Item" %} |
{% trans "Status" %} |
{% trans "Advice" %} |
{% for check in environmentCheck %}
{% if check.status == 1 %}
{{ check.item }} |
{% if check.status == 1 %}
{% endif %}
|
{{ check.advice }} |
{% endif %}
{% endfor %}
{% endif %}
{% trans "Turn ON full auditing and debugging." %}
{% trans "Recreate the Problem in a new window." %}
{% trans "Please open a new window and recreate the problem. While you do that we are going to log all of the actions taken in a text based log. We won't capture screenshots or videos, so if you feel that this would be useful please capture those manually and add them to the zip file you will download in the next step." %}
{% trans "Open a new window" %}
{% trans "Automatically collect and export relevant information into a text file." %}
{% trans "Please save this file to your PC." %}
{% trans "What items would you like to save?" %}
{% trans "Turn full auditing and debugging OFF." %}
{% trans "That's it!" %}
{% trans "Click on the below link to open the bug report page for this release." %}
{% trans "Describe the problem and include a link to the fault archive you obtained earlier - please check this archive for sensitive information, redact as appropriate, and upload it somewhere publically accessible." %}