OPAC - "Log in to your account" link broken?
Hi all, Running Koha 3.20.04 on Ubuntu 14.04 LTS x64 (VPS) Library: http://www.library.craigbutosi.ca Problem: Clicking "Log in to your account" link ( i.e., /cgi-bin/koha/opac-user.pl) on the OPAC homepage (top-left) seems broken; no activity after clicking, no page loading after clicking. Some settings of relevance: a. Opacuserlogin preference is set to allow (obviously). b. Browser: Firefox and Chrome settings are set to allow popups, Javascript, etc. c. Opacuserjs includes a JS script to hide default login window in opacnavright (tested link after removing this script, no change) It doesn't look like a browser issue from what I can see (though it might be). Interestingly, if I navigate to Lists --> Log in to create your own lists, I get to the /cgi-bin/koha/opac-main.pl page and can login no problem. It's just the popup window on the homepage that's not displaying. It almost seems to me like a Javascript or browser issue, but I have no idea. Anyone else experiencing issues with this link / popup window? Thanks all! Craig Butosi, MA, MLIS, B Mus (Hons.) LIBRARY SERVICES MANAGER the royal conservatory TELUS Centre for Performance and Learning 273 Bloor Street West Toronto, ON M5S 1W2 416.408.2824 x338 www.rcmusic.ca<http://www.rcmusic.ca/> Note: This email message and any attachments are intended only for the use of the individual to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this email is not the intended recipient (or the employee or agent responsible for delivering the email to the intended recipient), you are hereby notified that any review, dissemination, distribution or copying or other use of this message is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and delete this message and attachments from your system, thank you.
Problem: Clicking "Log in to your account" link ( i.e., /cgi-bin/koha/opac-user.pl) on the OPAC homepage (top-left) seems broken; no activity after clicking, no page loading after clicking.
You have some custom JavaScript running (via the OPACUserJS preference I assume) which is throwing an error. This is interrupting further JavaScript processing on the page, and thus breaking the JS which the log in link needs. I would ask whoever supplied the custom JavaScript to help debug the issue. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Hi Owen, Thank you. I've retested my opacuserjs scripts, and found the culprit: an old piece of js that I forgot to delete. It was a script to enable my iframe to load as a dynamic asynch iframe, but didn't work. I had no idea that scripts could interfere with one another like that. Makes a lot of sense though. Much appreciated. Best, Craig Butosi, MA, MLIS, B Mus (Hons.) LIBRARY SERVICES MANAGER THE ROYAL CONSERVATORY TELUS Centre for Performance and Learning 273 Bloor Street West Toronto, ON M5S 1W2 416.408.2824 x338 www.rcmusic.ca -----Original Message----- From: Owen Leonard [mailto:oleonard@myacpl.org] Sent: September-30-15 2:39 PM To: Craig Butosi Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] OPAC - "Log in to your account" link broken?
Problem: Clicking "Log in to your account" link ( i.e., /cgi-bin/koha/opac-user.pl) on the OPAC homepage (top-left) seems broken; no activity after clicking, no page loading after clicking.
You have some custom JavaScript running (via the OPACUserJS preference I assume) which is throwing an error. This is interrupting further JavaScript processing on the page, and thus breaking the JS which the log in link needs. I would ask whoever supplied the custom JavaScript to help debug the issue. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org Note: This email message and any attachments are intended only for the use of the individual to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this email is not the intended recipient (or the employee or agent responsible for delivering the email to the intended recipient), you are hereby notified that any review, dissemination, distribution or copying or other use of this message is strictly prohibited. If you have received this communication in error, please notify the sender immediately by return email and delete this message and attachments from your system, thank you.
participants (2)
-
Craig Butosi -
Owen Leonard