Actions
Feature #23464
closedEnable customization for fatal error messages in the backend and frontend
Start date:
2010-08-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
The error screens like "The current username, password or host was not accepted when the connection to the database was attempted to be established!" are not customizable. The image shown could be set in $TBE_STYLES in PHP, but is not changeable in the install tool
This patch moves the HTML code into a template file, makes template file and the displayed image configurable in the install tool.
Furthermore the patch does some code cleanup, because the code for the error templates existed twice - once for FE and once for BE.
In order to get such an error screen, I removed $typo_db_password from localconf.php.
(issue imported from #M15576)
Files
Updated by Benni Mack about 14 years ago
Committed to trunk - Revisions: #9098 and #9099
Actions