We came across this while using the Advanced Dataflow profiles in Magento PHP Fatal error: Call to a member function getIsGlobal() on a non-object in …
Continue ReadingMagento API giving issues with Unicommerce integration
I found out I needed to add this in app/code/core/Mage/Api/etc/config.xml under “adminhtml” <routers> <api> <use>standard</use> <args> <module>Mage_Api</module> <frontName>api</frontName> </args> </api> </routers> Also need to turn …
Continue Reading