https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26625 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #8 from David Nind <david@davidnind.com> --- I had a go at testing, as this has been sitting in the needs sign off queue for a while. FYI: I don't know what a "mojolicious app" is, or what the use case is, and how to use it 8-) (so I am probably not the right person to test it!). Some notes from testing: 1. Steps 2 and 3: I get these messages: kohadev-koha@kohadevbox:koha(master)$ hypnotoad bin/opac Can't create listen socket: Address already in use at /usr/share/perl5/Mojo/IOLoop.pm line 124. kohadev-koha@kohadevbox:koha(master)$ hypnotoad bin/intranet Can't create listen socket: Address already in use at /usr/share/perl5/Mojo/IOLoop.pm line 124. 2. As expected (since it's been here a while), the first patch doesn't apply - the alternative patch still applies though: kohadev-koha@kohadevbox:koha(bz26625)$ git bz apply 26625 Bug 26625 - Add ability to configure mojolicious applications 111323 - Bug 26625: Add a mojolicious section in $KOHA_CONF 111365 - Bug 26625: (alternative) Use Config plugin in Mojolicious apps Apply? [(y)es, (n)o, (i)nteractive] i Applying: Bug 26625: Add a mojolicious section in $KOHA_CONF Using index info to reconstruct a base tree... M etc/koha-conf.xml Falling back to patching base and 3-way merge... Auto-merging etc/koha-conf.xml CONFLICT (content): Merge conflict in etc/koha-conf.xml error: Failed to merge in the changes. Patch failed at 0001 Bug 26625: Add a mojolicious section in $KOHA_CONF -- You are receiving this mail because: You are watching all bug changes.