Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[新问题] 修复X3.1QQ互联Discuz! Database Error (1054) notconnect!

[复制链接]
Jat 发表于 2014-2-9 09:06:45 | 显示全部楼层 |阅读模式
修复X3.1 QQ互联登陆出现Discuz! Database Error (1054) Unknown column 'conuintoken' in 'field list'由趣36提供答案:qu36.com


这个可能很多人都看到了吧,其实就是数据表common_member_connect少了一个字段conuintoken。添加好就行,字段约束 为char(32)。

简单的修复方法为:
1、修改config/config_global.php文件查找下面代码把0改为1,开启后台直接运行SQL
  • $_config['admincp']['runquery'] = '0';

复制代码

2、在后台后台——站长——数据库——升级,粘贴以下代码提交:
  • alter table  pre_common_member_connect add   conuintoken  char(32) not null;
  • alter table  pre_common_connect_guest add   conuintoken  char(32) not null;


复制代码
--如果数据表前缀不是默认的pre,请改为相应的表前缀


 楼主| Jat 发表于 2014-2-9 09:07:22 | 显示全部楼层
趣36www.qu36.com提供哦
回复

使用道具 举报

风驰 发表于 2015-7-20 10:30:21 | 显示全部楼层
非常感谢,已经解决
回复

使用道具 举报

Angelacc 发表于 2015-11-24 01:51:06 | 显示全部楼层
3.2解决  谢谢啦
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-22 18:39 , Processed in 0.029162 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表