{% extends 'layouts/master-page.html' %} {% block title %}Error{% endblock %} {% block content %}
{% if status['except']=='redis-connection' %}

This page can not be displayed due to an error

Unable to connect to Redis. Is it running on {{status['info']['host']}}:{{status['info']['port']}}?

{% elif status['except']=='cve-not-found' %}

This CVE does not exist

{{status['info']['cve']}} could not be found in the CVE-Search database. This could mean that this CVE is not in the National Vulnerability Database yet, that your database is outdated or that you entered a wrong CVE.

{% elif status['except']=='textsearch-not-enabled' %}

Fulltext search not enabled

The current settings in the database do not allow fulltext search.
If you feel like this should be enabled, please contact your administrator.

{% elif status['except']=='plugin-not-loaded' %}

Plug-in not loaded

This plug-in is not loaded. You may have spelled the URL wrong, or the plug-in might be missing or not loaded.

{% elif status['except'] in ['plugin-page-missing', 'plugin-page-corrupt'] %}

The plug-in threw an error!

Seems like the plug-in was not developed correctly. Please contact the plug-in developer.

{% if status['except']=='plugin-page-missing' %}

Error code 011

{% elif status['except']=='plugin-page-corrupt' %}

Error code 012

{% endif %} {% elif status['except']=='plugin-page-not-found' %}

The plug-in threw an error!

The plug-in could not find the page it was looking for ({{status['page']}}).

Please check if you installed this page correctly. If the error is not at your side, but the developer, please contact them.

Error code 013

{% elif status['except']=='plugin-not-webplugin' %}

Plug-in not a webplugin

This plug-in is not a web plug-in, and has no page to display.

{% endif %}
{% endblock %}