我在yii框架中工作。我的網站多次出現空白頁問題。我嘗試了很多方法,但不能正常工作。我已經嘗試增加的最大執行時間。但它沒有工作,沒有顯示任何錯誤。也嘗試error_reporting(1);
。這個錯誤沒有顯示所有的時間。Yii框架空白頁問題多次
我的htaccess文件代碼如下。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
我該如何解決這個空白頁問題。請指導我。
嘗試檢查服務器錯誤日誌,它可能會給你什麼正在發生的暗示... –
@David君士坦丁這個錯誤只出現在錯誤日誌文件中:致命錯誤:錯誤的參數Exception([string $ exception [,long $ code [,Exception $ previous = NULL]]])在第173行上的/var/www/buyjapon/root/protected/components/GBingTranslator.php –
此問題也不一致 –