Forums

WP-OpenID 404s (6 posts)

  1. gfindlay
    Member
    Posted 1 month ago #

    EVERY time I try to add a new OpenID URL, I get a 404 message when it returns to my site after logging in to MyOpenID.com site.

    So, add the URL, redirect to myopenid.com, login then redirect back to my site...404 error.

    Any solution...this is with WP2.8.4 and the latest WP-OpenID plugin!

    http://wordpress.org/extend/plugins/openid/

  2. wnorris
    Member
    Posted 1 month ago #

    What is the URL that is causing the 404?

    It's possible that your permalinks didn't get updated... try going to the permalinks settings page, and click "Save Changes". You don't actually need to change anything, just resave.

  3. gfindlay
    Member
    Posted 1 month ago #

    Did the permalink thing. No change.

    The url is (identifying details changed to XXXXXX):

    http://XXXXXX.XXXX.uk/index.php/openid/consumer?janrain_nonce=2009-10-05T10%3A05%3A15ZT7YAf9&openid.assoc_handle=%7BHMAC-SHA1%7D%XXXXXXXXXXXXXXXXXXXXXX%3D%3D%7D&openid.ax.count.ext0=0&openid.ax.count.ext1=0&openid.ax.count.ext2=0&openid.ax.mode=fetch_response&openid.ax.type.ext0=http%3A%2F%2Faxschema.org%2FnamePerson%2Ffriendly&openid.ax.type.ext1=http%3A%2F%2Faxschema.org%2Fcontact%2Femail&openid.ax.type.ext2=http%3A%2F%2Faxschema.org%2FnamePerson&openid.claimed_id=http%3A%2F%2FXXXXXX.XXXXXXX.myopenid.com%2F&openid.identity=http%3A%2F%2FXXXXXX.XXXXXXX.myopenid.com%2F&openid.mode=id_res&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.ax=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.op_endpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&openid.response_nonce=2009-10-05T10%3A05%3A30ZUPvHE1&openid.return_to=http%3A%2F%2FXXXXXX.org.uk%2Findex.php%2Fopenid%2Fconsumer%3Fjanrain_nonce%3D2009-10-05T10%253A05%253A15ZT7YAf9&openid.sig=XXXXXXXXXXXXXXXXXXXXX%3D&openid.signed=assoc_handle%2Cax.count.ext0%2Cax.count.ext1%2Cax.count.ext2%2Cax.mode%2Cax.type.ext0%2Cax.type.ext1%2Cax.type.ext2%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cns.ax%2Cns.sreg%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned%2Csreg.email%2Csreg.fullname%2Csreg.nickname&openid.sreg.email=XXXXXXXXXXXX%40XXXX.co.uk&openid.sreg.fullname=XXXXXX+XXXXXXX&openid.sreg.nickname=XXXXX

  4. jmartin
    Member
    Posted 1 week ago #

    I see the exact same thing.

    My site url ("WordPress address (URL)" in General settings) is http://domain.com/wordpress.

    My blog url ("Blog address (URL)" in General settings) is http://domain.com.

    The OpenID permalink appears to be relative to the blog url while the consumer URL that gets sent to MyOpenID is relative to the site url. So, MyOpenID redirects me back to http://domain.com/wordpress/openid/consumer and I get a 404. If I edit the address in the Address Bar to http://domain.com/openid/consumer, everything works fine.

    At the moment, I'm not sure how to fix that. I'm on Wordpress 2.8.5 and OpenID 3.3.2.

  5. bbqiguana
    Member
    Posted 1 week ago #

    The same error also started happening to me. I was able to make it stop by editing "openid/common.php".

    On line 619, where it says
    $url .= 'index.php/openid/' . $service;

    I changed it to
    $url .= 'openid/' . $service;

    And now I have no more problems.

  6. geoffbarnes
    Member
    Posted 1 week ago #

    I 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.

Reply

You must log in to post.

About this Topic

Tags