开发者

Fishpig's Wordpress Integration in Magento Error

开发者 https://www.devze.com 2023-03-01 21:05 出处:网络
I have installed the Fishpig\'s Wordpress Integration in magento, After the integration i got the \'There was an error l开发者_如何学Cogging you into WordPress. Please check your WordPress Admin crede

I have installed the Fishpig's Wordpress Integration in magento, After the integration i got the 'There was an error l开发者_如何学Cogging you into WordPress. Please check your WordPress Admin credentials below and try again' error in magento admin end.

How might I troubleshoot this issue?


In your Magento Admin page, you should see the Wordpress in your menu bar. Follow the navigation for Wordpress -> Settings -> WP-Auto-Login Details. There, you should be able to enter the username and password you use when signing into Wordpress admin.


I had same problem, even though I knew the login and password were correct it showed same error message. I fixed it by navigating to the WP admin-login page, using forgot password and updating password from the email link. I had to install PEAR and postfix on my server before the email reminder would send.


Auto login problem in fishpig wordpress extension because there are not set REFERER Location in header (HTTP Request).

Add this code after 532 line

$curl->addOption(CURLOPT_REFERER, true);

in Fishpig_Wordpress_Helper_System

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号