Fresh Installation Using QuickInstallation

Hello need help please,

I’ve extracted the quick installation package, uploaded it to my host server.

gives me error message from magento when i browse to it.

"There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: 572939190

what am i doing wrong. should there be loaded installation page like joom installation?

2 answers

Profile photo of John Bouth 0.00 $tone May 16, 2010
Public

Thank you bennitos,

The Fix solution was simple as instructed by other users.

Here is the solution I found :

You have to open magento/lib/Zend/Cache/Backend/File.php
Change:

protected $_options = array(
\’cache_dir\’ => \’null\’,

to

protected $_options = array(
\’cache_dir\’ => \’/tmp\’,

Upload the changed File.php and create a folder, called “tmp”
The folder must be writable, so give it ‘777’

hope this helps any body.

ps. but one thing is. the site is very slow.. any ideas to speed it up?

#2

This question is now closed

Written By

Comments