Re: [Koha] How to edit and update JS in KOHA?

2022-06-11 Thread David Tan
Hi all, I am having some difficulty in understanding how KOHA update JS file. Example I edited a function in a JS file located in "/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/js" directory and when I refresh the page nothing happen to the page that contain call to the JS file. It see

Re: [Koha] How to edit and update JS in KOHA?

2022-06-11 Thread Katrin Fischer
Hi David, I think you probably need to restart Plack in order to see your changes take effect. You might also need to clear your browser cache in some cases. Have you seen OpacUserJs and IntranetUserJs system preferences for adding your own JS to Koha? Hope this helps, Katrin On 11.06.22 14:1

Re: [Koha] SMTP configuration error

2022-06-11 Thread Katrin Fischer
Hi Naveen, when running command-line scripts from Koha, make sure to always run them as the Koha user. That should take care of the 'koha-conf.xml' problem you are seeing. If you have a package installation you can use 'koha-shell ' to give you a shell with the environment needed. There should n