我尝试使用 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/wp
WP Admin 区域的设置是:
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'
任何线索我哪里出错了?