When I try to use the OpenID given to me by the OpenID plugin, I get directed to a page that says "No input file specified. "
Any ideas why this is happening?
Thanks!
When I try to use the OpenID given to me by the OpenID plugin, I get directed to a page that says "No input file specified. "
Any ideas why this is happening?
Thanks!
I get the same error.
Help, please!
Does anyone have any idea how to fix that error?
I'm getting this problem also. Very frustrating.
Still no answer? Please!
SOLUTION TO:
"No input file specified. " ERROR on OpenID v3.3.2:
If you get a URL start like this:
http://www.example.com/index.php/openid/consumer?janrain_nonce=
1 - Go the folder where OpenID is installed. (Usually: /wp-content/plugins/openid).
2 - Open "common.php"
3 - Go to line 619
4 - You will see the following code:
$url .= 'index.php/openid/' . $service;
5 - Change to look like this:
$url .= 'openid/' . $service;
6 - Notice that index.php/ has been removed.
7 - Save the file
8 - That's it!
I hope this steps solve the problem... it work for me.
This topic has been closed to new replies.