我想啓用Magento的編譯,但是當我啓用它,我看到遵循錯誤:
修復編譯錯誤的Magento
Warning: include_once(.../includes/src/Mage_Core_functions.php) [function.include-once]: failed to open stream: No such file or directory in .../app/Mage.php on line 36
Warning: include_once() [function.include]: Failed opening '.../includes/src/Mage_Core_functions.php' for inclusion (include_path='/.../includes/src:.:/usr/share/php') in .../app/Mage.php on line 36Warning: include_once(.../includes/src/Varien_Autoload.php) [function.include-once]: failed to open stream: No such file or directory in /.../app/Mage.php on line 37
Warning: include_once() [function.include]: Failed opening '.../includes/src/Varien_Autoload.php' for inclusion (include_path='.../includes/src:.:/usr/share/php') in .../app/Mage.php on line 37
Fatal error: Class 'Varien_Autoload' not found in .../app/Mage.php on line 53
任何人可以幫助我解決這些問題?我想編譯啓用。在互聯網上,每個關於這個問題的答案都是禁用編譯。我想要啓用編譯。僅供參考我的magento版本是1.7.0.0
http://www.php.net/manual/en/function.set-include-path.php –