Search code examples
phpwordpressmagentomagento-1.9fishpig

Fishpig auto login not working in Magento 1.9


I have used fishpig extension in magento 1.9 and I am facing auto login error message in magento:

WordPress Auto Login Failed: HTTP/1.1 200 OK Server: nginx/1.0.15 Date: Tue, 08 Dec 2015 20:20:02 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Powered-By: PHP/5.4.25 Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/blog/ Set-Cookie: wordpress_test_cookie=WP+Cookie+check; path=/wp/ X-Frame-Options: SAMEORIGIN

Please Suggest me how to remove error message ...


Solution

  • It would be much easier to help debug the issue if you posted the URL to your website.

    Here are a list of points/solutions taken from the documentation.

    • Can you login manually via your browser by going to your WordPress Admin directly?
    • Re-Enter the username and password after logging in manually at System > Configuration > WordPress > Auto Login
    • Disable all WordPress plugins
    • Are you using Cloudflare? Cloudflare can very easily stop the auto login system working.
    • If this is a development site, are you using HTTP authentication? The auto login system doesn't work with HTTP authentication enabled.
    • Upgrade Magento WordPress Integration to the latest version.