HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/plugins/CoreUpdater/templates/updateHttpError.twig
{% extends '@CoreUpdater/layout.twig' %}

{% block content %}

    <div class="header">
        <h1>{{ 'CoreUpdater_UpdateErrorTitle'|translate }}</h1>
    </div>

    <div class="content">

        {% for message in feedbackMessages %}
            <p>&#10003; {{ message }}</p>
        {% endfor %}

        <div class="alert alert-danger">
            <strong>{{ 'CoreUpdater_UpdateErrorTitle'|translate }}:</strong>
            {{ error }}
        </div>

        <p>
            {{ 'CoreUpdater_UpdateHasBeenCancelledExplanation'|translate("<br /><br />",externallink("https://matomo.org/docs/update/"),"</a>")|raw }}
        </p>

    </div>

    <div class="footer">
        <a href="index.php">{{ 'General_ContinueToPiwik'|translate }}</a>
    </div>

{% endblock %}