Magento 1.4.2Magento編譯導致錯誤
編譯錯誤,頁面不呈現。我得到的錯誤,但我相信這是比這個模塊更深:
2012-04-02T15:26:02+00:00 ERR (3): Warning: require_once(cloudfiles.php): failed to open stream: No such file or directory in /var/www/spasandstuff.com/includes/src/OnePica_ImageCdn_Model_Adapter_Rackspace.php on line 20
Line 20 is: require_once 'cloudfiles.php';
我試圖消除模塊,現在呈現的頁面,但如果我去Magento的連接得到了一個空白頁面,這個錯誤:
2012-04-02T16:07:30+00:00 ERR (3): Warning: require_once(/var/www/spasandstuff.com/includes/downloader/pearlib/php/PEAR.php): failed to open stream: No such file or directory in /var/www/spasandstuff.com/includes/src/Varien/Pear.php on line 60
Line 60 is: require_once $_pearPhpDir."/PEAR.php";
This line is how it is finding the path:
$_pearDir = dirname(dirname(dirname(__FILE__))) . DS . 'downloader' . DS . 'pearlib';
所以似乎存在某種路徑問題。如果有人能夠幫助我追蹤可能導致問題的原因,我將不勝感激,因爲我不知道該從哪裏出發。
謝謝,這正是我需要深入挖掘的信息。 – 2012-04-03 17:22:08