Hello, I uploaded Open Athens Plugin and run configure and added required information (Connection ID, Conenction URL and API Key from Open Athens admin portal, and then used run tool options and added borrowerid and cardnumber attributes in Koha(version: 21.11.17.000). I picked athenised URL for ebrary. https://athens-sp.ebrary.com/private/signin.do?entityID=https%3A%2F%2Fidp.eduserv.org.uk%2Fopenathens this goes to the redirector URL:https://cuils.cuchd.in/plugin/Koha/Plugin/OAKoha/OAKoha.pl for authentication and leads to 404 page. I looked the Koha opac-error log and it is not showing any entry. I also added an entry in /etc/apache2/sites-enabled/ instance configuration file for my instance (cuils); Alias /plugin/ "/var/lib/koha/cuils/plugins/" <Directory /var/lib/koha/cuils/plugins/> Options Indexes FollowSymLinks AllowOverride None Require all granted Options +ExecCGI AddHandler cgi-script .pl </Directory> I can see plugin configuration created a directory and all required files exists and I have given them 755 permission. Plugin also created OpacUserJs entry as below; //Test /*oa{*/var oas=document.createElement( "script" );oas.type = "text/javascript";oas.src="/plugin/Koha/Plugin/OAKoha/OAKoha.js";document.body.appendChild(oas);/*}oa*/ Please assist in resolving this configuration issue. It looks like I am missing any steps. My Koha Redirector URL: https://cuils.cuchd.in/plugin/Koha/Plugin/OAKoha/OAKoha.pl Thanks Vivek
Hi, you'll need to get in touch with the developers of the Open Athens plugin. If they host the plugin on gitlab or github, you might be able to report an issue in the issue tracker for the plugin project there. Maybe this is the one? https://github.com/ebsco/openathens-koha-plugin/issues