From 011dde9aafb4af48482885e44caf5e3b89750797 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 15 Jun 2019 01:43:39 +0000 Subject: [PATCH] Bug 23130: Fix alternative mana server URL in etc/koha-conf.xml If the alternative mana KB server URL in etc/koha-conf.xml is used it causes an error message like 'malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "\r\nhttp://mana-test.koha-community.org to /etc/koha/sites//koha-conf.xml (see etc/koha-conf.xml in the Koha code repository for an example of where to add this; if using koha-testing-docker is kohadev). 2) Clear memcached and restart services so that the changes to your Koha instance configuration are recognised (if using koha-testing-docker run flush_memcached and then restart_all). 3) From the staff client home page go to Koha administration > Additional parameters > Share content with Mana KB. 4) Enable content sharing: change 'Use Mana KB for sharing content' to Yes and press Save. 5) Enter your first name, last name and email address in the Configure Mana KB section of the page and then click on 'Send to Mana KB'. 6) An error message is displayed, this may be something like: 'malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "\r\n --- etc/koha-conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index daec94d85c..fc7c7cfead 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -154,7 +154,7 @@ __PAZPAR2_TOGGLE_XML_POST__ __KOHA_CONF_DIR__/sms_send/ - + https://mana-kb.koha-community.org -- 2.11.0