Fishpig's Wordpress Integration in Magento Error

人盡茶涼 提交于 2019-12-11 18:05:25

问题


I have installed the Fishpig's Wordpress Integration in magento, After the integration i got the 'There was an error logging you into WordPress. Please check your WordPress Admin credentials below and try again' error in magento admin end.

How might I troubleshoot this issue?


回答1:


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.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/5857652/fishpigs-wordpress-integration-in-magento-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!