
如何解决dedecms v5.5 0814版UC无法登录?我们先查看一下原因,原来在新的member表中没有uprank和upmoney字段。那么,我们先找到要修改的文件。
打开uploads/member/index_do.php文件,找到280行:
$res = $dsql->ExecuteNoneQuery("INSERT INTO dede_member SET `mtype`='个人',`userid`='$username',`pwd`='$password',`uname`='$username',`sex`='男' ,`rank`='10',`uprank`='0',`money`='$money', `upmoney`='0', `email`='$email', `scores`='$scores', `matt`='0', `face`='',`safequestion`='0',`safeanswer`='', `jointime`='$jointime',`joinip`='$joinip',`logintime`='$logintime',`loginip`='$loginip';");
修改为:
$res = $dsql->ExecuteNoneQuery("INSERT INTO dede_member SET `mtype`='个人',`userid`='$username',`pwd`='$password',`uname`='$username',`sex`='男' ,`rank`='10',`money`='$money',`email`='$email', `scores`='$scores', `matt`='0', `face`='',`safequestion`='0',`safeanswer`='', `jointime`='$jointime',`joinip`='$joinip',`logintime`='$logintime',`loginip`='$loginip';");
上传替换原来的文件,再登陆看看是不是正常了。
上面是“如何解决dedecms v5.5 0814版UC无法登录”的全面内容,想了解更多关于 织梦cms 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_665.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

一款阿里旗下高效知识获取与创作神器的AI搜索助手——心流(iFlow)
GRUtopia 2.0:一款由上海AI实验室发布的通用具身智能仿真平台
一个提供高质量免版税音乐下载的网站——Kongano
vue如何实现子组件向父组件传值
Toolplay是一款涵盖图像生成、视频创作等功能的一站式AI工具平台
AntV G2:蚂蚁金服数据可视化团队AntV推出的开源可视化语法
TIGER:一款由清华大学研发的轻量级语音分离模型