Tag: cron doesn’t working
-
Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line
Today we are working on cron file that will call all model methods of my custom module. But we are getting error: “Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line 141”. when we are using: require_once ‘app/Mage.php’; $customobj = Mage::getModel(‘custommodule/custommodule’); It was amazing for us that we…