https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190
--- Comment #192 from Pedro Amorim <[email protected]> --- To have it working on a upgrade, I had to run the following: Apply patches $ updatabase $ yarn js:build $ sudo perl /kohadevbox/misc4dev/cp_debian_files.pl --instance=kohadev --koha_dir=/kohadevbox/koha --gitify_dir=/kohadevbox/gitify $ restart_all The cp_debian_files.pl is required or else the URL always returns 404: http://localhost:8081/cgi-bin/koha/admin/circulation_triggers I believe this is why applying patches and doing reset_all, but applying patches and doing restart_all does not, it's missing the cp_debian_files part, which I believe copies debian/templates/apache-shared-intranet.conf‎ among other files. It is now producing a JavaScript error on the console though, which may or may not highlight an issue with the data migration script. -- 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/
