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
Have a look at the following thread.
On the last page a couple solutions are posted:
http://www.magentocommerce.com/board…read/84053/P0/
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?
This question is now closed