Reputation: 25
After failing to upgrade my Magento store from 1.4.1.1 to 1.7.02 I decided to go back to the backup I made before upgrading.
Unfortunately this gives a few errors when trying to access my website:
Notice: Trying to get property of non-object in /home/ziezap.nl/public_html/app/code/core/Mage/Core/Model/Config.php on line 1125
Notice: Trying to get property of non-object in /home/ziezap.nl/public_html/app/code/core/Mage/Core/Model/Config.php on line 1125
Notice: Trying to get property of non-object in /home/ziezap.nl/public_html/app/code/core/Mage/Core/Model/Config.php on line 1125
Fatal error: Call to a member function getIdFieldName() on a non-object in /home/ziezap.nl/public_html/app/code/core/Mage/Core/Model/Abstract.php on line 151
Any ideas how to solve this?
Upvotes: 1
Views: 1327
Reputation: 1534
You can try to clear your cache - delete all of the files in /var/cache/, there's a chance that the config is cached.
Upvotes: 0