Lack of interest Custom Error Pages (DB Error, etc.)

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Alteran Ancient

Well-known member
Only a fairly trivial thing, but I feel that thrusting a very generic and unhelpful database error at my visitors whenever the SQL Server is over-capacity or offline is rather confusing to the visitors. At present, they see a white page with nothing but:
An unexpected database error occurred. Please try again later.

I know exactly what this means, but my users can only think: "Huh? Isn't a website supposed to be here?"

Instead, I opted to break into library/Error.php, and replaced the default message with basic HTML which is the same as this sample rendering of the new error page:

http://resources.ukofequestria.co.uk/db-error.html

People see an identity of the website, why they are unable to access it, and the steps they should take to try and resolve the problem (wait 5 minutes or email an admin.)

Wouldn't you say this is far more helpful? Now, this wasn't hard for me to implement, but it would have been great if we could enable this kind of modification with a simple tweak in a dedicated Template file or by defining a config variable in the config.php file.

I know this is only small and doesn't really offer any more day-to-day user features to XenForo, but I can't imagine this would be especially difficult to implement from a programming perspective.
 
Upvote 2
This suggestion has been closed. Votes are no longer accepted.
Top Bottom