Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
225 views
in Q2A Core by
Showing full database error message in browser window when database was down, which includes database name, server name etc.. how to disable full error message...

1 Answer

0 votes
by
This is a PHP, rather than a Q2A error, so you can insert this into qa-config.php:

@ini_set('display_errors', 0);

But note that the information displayed by PHP doesn't show your password.
...