Actions
Feature #14492
closedError-Reporting on DB-Connect Problems
Start date:
2005-01-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
The Error-Reporting "Could not connect to Database" is ok for FE user. As Admin i like more Informations about those errors.
There could be an error procedure in the t3lib_db wich is called on problems (e.g. a failed connect or similar) who writes the error with a complete errer_string (as mysql_error) to a log ...
(issue imported from #M679)
Updated by Karsten Dambekalns almost 19 years ago
There is a new error log, which will contain the output of mysql_error() when the connection fails.
Actions