您在這裡

$length有什麼錯誤?

AACC88's 的頭像
AACC88 在 2008-10-23 (四) 00:10 發表

網頁左下角出現一個內有驚嘆號的黃色三角,提示「網頁上有錯誤」。雙擊後顯示詳細信息行: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,請問應如何解決?

表示你的網站某個code有問題,因此超過執行時間300秒,導致只cache到產生一半的頁面
--
from open mind to open source~

--
from open mind to open source~