I tried to integrate WordPress with my Magento site using FishPig and was 95% successful. WP is installed at home user public_html wp and below are the settings in Magento Database Integration page.
Magento and WP uses different db's.
Integration level: Full
Blog Route: blog
WP Path: /home/user/public_html/wp
Settings at WP Admin area are:
WordPress Address (URL): http://domain.com/wp
Site Address (URL): http://domain.com/blog
The issue is, Magento admin area still shows a red exclamation mark for Blog Route.
Blog Route Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to "http://domain.com/blog"
Same message in the error log:
DEBUG (7): Go to the General Settings page of your WordPress Admin and set the 'Site address (URL)' field to 'http://domain.com/blog'
Any clue where I went wrong?