For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom message with DB server error

How to display user friendly message if there is database connection issue

This can occur due to incorrect configuration or issues with the hosting provider. It is a typical e107 message indicating that the database server cannot be reached.

You can customize this error message. To do so, create an HTML file named error.html and place it in the core/e107_themes folder (not in your own theme’s folder). Your custom HTML file will be displayed instead of the default error, for example:

Last updated