I found out the line in the Magento plugin file that’s breaking the site:
Mage::app()->getFrontController()->getAction()->getFullActionName() == ‘customer_account_create’
After I comment this line out the WordPress side seems to load fine.
I don’t think i absolutely need this line of code for the plugin to work but just wondering if you know how to fix it so I don’t have to hack the plugin by commenting it out?
Thanks