1
將我的項目從Windows移到Linux後,我只能看到一個空白頁面 當我查看日誌得到這個錯誤:將項目從Windows移動到Linux時出錯「mod_fcgid:stderr:PHP致命錯誤:未找到'Public_Controller'類
[Wed Oct 03 22:59:14 2012] [warn] [client MY.IP.] mod_fcgid: stderr: PHP Fatal error: Class 'Public_Controller' not found in /home/clients/client13/web32/web/application/modules/welcome/controllers/welcome.php on line 11
服務器運行的是快速CGI(我也嘗試MOD-PHP以防萬一)
10號線到文件的16:
class Welcome extends Public_Controller
{
function Welcome()
{
parent::__construct();
}
謝謝。它被稱爲Public_controller.php – ErrorGuy