|
Lines 184-190
Link Here
|
| 184 |
</div> |
184 |
</div> |
| 185 |
|
185 |
|
| 186 |
<div id="sysinfo"> |
186 |
<div id="sysinfo"> |
| 187 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors %] |
187 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_key_no_set %] |
| 188 |
[% IF (warnIsRootUser) %] |
188 |
[% IF (warnIsRootUser) %] |
| 189 |
<h2>Warning regarding current user</h2> |
189 |
<h2>Warning regarding current user</h2> |
| 190 |
<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> |
190 |
<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> |
|
Lines 259-265
Link Here
|
| 259 |
[% END %] |
259 |
[% END %] |
| 260 |
[% END %] |
260 |
[% END %] |
| 261 |
|
261 |
|
| 262 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %] |
262 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_key_no_set %] |
| 263 |
<h2>Warnings regarding the system configuration</h2> |
263 |
<h2>Warnings regarding the system configuration</h2> |
| 264 |
<table> |
264 |
<table> |
| 265 |
<caption>Preferences and parameters</caption> |
265 |
<caption>Preferences and parameters</caption> |
|
Lines 335-340
Link Here
|
| 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_key_no_set %] |
| 339 |
<tr><th scope="row"><b>Warning</b> </th><td> |
| 340 |
System preference 'Pseudonymization' is set, but there is not 'key' entry defined in the $KOHA_CONF file. |
| 341 |
</td></tr> |
| 342 |
[% END %] |
| 338 |
</table> |
343 |
</table> |
| 339 |
[% END %] |
344 |
[% END %] |
| 340 |
|
345 |
|
| 341 |
- |
|
|