Update Error: INSERT INTO pw_threads (fid,icon,author,authorid,subject,ifcheck,type,postdate,lastpost,lastposter,hits,replies,topped,digest,special ,ifupload,ifmail,rewardinfo,anonymous,ptable) VALUES ('24','1','thoreau','5421','大家放假怎么过的啊?','1','4','1184939864','1184939864','thoreau','1','0','0','0','0','0','0','','0','')
MySQL Server Error:
Unknown column 'special' in 'field list' ( 1054 )You Can Get Help In:
http://www.phpwind.net

解决方案 »

  1.   

    二者选其一:
    1、在数据库里加上这个字段
    2、在sql语句里把这个字段以及对应的数据删除~
      

  2.   

    我重新添加了special
    但是出现如下错误
    Update Error: INSERT INTO pw_tmsgs (tid,aid,userip,ifsign,buy,ipfrom,ifconvert,ifwordsfb,content) VALUES('2357','','58.24.130.181','1','','美国 ','1','','大家放假怎么过的啊?')The URL Is:
    http://www.youngtv.net/bbs/post.php?MySQL Server Error:
    Duplicate entry '2357' for key 1 ( 1062 )
     
    不知道怎么搞定
      

  3.   

    INSERT INTO pw_tmsgs (aid,userip,ifsign,buy,ipfrom,ifconvert,ifwordsfb,content) VALUES('','58.24.130.181','1','','美国 ','1','','大家放假怎么过的啊?')
      

  4.   

    你数据库里面tid是不是唯一的,所以载insert2357就重复了,你换一个数试试