Lines 109-117
Link Here
|
109 |
</tr> |
109 |
</tr> |
110 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr> |
110 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr> |
111 |
[% IF (errZebraConnection == 10000) %] |
111 |
[% IF (errZebraConnection == 10000) %] |
112 |
<tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
112 |
<tr><th scope="row"><strong>Error</strong> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
113 |
[% ELSIF (errZebraConnection) %] |
113 |
[% ELSIF (errZebraConnection) %] |
114 |
<tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr> |
114 |
<tr><th scope="row"><strong>Warning</strong> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr> |
115 |
[% END %] |
115 |
[% END %] |
116 |
<tr> |
116 |
<tr> |
117 |
<th scope="row">Date and time: </th> |
117 |
<th scope="row">Date and time: </th> |
Lines 264-352
Link Here
|
264 |
<table> |
264 |
<table> |
265 |
<caption>Preferences and parameters</caption> |
265 |
<caption>Preferences and parameters</caption> |
266 |
[% IF (warnPrefBiblioAddsAuthorities) %] |
266 |
[% IF (warnPrefBiblioAddsAuthorities) %] |
267 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr> |
267 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr> |
268 |
[% END %] |
268 |
[% END %] |
269 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
269 |
[% IF (warnPrefEasyAnalyticalRecords) %] |
270 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr> |
270 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr> |
271 |
[% END %] |
271 |
[% END %] |
272 |
[% IF warnPrefAnonymousPatronOPACPrivacy %] |
272 |
[% IF warnPrefAnonymousPatronOPACPrivacy %] |
273 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
273 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
274 |
[% END %] |
274 |
[% END %] |
275 |
[% IF warnPrefAnonymousPatronAnonSuggestions %] |
275 |
[% IF warnPrefAnonymousPatronAnonSuggestions %] |
276 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
276 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
277 |
[% END %] |
277 |
[% END %] |
278 |
[% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] |
278 |
[% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] |
279 |
<tr><th scope="row"><b>Warning</b> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
279 |
<tr><th scope="row"><strong>Warning</strong> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
280 |
[% END %] |
280 |
[% END %] |
281 |
[% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] |
281 |
[% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] |
282 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
282 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr> |
283 |
[% END %] |
283 |
[% END %] |
284 |
[% IF warnNoActiveCurrency %] |
284 |
[% IF warnNoActiveCurrency %] |
285 |
<tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td></tr> |
285 |
<tr><th scope="row"><strong>Warning</strong> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td></tr> |
286 |
[% END %] |
286 |
[% END %] |
287 |
[% IF warnStatisticsFieldsError %] |
287 |
[% IF warnStatisticsFieldsError %] |
288 |
<tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr> |
288 |
<tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr> |
289 |
[% END %] |
289 |
[% END %] |
290 |
[% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] |
290 |
[% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] |
291 |
<tr><th scope="row"><b>Warning</b> </th><td> |
291 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
292 |
The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. |
292 |
The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. |
293 |
</td></tr> |
293 |
</td></tr> |
294 |
[% END %] |
294 |
[% END %] |
295 |
[% IF AutoSelfCheckPatronHasTooManyPerm %] |
295 |
[% IF AutoSelfCheckPatronHasTooManyPerm %] |
296 |
<tr><th scope="row"><b>Warning</b> </th><td> |
296 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
297 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. |
297 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. |
298 |
</td></tr> |
298 |
</td></tr> |
299 |
[% END %] |
299 |
[% END %] |
300 |
[% IF warnNoTemplateCaching %] |
300 |
[% IF warnNoTemplateCaching %] |
301 |
<tr><th scope="row"><b>Warning</b> </th><td> |
301 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
302 |
You are missing the <template_cache_dir> entry in your koha-conf.xml file. |
302 |
You are missing the <template_cache_dir> entry in your koha-conf.xml file. |
303 |
That will bring a performance boost to enable it. |
303 |
That will bring a performance boost to enable it. |
304 |
</td></tr> |
304 |
</td></tr> |
305 |
[% END %] |
305 |
[% END %] |
306 |
[% IF warnILLConfiguration %] |
306 |
[% IF warnILLConfiguration %] |
307 |
[% IF no_ill_backends %] |
307 |
[% IF no_ill_backends %] |
308 |
<tr><th scope="row"><b>Warning</b> </th><td> |
308 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
309 |
The ILL module is enabled, but there are no backends available. |
309 |
The ILL module is enabled, but there are no backends available. |
310 |
</td></tr> |
310 |
</td></tr> |
311 |
[% END %] |
311 |
[% END %] |
312 |
[% IF ill_partner_code_not_defined %] |
312 |
[% IF ill_partner_code_not_defined %] |
313 |
<tr><th scope="row"><b>Warning</b> </th><td> |
313 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
314 |
The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. |
314 |
The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. |
315 |
</td></tr> |
315 |
</td></tr> |
316 |
[%END %] |
316 |
[%END %] |
317 |
[% IF ill_branch_not_defined %] |
317 |
[% IF ill_branch_not_defined %] |
318 |
<tr><th scope="row"><b>Warning</b> </th><td> |
318 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
319 |
The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use. |
319 |
The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use. |
320 |
</td></tr> |
320 |
</td></tr> |
321 |
[%END %] |
321 |
[%END %] |
322 |
[% IF ill_partner_code_doesnt_exist %] |
322 |
[% IF ill_partner_code_doesnt_exist %] |
323 |
<tr><th scope="row"><b>Warning</b> </th><td> |
323 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
324 |
The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system. |
324 |
The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system. |
325 |
</td></tr> |
325 |
</td></tr> |
326 |
[% END %] |
326 |
[% END %] |
327 |
[% END %] |
327 |
[% END %] |
328 |
[% IF oauth2_missing_deps %] |
328 |
[% IF oauth2_missing_deps %] |
329 |
<tr><th scope="row"><b>Warning</b> </th><td> |
329 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
330 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
330 |
System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. |
331 |
</td></tr> |
331 |
</td></tr> |
332 |
[% END %] |
332 |
[% END %] |
333 |
[% IF bad_yaml_prefs %] |
333 |
[% IF bad_yaml_prefs %] |
334 |
<tr><th scope="row"><b>Warning</b> </th><td> |
334 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
335 |
Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] |
335 |
Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %] |
336 |
</td></tr> |
336 |
</td></tr> |
337 |
[% END %] |
337 |
[% END %] |
338 |
[% IF config_bcrypt_settings_no_set %] |
338 |
[% IF config_bcrypt_settings_no_set %] |
339 |
<tr><th scope="row"><b>Warning</b> </th><td> |
339 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
340 |
System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file. |
340 |
System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file. |
341 |
</td></tr> |
341 |
</td></tr> |
342 |
[% END %] |
342 |
[% END %] |
343 |
[% IF config_bcrypt_settings_no_set %] |
343 |
[% IF config_bcrypt_settings_no_set %] |
344 |
<tr><th scope="row"><b>Warning</b> </th><td> |
344 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
345 |
System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file. |
345 |
System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file. |
346 |
</td></tr> |
346 |
</td></tr> |
347 |
[% END %] |
347 |
[% END %] |
348 |
[% IF warnHiddenBiblionumbers.size %] |
348 |
[% IF warnHiddenBiblionumbers.size %] |
349 |
<tr><th scope="row"><b>Warning</b> </th><td> |
349 |
<tr><th scope="row"><strong>Warning</strong> </th><td> |
350 |
[% FOR w IN warnHiddenBiblionumbers %] |
350 |
[% FOR w IN warnHiddenBiblionumbers %] |
351 |
Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/> |
351 |
Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/> |
352 |
[% END %] |
352 |
[% END %] |
Lines 361-367
Link Here
|
361 |
[% FOREACH config_entry IN xml_config_warnings %] |
361 |
[% FOREACH config_entry IN xml_config_warnings %] |
362 |
[% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %] |
362 |
[% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %] |
363 |
<tr> |
363 |
<tr> |
364 |
<th scope="row"><b>Warning</b></th> |
364 |
<th scope="row"><strong>Warning</strong></th> |
365 |
<td>The <zebra_bib_index_mode> entry set to 'grs1', which is no longer supported. |
365 |
<td>The <zebra_bib_index_mode> entry set to 'grs1', which is no longer supported. |
366 |
Please use DOM instead. To switch follow this page of wiki: |
366 |
Please use DOM instead. To switch follow this page of wiki: |
367 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
367 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
Lines 369-375
Link Here
|
369 |
</tr> |
369 |
</tr> |
370 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %] |
370 |
[% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %] |
371 |
<tr> |
371 |
<tr> |
372 |
<th scope="row"><b>Warning</b></th> |
372 |
<th scope="row"><strong>Warning</strong></th> |
373 |
<td>The <zebra_auth_index_mode> entry set to 'grs1', which is no longer supported. |
373 |
<td>The <zebra_auth_index_mode> entry set to 'grs1', which is no longer supported. |
374 |
Please use DOM instead. To switch follow this page of wiki: |
374 |
Please use DOM instead. To switch follow this page of wiki: |
375 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
375 |
<a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a> |
Lines 377-418
Link Here
|
377 |
</tr> |
377 |
</tr> |
378 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
378 |
[% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] |
379 |
<tr> |
379 |
<tr> |
380 |
<th scope="row"><b>Warning</b></th> |
380 |
<th scope="row"><strong>Warning</strong></th> |
381 |
<td>The <use_zebra_facets> entry is missing in your configuration file. Falling back |
381 |
<td>The <use_zebra_facets> entry is missing in your configuration file. Falling back |
382 |
to legacy facet calculation. |
382 |
to legacy facet calculation. |
383 |
</td> |
383 |
</td> |
384 |
</tr> |
384 |
</tr> |
385 |
[% ELSIF config_entry.error == 'log4perl_entry_missing' %] |
385 |
[% ELSIF config_entry.error == 'log4perl_entry_missing' %] |
386 |
<tr> |
386 |
<tr> |
387 |
<th scope="row"><b>Warning</b></th> |
387 |
<th scope="row"><strong>Warning</strong></th> |
388 |
<td>You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please |
388 |
<td>You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please |
389 |
add it, pointing to the log4perl.conf file for your Koha instance. |
389 |
add it, pointing to the log4perl.conf file for your Koha instance. |
390 |
</td> |
390 |
</td> |
391 |
</tr> |
391 |
</tr> |
392 |
[% ELSIF config_entry.error == 'lockdir_entry_missing' %] |
392 |
[% ELSIF config_entry.error == 'lockdir_entry_missing' %] |
393 |
<tr> |
393 |
<tr> |
394 |
<th scope="row"><b>Warning</b></th> |
394 |
<th scope="row"><strong>Warning</strong></th> |
395 |
<td>You are missing the <lockdir> entry in your koha-conf.xml file. Please |
395 |
<td>You are missing the <lockdir> entry in your koha-conf.xml file. Please |
396 |
add it, pointing to your Koha instance's lock dir. |
396 |
add it, pointing to your Koha instance's lock dir. |
397 |
</td> |
397 |
</td> |
398 |
</tr> |
398 |
</tr> |
399 |
[% ELSIF config_entry.error == 'lockdir_not_writable' %] |
399 |
[% ELSIF config_entry.error == 'lockdir_not_writable' %] |
400 |
<tr> |
400 |
<tr> |
401 |
<th scope="row"><b>Warning</b></th> |
401 |
<th scope="row"><strong>Warning</strong></th> |
402 |
<td>The configured <lockdir> entry in your koha-conf.xml file points to a |
402 |
<td>The configured <lockdir> entry in your koha-conf.xml file points to a |
403 |
non-writable directory ([% config_entry.lockdir | html %]). |
403 |
non-writable directory ([% config_entry.lockdir | html %]). |
404 |
</td> |
404 |
</td> |
405 |
</tr> |
405 |
</tr> |
406 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
406 |
[% ELSIF config_entry.error == 'uploadpath_entry_missing' %] |
407 |
<tr> |
407 |
<tr> |
408 |
<th scope="row"><b>Warning</b></th> |
408 |
<th scope="row"><strong>Warning</strong></th> |
409 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
409 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
410 |
add it, pointing to the configured file upload directory for your Koha instance. |
410 |
add it, pointing to the configured file upload directory for your Koha instance. |
411 |
</td> |
411 |
</td> |
412 |
</tr> |
412 |
</tr> |
413 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
413 |
[% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] |
414 |
<tr> |
414 |
<tr> |
415 |
<th scope="row"><b>Warning</b></th> |
415 |
<th scope="row"><strong>Warning</strong></th> |
416 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
416 |
<td>You are missing the <upload_path> entry in your koha-conf.xml file. Please |
417 |
add it, pointing to the configured file upload directory for your Koha instance. |
417 |
add it, pointing to the configured file upload directory for your Koha instance. |
418 |
Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
418 |
Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
Lines 420-426
Link Here
|
420 |
</tr> |
420 |
</tr> |
421 |
[% ELSIF config_entry.error == 'tmp_path_missing' %] |
421 |
[% ELSIF config_entry.error == 'tmp_path_missing' %] |
422 |
<tr> |
422 |
<tr> |
423 |
<th scope="row"><b>Warning</b></th> |
423 |
<th scope="row"><strong>Warning</strong></th> |
424 |
<td>You are missing the <tmp_path> entry in your koha-conf.xml file. Please |
424 |
<td>You are missing the <tmp_path> entry in your koha-conf.xml file. Please |
425 |
add it, pointing to the configured temporary directory for your Koha instance. |
425 |
add it, pointing to the configured temporary directory for your Koha instance. |
426 |
The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'. |
426 |
The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'. |
Lines 436-442
Link Here
|
436 |
<caption>Issuing rules</caption> |
436 |
<caption>Issuing rules</caption> |
437 |
[% FOREACH unit IN ir_units %] |
437 |
[% FOREACH unit IN ir_units %] |
438 |
<tr> |
438 |
<tr> |
439 |
<th scope="row"><b>Warning</b></th> |
439 |
<th scope="row"><strong>Warning</strong></th> |
440 |
<td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %] |
440 |
<td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %] |
441 |
issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as |
441 |
issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as |
442 |
[% unit.rule_value | html %]. |
442 |
[% unit.rule_value | html %]. |