Bug 25172: Identify and display possible problems on the about page
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
<p>You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p>
@ -246,6 +246,19 @@
[% END %]
[% END %]
[% IF log4perl_errors %]
<h2>Logging system does not behave correctly</h2>
[% FOR e IN log4perl_errors %]
[% SWITCH e %]
[% CASE 'missing_config_entry' %]There is no 'log4perl_conf' entry in the config file.
[% CASE 'cannot_read_config_file' %]The log4perl config file cannot be opened.
[% CASE 'logfile_not_writable' %]One of the logfiles listed in the config file is not writable.
[% CASE 'cannot_init_module' %]The Koha::Logger module cannot be initiated correctly (check the log file).