{% extends 'layouts/master-page' %} {% block title %}Error{% endblock %} {% block content %}
Unable to connect to Redis. Is it running on {{status['info']['host']}}:{{status['info']['port']}}?
{% elif status['except']=='cve-not-found' %}{{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' %}The current settings in the database do not allow fulltext search.
If you feel like this should be enabled, please contact your administrator.
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'] %}Seems like the plug-in was not developed correctly. Please contact the plug-in developer.
{% if status['except']=='plugin-page-missing' %}Error code 011
Error code 012
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
This plug-in is not a web plug-in, and has no page to display.
{% endif %}