dede5.7sp1版本
本次安裝測試,只要一后臺登錄,就卡死,只要一點擊左邊欄目,立即死亡,有遇到過的嗎?這個問題怎么解決?求幫忙
[attachment=93056]
這個問題出現的結果是:Fatal error: Maximum execution time of 30 seconds exceeded in D:\www\include\userlogin.class.php on line 21
解決方法:*****\dede\templets\index_body.htm 下面的這段代碼刪除
$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
以上方法完美解決。