[Koha-bugs] [Bug 23130] Incorrect alternative mana server URL in etc/koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 15 03:40:43 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23130

--- Comment #1 from David Nind <david at davidnind.com> ---
The URL should start with https instead of http:
- Current URL: <!-- alternative value http://mana-test.koha-community.org to
query the test server -->
- Corrected URL: <!-- alternative value https://mana-test.koha-community.org to
query the test server -->

To replicate the issue:
1) Add <mana_config>http://mana-test.koha-community.org</mana_config> to
/etc/koha/sites/<instancename>/koha-conf.xml (see etc/koha-conf.xml in the Koha
code repository for an example of where to add this; <instancename> 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 "<html>\r\n<head><tit...") at /usr/share/perl5/JSON.pm line 171.'.
7) Change the mana server URL to https://mana-test.koha-community.org (see step
1), and repeat steps 2, 3 and 5.
8) Instead of an error message you should get 'You successfully created your
Mana KB account. Check your mailbox and follow instructions.'

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list