ssh - PHP errors on Magento store after restoring backup -


after failing upgrade magento store 1.4.1.1 1.7.02 decided go backup made before upgrading.

unfortunately gives few errors when trying access website:

notice: trying property of non-object in /home/ziezap.nl/public_html/app/code/core/mage/core/model/config.php on line 1125

notice: trying property of non-object in /home/ziezap.nl/public_html/app/code/core/mage/core/model/config.php on line 1125

notice: trying property of non-object in /home/ziezap.nl/public_html/app/code/core/mage/core/model/config.php on line 1125

fatal error: call member function getidfieldname() on non-object in /home/ziezap.nl/public_html/app/code/core/mage/core/model/abstract.php on line 151

any ideas how solve this?

you can try clear cache - delete of files in /var/cache/, there's chance config cached.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -