chrismessina / diso

Automatically exported from code.google.com/p/diso
0 stars 0 forks source link

"No input file specified" when trying to use one wordpress openID as an authorised id on another wordpress blog #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Setup one WordPress blog and configure it to allow the admin to use the blog 
as an OpenID
2. Create an account on another WordPress blog and then try to add an OpenID to 
the account there having the above blog as the OpenID

What is the expected output? What do you see instead?
The request should work.
Instead i get a simple page saying " no input file specified"
The url i.e. the browser is
http://southackton.org.uk/index.php/openid/consumer?janrain_nonce=2011-09-11T17%
3A49%3A16ZUXHCjO&openid1_claimed_id=http%3A%2F%2Fwww.strangeparty.com%2F&openid.
assoc_handle=%7BHMAC-SHA1%7D%7B4e6cf49d%7D%7B9tatJQ%3D%3D%7D&openid.identity=htt
p%3A%2F%2Fwww.strangeparty.com%2Fauthor%2Fadmin%2F&openid.invalidate_handle=%7BH
MAC-SHA1%7D%7B4e6cf058%7D%7BFMUlBQ%3D%3D%7D&openid.mode=id_res&openid.response_n
once=2011-09-11T17%3A49%3A17Z7pDly9&openid.return_to=http%3A%2F%2Fsouthackton.or
g.uk%2Findex.php%2Fopenid%2Fconsumer%3Fjanrain_nonce%3D2011-09-11T17%253A49%253A
16ZUXHCjO%26openid1_claimed_id%3Dhttp%253A%252F%252Fwww.strangeparty.com%252F&op
enid.sig=DdXuD94QeIVyiOxUL5%2FBYtmr2%2Bo%3D&openid.signed=assoc_handle%2Cidentit
y%2Cinvalidate_handle%2Cmode%2Cresponse_nonce%2Creturn_to%2Csigned

What version of the product are you using? On what operating system?
Both bgs are wordpress 3.2.1 with OpenID plugin 3.3.3

Please provide any additional information below.
First blog is actually in a subdir but has redirects. I have used this OpenID 
in other places, most recently in comments on a wordpress blog.
Both blogs are self-hosted.

Original issue reported on code.google.com by anton.pi...@gmail.com on 11 Sep 2011 at 5:59

GoogleCodeExporter commented 9 years ago
Solved by editing the second site as described in 
https://wordpress.org/support/topic/openid-error
(removing index.php from the openid common.php).

I have not investigated why this works (or more accurately, why the test above 
the line described did not detect properly that we are using rewrite).

Original comment by anton.pi...@gmail.com on 13 Sep 2011 at 8:37