-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
21.05 version of plugin does not start on Koha 21.05 #112
Comments
Hello! I wanted to verify that a few things were done that might have resolved this:
The javascript is created on save of the configuration data now in order to speed up load times for end users, so it must be opened and saved at least once after install. |
Thanks for the quick reply Micheal:
Yes, I installed the 21.05 KPZ via the normal Koha method.
Yes, I did this.
There are no missing variable and all the data was retained when the plugin was upgraded to the 21.05 version.
It can, and I see that the plugin did add its own JavaScript on 10/6/2021 which was after I installed a 21.05 version. |
I do see some errors in the console: Permission denied to access property "document" on cross-origin object script_auth_id.js:174:23 Can confirm EDScript.js is updated when settings changed |
Can we try a few things to check on this? First, I just merged an update that fixes some known issues with linking in the 21.05 version. You can download it here: https://github.com/ebsco/edsapi-koha-plugin/blob/master/eds_plugin_21.05002.kpz Try installing that version and then saving your configuration again. If it doesn't work after that, can you make sure that there's no script enabled in the "run tool" section? We want to make sure that's empty to see if it's something custom causing the issue as we're unable to duplicate the issue locally so far. If you're still seeing issues, I've got a potential PR that removes the file mentioned above. I don't think it's needed anymore: If it's still having issues loading, could you give a link to your Koha instance that we can test against? |
The site in question is here: I have installed the 21.05003.kpz but the problems persist |
The 21.05 version of the plugin doesn't start in Koha version 21.05
It can be started by adding the following JS:
StartEDS('default')
But the plugin won't start on its own
The text was updated successfully, but these errors were encountered: