網頁左下角出現一個內有驚嘆號的黃色三角,提示「網頁上有錯誤」。雙擊後顯示詳細信息行:17;字符:5;錯誤:length為空或不是對象;代碼:0
轉移數據庫文檔時也有一個cache_page不能轉:
Fatal error: Maximum execution time of 300 seconds exceeded in C:\AppServ\www\phpMyAdmin\libraries\string.lib.php on line 91
91-93行為:
return mb_substr($string, $start, $length); } else { return substr($string, $start, $length);
也提到length,請問應如何解決?
Re: $length有什麼錯誤?
表示你的網站某個code有問題,因此超過執行時間300秒,導致只cache到產生一半的頁面
from open mind to open source~
--
Re: $length有什麼錯誤?
謝謝回復。
我怎麼樣才能知道有問題的code在哪兒?