|
Lines 449-454
Link Here
|
| 449 |
<span>One of the logfiles listed in the config file is not writable.</span> |
449 |
<span>One of the logfiles listed in the config file is not writable.</span> |
| 450 |
[% CASE 'cannot_init_module' %] |
450 |
[% CASE 'cannot_init_module' %] |
| 451 |
<span>The Koha::Logger module cannot be initiated correctly (check the log file).</span> |
451 |
<span>The Koha::Logger module cannot be initiated correctly (check the log file).</span> |
|
|
452 |
[% CASE 'sip_log_still_found' %] |
| 453 |
<span>Config file log4perl.conf still refers to sip.log (instead of sip-output.log).</span> |
| 452 |
[% CASE %] |
454 |
[% CASE %] |
| 453 |
<span>Unknown error '[% e | html %]'.</span> |
455 |
<span>Unknown error '[% e | html %]'.</span> |
| 454 |
[% END %] |
456 |
[% END %] |
| 455 |
- |
|
|