I've tried the 6.1.3, 6.2.alpha5 and the 6.2.x branches of this module, and none of them work out of the box after I switch them on.

I added the class "popups" to a link to /user/login. It adds the little icon to the link like it should. When I click on it, however, I get a message saying:

"Unable to open domain.com/user/login"

How do I fix this? It's a little silly that one of the most obvious uses for this module doesn't appear to work when you first fire it up. What could be causing this?

Thanks!

Comments

flyingL123’s picture

Same issue. I am trying to use the popup to display the log-in form, but when I click my link to the login form, the popup opens, but it says "Unable to open: [url to login form]". Did you ever figure out a fix to this?

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

If either of you have a public site up where I can see this behavior either message me a link or post it here.

code_bear’s picture

I had this same problem before, turned out that I was calling the newest jQuery library from within the page.tpl.php file. Make sure a javascript library call isn't interfering with Drupal's internal jQuery. It causes unpredictable behavior all around.