错误集锦

dedecms

17-3-13 10:31:58

后台卡死

/dede/templets/index_body.htm


   $.get("index_testenv.php",function(data)
  {
if(data !== '')
{
$("#__testEvn").html(data);
}
  });
   $.get("index_body.php?dopost=get_seo",function(data)
  {
if(data !== '')
{
$("#SEOInfo").html(data);
}
  });


注释掉




<font size='5' color='red'>Safe Alert: Request Error step 2!</font>

全局修改 /include/dedesql.class.php   $this->safeCheck = flase;

文件修改   $dsql->safeCheck=false;