My OpenID provider is a copy of phpMyId running on my server that I fiddled with a bit. Sometime in the last few weeks something changed so that the script doesn't work anymore -- I get the "Oops! Something Bad Happened" page when I try to login. I've never gotten that before; when I messed up the script I would end up back on the login page with an OpenID error instead. What changed with OpenID handling in the last few weeks? How can I debug the problem; is there a way to get an error message more specific than "Something bad happened"?
|
|
Nothing changed on our end, but something changed on your end. You can view source on the error page to get a tiny bit more detail. I don't see anything in our error logs. |
|||
|
|
Recent changes in PHP seem to be the culprit, the problem is that phpmyid no longer sends the header correctly. A rewrite rule, which I posted to my similar question, may solve your problem: Unable to log in with your OpenID provider: no OpenID identifier was provided. |
|||
|
|