Lines 366-371
Link Here
|
366 |
add it, pointing to your Koha instance's lock dir. |
366 |
add it, pointing to your Koha instance's lock dir. |
367 |
</td> |
367 |
</td> |
368 |
</tr> |
368 |
</tr> |
|
|
369 |
[% ELSIF config_entry.error == 'lockdir_not_writable' %] |
370 |
<tr> |
371 |
<th scope="row"><b>Warning</b></th> |
372 |
<td>The configured <lockdir> entry in your koha-conf.xml file points to a |
373 |
non-writable directory ([% config_entry.lockdir | html %]). |
374 |
</td> |
375 |
</tr> |
369 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
376 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
370 |
<tr> |
377 |
<tr> |
371 |
<th scope="row"><b>Warning</b></th> |
378 |
<th scope="row"><b>Warning</b></th> |
372 |
- |
|
|