Magento从Godaddy服务器迁移到亚马逊aws Ubuntu


Magento migration from Godaddy server to Amazon aws Ubuntu

我将magento主机服务器从Godaddy迁移到amazon aws ubuntu。一切工作正常,但当用户继续结帐。屏幕上出现错误

错误:Warning:

include(/var/www/html/includes/src/payu_payucheckout_model_share .php): failed to open stream: No such file or directory in/var/www/html/includes/src/varien_autolload .php on line 93 #0/var/www/html/includes/src/varien_autolload .php(93): mageCoreErrorHandler(2, 'include(/var/ww…" "/var/www/html/我…', 93, Array) #1/var/www/html/includes/src/Varien_Autoload.php(93): Varien_Autoload::autoload() #2[内部函数]:Varien_Autoload->autoload('Payu_PayuChecko…')#3[内部函数]:spl_autoload_call('Payu_PayuChecko…')#4/var/www/html/includes/src/__default.php(23435): class_exists('Payu_PayuChecko…')#5/var/www/html/app/mage .php(462): Mage_Core_Model_Config->getModelInstance('payucheckout/sh…', Array) #6/var/www/html/includes/src/mage_payment_helper_data .php(68): Mage::getModel('payucheckout/sh…')..........

,但同样的代码在godaddy上运行良好。

Payu模块未启用。

我是否缺少任何Php或Apache配置?

请帮帮我。任何可以解决此错误的建议

可能是你的编译产生了问题

进入文件

includes/config.php

注释出行

define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');

#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');

如果没有注释