|
I’ve installed the Magento Mobile extension (https://www.magentocommerce.com/magento_mobile/122911_rev_121425/Mage_XmlConnect-1.4.2.0.tgz). on my 1.4.2.0 store and it seems to have installed correctly however when I go to Add Application I get this error:
\\\"Unable to save the app.\\\”
When I check the exception log, it state
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`MYMAGENTO/xmlconnect_application`, CONSTRAINT `FK_XMLCONNECT_APPLICAION_STORE` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL)\\\’
Please can you point me in the direction to get this working?
Thanks!!!
|