|
Lines 359-364
Link Here
|
| 359 |
add it, pointing to the log4perl.conf file for your Koha instance. |
359 |
add it, pointing to the log4perl.conf file for your Koha instance. |
| 360 |
</td> |
360 |
</td> |
| 361 |
</tr> |
361 |
</tr> |
|
|
362 |
[% ELSIF config_entry.error == 'lockdir_entry_missing' %] |
| 363 |
<tr> |
| 364 |
<th scope="row"><b>Warning</b></th> |
| 365 |
<td>You are missing the <lockdir> entry in your koha-conf.xml file. Please |
| 366 |
add it, pointing to your Koha instance's lock dir. |
| 367 |
</td> |
| 368 |
</tr> |
| 362 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
369 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
| 363 |
<tr> |
370 |
<tr> |
| 364 |
<th scope="row"><b>Warning</b></th> |
371 |
<th scope="row"><b>Warning</b></th> |
| 365 |
- |
|
|