geoffbarnes
Forum Replies Created
-
Forum: Plugins
In reply to: WP-OpenID 404sStill have this problem with WP 3.0.1 and OpenID 3.3.3. It is quite definitely not noticing that my WP installation is in the root directory, as it’s adding spurious “/wordpress” prefixes to its URLs that cause 404s. For example, if I use the Open-LDAP test page, I get directed to:
http://www.<mydomainname>/wordpress/index.php/openid/server
If I delete the “/wordpress” bit, I get to the authentication page, but obviously this doesn’t work for the next step, as there’s form data that gets lost when the URL is edited.
Devs, is this enough information to go on? A fix would be greatly appreciated, so if there’s anything else that I can provide, I’m happy to do so…
Forum: Plugins
In reply to: WP-OpenID 404sAny news on this? It seems like the spurious “wordpress” in the URL is a fairly major clue as to what’s going on. I can’t see anything obviously wrong with the openid_service_url() function, though, and when I tried hard coding the return value…
`$url = ‘http://www.deadbadger.net/openid/’ . $service
…it did absolutely nothing. Authentication requests to my site still get directed to http://www.deadbadger.net/wordpress/openid/%5B…%5D. Is some other function generating URLs?
Forum: Plugins
In reply to: WP-OpenID 404sI have the same problem (albeit with the server rather than the consumer) – it started (I think) with the upgrade to 2.8.4 with version 3.3.1, persisted with 2.8.5 and 3.3.1, and now remains with 2.8.5 and 3.3.2. I have uninstalled and reinstalled the plugin with no change in the behaviour.
bbqiguana’s suggestion doesn’t work for me, unfortunately. Like jmartin, if I edit the URL to remove the “wordpress/” bit, the 404 disappears, and I am returned to the site I was attempting to use openID from (blogspot in this case), which then reports an openID failure.