|
Lines 184-190
Link Here
|
| 184 |
</div> |
184 |
</div> |
| 185 |
|
185 |
|
| 186 |
<div id="sysinfo"> |
186 |
<div id="sysinfo"> |
| 187 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs %] |
187 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships %] |
| 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 229-234
Link Here
|
| 229 |
<br/> |
229 |
<br/> |
| 230 |
[% END %] |
230 |
[% END %] |
| 231 |
|
231 |
|
|
|
232 |
[% IF warnRelationships %] |
| 233 |
<h2>Patron relationship problems</h2> |
| 234 |
[% IF bad_relationships_count %] |
| 235 |
<p>Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] columns. Fix them manually by recreating those relationships, or have your system's administrator correct the values.</p> |
| 236 |
[% END %] |
| 237 |
|
| 238 |
[% IF wrong_relationships %] |
| 239 |
<p>The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:</p> |
| 240 |
<ul> |
| 241 |
[% FOR rel IN wrong_relationships %] |
| 242 |
<li>[% rel.0 | html %]</li> |
| 243 |
[% END %] |
| 244 |
</ul> |
| 245 |
<p>If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] in the database.</p> |
| 246 |
[% END %] |
| 247 |
[% END %] |
| 248 |
|
| 232 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %] |
249 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %] |
| 233 |
<h2>Warnings regarding the system configuration</h2> |
250 |
<h2>Warnings regarding the system configuration</h2> |
| 234 |
<table> |
251 |
<table> |
| 235 |
- |
|
|