https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39964
Bug ID: 39964 Summary: PLUGIN_PATH/get_plugin_http_path() doesn't work for most installs Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: dc...@prosentient.com.au QA Contact: testo...@bugs.koha-community.org I was trying to use PLUGIN_PATH/get_plugin_http_path() in KTD but it was producing an invalid URL path. But that's because that variable/function dates from bug 7804 (written in 2010 and then added to Koha in 2013). Back then, I remember it was sometimes necessary to manually add 'Alias /plugin/ "/var/lib/koha/plugins/"' to your Apache configuration. It appears that Alias was added to "etc/koha-httpd.conf" in bug 7804 but not added to the Debian Apache files. These days, plugins are served from other places than "/var/lib/koha/plugins" anyway. But yeah... just noting this for now... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/