1
errors/
Change local.xml.sample to local.xml
2
then Open magento/lib/Zend/Cache/Backend/File.php
Quote:
protected $_options = array(
'cache_dir' => 'null',
and Change it to:
Quote:
protected $_options = array(
'cache_dir' => 'tmp/',
3
create tmp folder under root magento folder.
You are Done.
输出出错信息!!
最新推荐文章于 2025-04-07 07:30:00 发布