Jaydon

Menu

DZ3.2 QQ互联登陆出现(1054) Unknown column ‘conuintoken’ in ‘field list’

这个可能很多人都看到了吧,其实就是数据表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,请改为相应的表前缀

— 于
Warning: Undefined variable $text in /www/wwwroot/www.jaydon.top/wp-content/themes/cu/single.php on line 12

Warning: Undefined variable $output in /www/wwwroot/www.jaydon.top/wp-content/themes/cu/functions.php on line 57

Warning: Undefined variable $output in /www/wwwroot/www.jaydon.top/wp-content/themes/cu/functions.php on line 57
共写了366个字
— 文内使用到的标签:

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注