[% USE HtmlTags %] [% USE Koha %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
Koha version: | [% kohaVersion |html %] | |
---|---|---|
OS version ('uname -a'): | [% osVersion |html %] | |
Perl interpreter: | [% perlPath |html %] | |
Perl version: | [% perlVersion |html %] | |
Perl @INC: |
[% FOREACH perlIncPat IN perlIncPath %]
[% perlIncPat.perlinc |html %] [% END %] | |
MySQL version: | [% mysqlVersion |html %] | |
Apache version: | [% apacheVersion |html %] | |
PSGI: | [% psgi_server |html %] | |
Elasticsearch: | [% IF elasticsearch_fatal_config_error %][% elasticsearch_fatal_config_error %] | [% ELSE %]
Nodes:
[% elasticsearch_status.nodes.join(' / ') %]
|
Status:
[% IF elasticsearch_status.running %]
running
|
Indices:
[% FOREACH index IN elasticsearch_status.indexes %]
[% index.index_name %] (count: |
[% END %]
Memcached: | Servers: [% IF memcached_servers %][% memcached_servers | html %] [% ELSE %]undefined[% END %] | Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] [% ELSE %]undefined[% END %] | Status: [% IF memcached_servers %] [% IF memcached_running and is_memcached_still_active %] running. [% ELSE %] not running. [% IF is_psgi %] Remember memcached needs to be started before Plack. [% END %] [% END %] [% ELSE %] unknown [% END %] | Config read from: [% SWITCH where_is_memcached_config %] [% CASE 'config_only' %] koha-conf.xml [% CASE 'ENV_only' %] ENV Note that the right place to define the memcached config is in your $KOHA_CONF file [% CASE 'both' %] ENV and koha-conf.xml Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV. [% CASE # nowhere %] Nowhere Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined. [% END %] [% IF effective_caching_method != 'Cache::Memcached::Fast' %] | Effective caching method: [% effective_caching_method %] [% END %] | |
Zebra version: | [% zebraVersion |html %] | |
Error | Zebra server seems not to be available. Is it started? | |
Warning | Error message from Zebra: [% ( errZebraConnection ) %] |
[% ELSE %] | [% END %] [% ELSIF ( ro.upgrade ) %] [% IF ( ro.require ) %] | [% ELSE %] | [% END %] [% ELSE %] [% IF ( ro.name == '' ) %] | [% ELSIF ( ro.require ) %] | [% ELSE %] | [% END %] [% END %] [% IF ( ro.name ) %] [% ro.name %] ([%ro.reqversion %]) [% END %] | [% IF ( ro.name == '' ) %][% ELSIF ( ro.version ) %] | [% ro.version %] [% ELSE %] | Not Installed [% END %] | [% END %]
---|
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.
Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.
[% END %] [% IF has_ai_issues %]Some of your tables have problems with their auto_increment values which may lead to data loss.
You should not ignore this warning.
The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.
To know how to avoid this problem see the related wiki page: DBMS auto increment fix
The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:
[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_biblios %]The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:
[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_items %]The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:
[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_checkouts %]The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:
[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]
[% END %] [% IF ai_holds %]The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:
[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]
[% END %]Warning | System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well. |
---|---|
Warning | 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 client and the OPAC will be broken. |
Warning | 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. |
Warning | 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. |
Warning | No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active. |
Warning | System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %] |
Warning | You have set UseQueryParser but there was a problem inititializing QueryParser. [% IF QueryParserError.fallback %] The 'queryparser_config' entry is missing in your configuration file. The following configuration file was used without success: [% QueryParserError.file %]. [% ELSE %] The following configuration file was used without success: [% QueryParserError.file %]. [% END %] |
Warning | The patron used for the self checkout module at the OPAC does not have the circulate => self_checkout permission. |
Warning | The patron used for the self checkout module at the OPAC has too many permissions. They should only have circulate => self_checkout. |
Warning | You are missing the <template_cache_dir> entry in your koha-conf.xml file. That will bring a performance boost to enable it. |
Warning | The ILL module is enabled, but there are no backends available. |
Warning | The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. |
Warning | The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system. |
Warning | The <zebra_bib_index_mode> entry is missing in your configuration file. It should be set to 'dom' or 'grs1' (deprecated). It will default to 'dom'. |
---|---|
Info | Your configuration file still seems to be set up for 'grs1'. |
Info | Your configuration file seems to be set up for 'dom'. |
Warning | The <zebra_auth_index_mode> entry is missing in your configuration file. It should be set to 'dom' or 'grs1' (deprecated). It will default to 'dom'. |
Info | Your configuration file still seems to be set up for 'grs1'. |
Info | Your configuration file seems to be set up for 'dom'. |
Warning | The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing |
Warning | The <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. |
Warning | The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead. To switch follow this page of wiki: Switching to dom indexing |
Warning | The <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing. |
Warning | You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration file. [% config_entry.file %] is used as a fallback. |
Warning | The <use_zebra_facets> entry is missing in your configuration file. Falling back to legacy facet calculation. |
Warning | You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back to legacy facet calculation. |
Warning | You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please add it, pointing to the log4perl.conf file for your Koha instance. |
Warning | You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. |
Warning | You are missing the <upload_path> entry in your koha-conf.xml file. Please add it, pointing to the configured file upload directory for your Koha instance. Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. |
No warnings.
[% END %]jQuery and jQueryUI are licensed under the MIT license
Bootstrap code and Glyphicons Free licensed under the MIT license.
jQuery Star Rating Plugin v3.14 by Fyneworks.com is licensed under the MIT License and the GPL License.
Copyright © 2008 Fyneworks.com
jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the GPL License.
Copyright © 2003-2010 phpMyAdmin devel team
The jQuery treetable Plugin 3.1.0 is released under MIT license by Ludo van den Boom.
The OpenJS keyboard shortcuts library by Binny V A is licensed under the BSD license.
The jquery.dataTables.grouping.js plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.
The controls for column visiblity in DataTables by Allan Jardine is licensed under the BSD 3 and GPL v2 license.
The jQuery multiple select plugin by Zhixin Wen is licensed under the MIT license.
The Javascript Diff Algorithm plugin by John Resig is licensed under the MIT License.
The jQuery Validation Plugin written and maintained by Jörn Zaefferer is licensed under the MIT License.
The TinyMCE WYSIWYG editor v3.5.8 by Moxiecode (Ephox) is licensed under the LGPL v2.1.
Font Awesome by Dave Gandy is licensed under the SIL OFL 1.1 and the MIT License.
The CodeMirror editing library by Marijn Haverbeke is licensed under an MIT license.
The FileSaver library by Eli Grey is licensed under an MIT license.
The Require.js JS module system by The Dojo Foundation is licensed under an MIT license.
The included OAI.xslt file by the DSpace project is licensed under a BSD License.
The Select2 library is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License").
The TableDnD plug-in for jQuery by Denis Howlett is licensed under the MIT License.
The Leaflet JavaScript library by Vladimir Agafonkinis licensed under the BSD License.
The Emojiarea plug-in for jQuery by DIY Co is licensed under the the Apache License, Version 2.0.
Date | Description |
[% ro.date %] | [% ro.desc|html %] | [% END %]