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

--- Comment #215 from Martin Renvoize <[email protected]> ---
One last followup.

We were still referencing a relative path for the pqf.properties file from
inside the config.xml and this was not resolving correctly.

After a little more digging I spotted that 'cql2rpn' should always be 'relative
to the working directory', but under a daemon start the working directory was
not being set correctly.  One can, however, pass a `-w` to the daemon to
explicitly set working directory and as such make relative paths (from the
config file directory) work as expected.

Ere, this gets the tests passing again in my koha-testing-docker instance and
also in my local environment but it might be worth double-checking at your end
whether things will continue to work in your live environments.. I have a hunch
you're using full paths in your config files there (or perhaps YAZ5 just does a
much better job of detecting working directory in the first place for you).

Pushed

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to