2016-06-21 145 views
0

期間發生我想我的CentOS的機器上安裝的Magento 1.x的。你下載過提取的Magento後我面對這個errrors錯誤的Magento安裝

Warning: include_once(Mage/Core/functions.php): failed to open stream: No such file or directory in /home/xxxx/app/Mage.php on line 50 

Warning: include_once(): Failed opening 'Mage/Core/functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/username/php') in /home/xxxx/app/Mage.php on line 50 

Warning: include_once(Varien/Autoload.php): failed to open stream: No such file or directory in /home/xxxx/app/Mage.php on line 51 

Warning: include_once(): Failed opening 'Varien/Autoload.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/username/php') in /home/xxxx/app/Mage.php on line 51 

Fatal error: Class 'Varien_Autoload' not found in /xxxx/app/Mage.php on line 54 

我試圖運行php shell/compiler.php compile的錯誤消失,安裝頁面出現,但沒有任何一個或下背部的按鈕。 我該如何解決這個問題?

回答

0

確保在新服務器上,您有權限來打開和重寫文件。一些mangento擴展在安裝之前需要完整的權限。

+0

文件有777個權限:) –

+0

嘗試查看您嘗試打開的文件是否在正確的目錄中 –