> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/plugin-dev-quick-notes/how-to/custom-message-with-db-server-error.md).

# Custom message with DB server error

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.

<figure><img src="/files/bVOtMFVl9lJ8q2beWT2a" alt=""><figcaption></figcaption></figure>

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:<br>

<figure><img src="/files/KgFkIifC6UwdAWGaNySK" alt=""><figcaption></figcaption></figure>
