首页 >

【原创】织梦DedeCMS 注册失败,请检查资料是否有误或与管理员联系-搞定方式

文章介绍

用的是DedeCMS5.7sp1,开始一直正常,前段时间客户网站突然不能上传文件也不能生成静态文件,查看后发现是磁盘空间用尽,客户自己处理后,功能一切正常。

【原创】织梦DedeCMS 注册失败,请检查资料是否有误或与管理员联系-搞定方式

几天后发现会员注册一直无法注册成功,一直提示”注册失败,请检查资料是否有误或与管理员联系!”,登录后台查看已注册会员,发现一条信息都看不到了。

网上搜索都说是reg_new.php中表名写错:

$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’); “;

但是这个好像是说的5.5的版本,的这个版本没有这个问题使用的表名是正常的 dede_member

$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’); “;

于是登录phpmyadmin想看下数据是否还存在,打开数据库,点击member表发现错误:

Table ‘xxx_member’ is marked as crashed and should be repaired
看来是表结构损毁了,登录DedeCMS后台 打开”系统-》数据库备份/还原”找到xxx_memebr 点击后面的修复,或者使用phpmyadmin中提供的表修复功能。


【原创】织梦DedeCMS 注册失败,请检查资料是否有误或与管理员联系-搞定方式
  • 织梦DedeCMS5.7商城网站系统游客可下订单购买的实现方法
  • 织梦DedeCMS5.7商城网站系统游客可下订单购买的实现方法 | 织梦DedeCMS5.7商城网站系统游客可下订单购买的实现方法 ...

    【原创】织梦DedeCMS 注册失败,请检查资料是否有误或与管理员联系-搞定方式
  • 织梦DedeCMS更新文章会出现空白页
  • 织梦DedeCMS更新文章会出现空白页 | 织梦DedeCMS更新文章会出现空白页 ...

    【原创】织梦DedeCMS 注册失败,请检查资料是否有误或与管理员联系-搞定方式
  • 织梦DedeCMSckeditor更换为ueditor百度编辑器
  • 织梦DedeCMSckeditor更换为ueditor百度编辑器 | 织梦DedeCMSckeditor更换为ueditor百度编辑器 ...