Lines 138-144
Link Here
|
138 |
|
138 |
|
139 |
<div id="sysinfo"> |
139 |
<div id="sysinfo"> |
140 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || |
140 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || |
141 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError %] |
141 |
warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] |
142 |
[% IF (warnIsRootUser) %] |
142 |
[% IF (warnIsRootUser) %] |
143 |
<h2>Warning regarding current user</h2> |
143 |
<h2>Warning regarding current user</h2> |
144 |
<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> |
144 |
<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 146-152
Link Here
|
146 |
[% END %] |
146 |
[% END %] |
147 |
|
147 |
|
148 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || |
148 |
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || |
149 |
warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError%] |
149 |
warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching %] |
150 |
<h2>Warnings regarding the system configuration</h2> |
150 |
<h2>Warnings regarding the system configuration</h2> |
151 |
<table> |
151 |
<table> |
152 |
<caption>Preferences and parameters</caption> |
152 |
<caption>Preferences and parameters</caption> |
Lines 190-195
Link Here
|
190 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have circulate => self_checkout. |
190 |
The patron used for the self checkout module at the OPAC has too many permissions. They should only have circulate => self_checkout. |
191 |
</td></tr> |
191 |
</td></tr> |
192 |
[% END %] |
192 |
[% END %] |
|
|
193 |
[% IF warnNoTemplateCaching %] |
194 |
<tr><th scope="row"><b>Warning</b> </th><td> |
195 |
You are missing the <template_cache_dir> entry in your koha-conf.xml file. |
196 |
That will bring a performance boost to enable it. |
197 |
</td></tr> |
198 |
[% END %] |
193 |
</table> |
199 |
</table> |
194 |
[% END %] |
200 |
[% END %] |
195 |
|
201 |
|
196 |
- |
|
|