-
- Anshu_Mishra

-
Total Posts: 96
Joined: 2012-04-23
India
|
First check error it will be in [root directory of your magento]/var/report/827411200148
Possible solutions :
Give app/etc , var , and media folder the file permissions of 777
[root directory]/lib/Zend/Cache/Backend/File.php
look for code :
protected $_options = array(
\’cache_dir\’ => \’null\’,
and change it to
protected $_options = array(
\’cache_dir\’ => \’tmp/\’
and save it
|