A fatal error occurred

{% if not isAnonymousUser %}

The following error just broke Piwik{% if showVersion %} (v{{ piwikVersion }}){% endif %}:

{{ lastError.message }}
in
{{ lastError.file }} line {{ lastError.line }}

{% endif %} {% if isSuperUser %}

If this error continues to happen, there is a good chance to fix this issue by disabling one or more of the Third-Party plugins. You can enable them again in the Plugins or Themes page under settings at any time. {% if pluginCausesIssue %} Based on the error message, the issue is probably caused by the plugin {{ pluginCausesIssue }}. {% endif %}

{% for pluginName, plugin in plugins if plugin.uninstallable and plugin.activated %} {% endfor %}
{{ pluginName }} deactivate
{% set uninstalledPluginsFound = false %} {% for pluginName, plugin in plugins if plugin.uninstallable and not plugin.activated %} {% set uninstalledPluginsFound = true %} {% endfor %} {% if uninstalledPluginsFound %}

If this error still occurs after disabling all plugins, you might want to consider uninstalling some plugins. Keep in mind: The plugin will be completely removed from your platform.

{% for pluginName, plugin in plugins if plugin.uninstallable and not plugin.activated %} {% endfor %}
{{ pluginName }} uninstall
{% endif %}


We appreciate if you send the error report to the Piwik team.

{% elseif isAnonymousUser %}

Please contact the system administrator.

{% else %}

If this error continues to happen you may want to send an error report to your system administrator.

{% endif %}