Magento Connect Manager 进入出现 Fatal error: require_once() [function.require]: Failed opening required ‘/home/semcom/public_html/goosejacket2013.com/includes/downloader/pearlib/php/PEAR.php’ (include_path=’/home/semcom/public_html/goosejacket2013.com/includes/downloader/pearlib/php:/home/semcom/public_html/goosejacket2013.com/includes/src:.:/usr/local/lib/php’) in /home/semcom/public_html/goosejacket2013.com/includes/src/Varien/Pear.php on line 60
解决方法
进入文件includes/src/Varien/Pear.php
查找
$_pearDir = dirname(dirname(dirname(__FILE__))) . DS . 'downloader' . DS . 'pearlib';
修改为
$_pearDir = dirname(dirname(dirname(dirname(__FILE__)))) . DS . 'downloader' . DS . 'pearlib';
即可
我在magento1.4.2版本上已解决
发表评论