dedeCMS 注册失败,请检查资料是否有误或与管理员联系-解决方法(dedecms 割韭菜)
173
2022-07-21
最近安装了dedecms5.5并整合了uchome,但是会员注册提示出错,错误提示 :注册失败,请检查资料是否有误或与管理员联系! 解决办法 : 修改MEMBER目录下的 reg_new.php文件 将以下代码:
以下为引用的内容: $inQuery = "INSERT INTO `dede_member` (`mtype` ,`userid` ,`pwd` ,`uname` ,`sex` ,`rank` ,`uprank` ,`money` , `upmoney` ,`email` ,`scores` ,`matt` ,`face`,`safequestion`,`safeanswer` ,`jointime` ,`joinip` ,`logintime` ,`loginip` ) VALUES ('$mtype','$userid','$pwd','$uname','$sex','10','0','$dfmoney','0', '$email','$dfscores','0','','$safequestion','$safeanswer','$jointime','$joinip','$logintime','$loginip'); ";
替换为
以下为引用的内容: $inQuery = "INSERT INTO `dede_member` (`mtype` ,`userid` ,`pwd` ,`uname` ,`sex` ,`rank` ,`money` ,`email` ,`scores` , `matt`, `spacesta` ,`face`,`safequestion`,`safeanswer` ,`jointime` ,`joinip` ,`logintime` ,`loginip` ) VALUES ('$mtype','$userid','$pwd','$uname','$sex','10','$dfmoney','$email','$dfscores', '0','$spaceSta','','$safequestion','$safeanswer','$jointime','$joinip','$logintime','$loginip'); ";
整理问题出来只是希望官方给出最终解决方法 升级程序
下一篇:
发表评论
暂时没有评论,来抢沙发吧~