Dedecms织梦
织梦cms后台登录提示userlogin.class.php on line 21错误的解决方法
2025-09-23 11:24  浏览:22

有时织梦DedeCMS后台提示includeuserlogin.class.php on line 21字样的错误,下面告诉大家解决办法

修改如下:

打开后台管理目录里面的/dede/templets/index_body.htm文件,找到如下代码:

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

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

发表评论
0评