Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Can't log in using OpenID using PHP5 #155

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Can't log in using OpenID using PHP5 #155

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Place .htaccess in the blog's root directory.
2. Add the text "AddType x-mapp-php5 .php" - This will enable PHP5 rather
than PHP4.
3. Attempt to log in using OpenID at http://yourblog/wp-login.php
4. Replacing "AddType x-mapp-php5 .php" with "AddType x-mapp-php4 .php"
fixes the problem, but requires me to use an outdated, insecure version of PHP.

What is the expected output? What do you see instead?
I expect to be in the administration panel of my blog. Instead I get a 404
error with a bunch of OpenID stuff in the URL
(http://myblog/openid/consumer?...)

What version of the product are you using? On what operating system?
3.3.2 (newest)

Original issue reported on code.google.com by alexjohnc3 on 27 Nov 2009 at 10:24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant