我尝试使用FishPig将WordPress与我的Magento站点集成,并获得了95%的成功。WP安装在家庭用户public_html wp中,下面是Magento数据库集成页面中的设置。
Magento and WP uses different db's.
Integration level: Full
Blog Route: blog
WP Path: /home/user/public_html/wpWP管理区域的设置为:
WordPress Address (URL): http://domain.com/wp
Site Address (URL): http://domain.com/blog问题是,Magento管理区域仍然为博客路由显示一个红色感叹号。
Blog Route Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to "http://domain.com/blog"错误日志中的相同消息:
DEBUG (7): Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to 'http://domain.com/blog'你知道我哪里出错了吗?
发布于 2015-06-02 20:53:51
在集成选项卡下,为“集成主题”选择“否”。
我以为这是为了将我的magento主题与wordpress集成在一起,但实际上它是为了集成现有的wordpress安装主题。
如果您的现有安装和新安装相同,则会导致以下错误:
“您的集成博客网址(http://www.yoursite/blog)与您的WordPress网站网址相匹配。”
所以如果你只安装了一个wordpress,你只需要将它设置为'No‘即可。
发布于 2012-02-05 09:12:06
您需要登录到WordPress管理员,选择设置>常规,并将标有‘站点地址(网址)’的字段设置为http://domain.com/blog
https://stackoverflow.com/questions/9017019
复制相似问题