I've installed the RPX module on a site running Drupal 6.15. After enabling the module and entering the key I tested the login on a live site.
The domain is lansmash.com, and when I click on one of the RPX login links it brings up a javascript login box with an error saying "page not found".
It's trying to go to this url: http://lansmash.com/openid/v2/:///openid/v2/signin?token_url=http%3A%2F%...
However the drupal site is saying it's an invalid page. The site has URL rewrite enabled, and also has the PathAuto module.
Not sure what to do to diagnose the problem. I don't want to disable PathAuto on this site so I might have to create a dummy test site to verify if PathAuto is interfering or not.
Comments
Comment #1
johnblade commentedOk, my bad. I had an error copying the API key in my drupal RPX module.
Copied the right API key and it works fine now.