Lines 219-225
Link Here
|
219 |
</div> |
219 |
</div> |
220 |
|
220 |
|
221 |
<div role="tabpanel" class="tab-pane" id="sysinfo"> |
221 |
<div role="tabpanel" class="tab-pane" id="sysinfo"> |
222 |
[% IF warnRequireChoosingExistingAuthority || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker || elasticsearch_has_missing %] |
222 |
[% IF warnRequireChoosingExistingAuthority || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker || elasticsearch_has_missing || warnDbRowFormat %] |
|
|
223 |
[% IF ( warnDbRowFormat ) %] |
224 |
<h2>Database row format incorrect</h2> |
225 |
<p>There are [% warnDbRowFormat %] database tables with a row format other than 'DYNAMIC'. You may experience problems upgrading to newer versions of Koha unless you update the row format for your database tables.</p> |
226 |
<p>To know how to avoid this problem see the related wiki page: |
227 |
<a href="https://wiki.koha-community.org/wiki/Database_row_format">Database row format</a> |
228 |
</p> |
229 |
[% END %] |
230 |
|
223 |
[% IF (warnIsRootUser) %] |
231 |
[% IF (warnIsRootUser) %] |
224 |
<h2>Warning regarding current user</h2> |
232 |
<h2>Warning regarding current user</h2> |
225 |
<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> |
233 |
<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> |
226 |
- |
|
|