VIP福利
主页 > 建站问题 > 故障问题 > 织梦提示userlogin.class.php on line 21错误的解决办法

织梦提示userlogin.class.php on line 21错误的解决办法

有时候我们织梦dedecms登录后台提示\include\userlogin.class.php on line 21字样的错误,下面告诉大家解决办法: 首先在管理目录里面的templets文件夹里面找到index_body.htm文件,找到如下代码: 01 $( function () 02 { 03 $.get( index_testenv.php , function (data) 04 { 05 if (data !== ) 06 { 07 $( #__testEvn ).html(data); […]



有时候我们织梦dedecms登录后台提示\include\userlogin.class.php on line 21字样的错误,下面告诉大家解决办法:

首先在管理目录里面的templets文件夹里面找到index_body.htm文件,找到如下代码:

 

01 $(function()
02  {
03     $.get("index_testenv.php",function(data)
04    {
05      if(data !== '')
06      {
07          $("#__testEvn").html(data);
08      }
09    })
10  })

 

将以上代码注释掉或者删掉就可以了。


说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!