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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[不是BUG] 求助:Unknown column 'status' in 'field list' 怎么解决?

[复制链接]
lgl888168 发表于 2010-6-11 17:43:20 | 显示全部楼层 |阅读模式
SupeSite info: MySQL Query Error

User: lgl888168
Time: 2010-6-11 5:34pm
Script: /admincp.php

SQL: REPLACE INTO [Table]spacetags (itemid, tagid, dateline, type,status) VALUES ('165','92','1276248859','news','1'),('165','148','1276248859','news','1'),('165','197','1276248859','news','1'),('165','103','1276248859','news','1'),('165','196','1276248859','news','1')
Error: Unknown column 'status' in 'field list'
Errno.: 1054

这个是我发文章时出现的
文章也发不出去了


这个站点:http://www.seorv.com


危险的蘑菇 发表于 2010-6-11 20:03:12 | 显示全部楼层
您看一下您数据库中前缀_spacetags 这个表的是不是少了一个status字段?
回复

使用道具 举报

cookyy 发表于 2010-6-29 11:44:39 | 显示全部楼层
一样出现这样的问题....
查看 install.sql 这个文件
ROP TABLE IF EXISTS supe_spacetags;
CREATE TABLE supe_spacetags (
  itemid mediumint(8) unsigned NOT NULL default '0',
  tagid mediumint(8) unsigned NOT NULL default '0',
  dateline int(10) unsigned NOT NULL default '0',
  `type` char(30) NOT NULL default '',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY  (itemid,tagid),
  KEY tagid (tagid,dateline)
) TYPE=MyISAM;
发现 status 字段存在的
求解....发布不到文章很痛苦的...
而且还有后台删除或者编辑文章都一样出错
回复

使用道具 举报

危险的蘑菇 发表于 2010-6-29 11:48:16 | 显示全部楼层
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 08:30 , Processed in 0.027414 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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