|
Hello together,
I installed version 1.4 “successfully” on my server. Means, I got to the point “You’re All Set!” with two links. One to the front-end, one to the back-end.
But, when trying to open front or back-end I get the following error:
Fatal error: Call to a member function extend() on a non-object in /srv/www/web0/html/app/code/core/Mage/Core/Model/Mysql4/Config.php on line 115
What I tried to fix the problem:
searched the forums
searched the web
again
again
Found some similar problems:
- delete the folder /app/code/core/Zend/Cache/
--> does not exist anyway
Open magento/lib/Zend/Cache/Backend/File.php
Look for the following code
protected $_options = array(
‘cache_dir’ => ‘null’,
and replace it with the following
protected $_options = array(
‘cache_dir’ => ‘tmp/’,
Now save and upload replace with the new file.
Final step is to create a tmp folder on your magento root folder
--> was not in my file, I added a folder tmp on magento root
Can anybody help me? I really do not know what I can try.
I tested magento 1.3 some month ago and it worked. When I opened it after month I got the first Magnto page, but 404 errors at every further click. It was only a test install, so I deleted it completely (also database) and installed fresh 1.4
Many thanks for all ideas.
Rainer
|