XConvert info: MySQL Query Error
Time: 2008-11-5 9:29am
SQL: INSERT INTO discuzxxx.cdb_threads (
`tid` , `fid` , `iconid` , `typeid`, `readperm`, `price`,`author` , `authorid` , `subject` , `dateline` , `lastpost` , `lastposter` , `views` , `replies` , `displayorder` , `highlight` , `digest` , `rate` , `blog` , `special` , `attachment` , `subscribed`, `moderated` , `closed` ,`extcredits`
) VALUES(
'9', '5', '0', '0', '0', '0', '了缘', '8', '[原创]开山啦', '1090940340', '1095717540', '海潮', '555', '40', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0' ,'');
Error: Unknown column 'extcredits' in 'field list'
Errormsg.: 字段不存在
程序文件跟数据库有冲突,请使用正确的程序文件上传上去覆盖
改了step_3.php出这个错误! |