|
显示这个,怎么办
Time: 2008-5-22 10:17am Script: /admincp.php
SQL: UPDATE [Table]usergroups SET grouptitle='新手上路', radminid='0', system='private', allowvisit='1', readaccess='10', allowmultigroups='0', allowtransfer='0', allowviewpro='1', allowviewstats='0', allowinvisible='0', allowsearch='1', reasonpm='0', allownickname='0', allowcstatus='0', disableperiodctrl='0', maxpostsperhour='0', maxinvitenum='0', maxinviteday='10', allowpost='1', allowreply='1', allowanonymous='0', allowsetreadperm='0', maxprice='0', allowhidecode='0', allowhtml='0', allowpostpoll='0', allowdirectpost='0', allowvote='0', allowcusbbcode='0', allowsigbbcode='1', allowsigimgcode='0', allowinvite='0', allowmailinvite='0', raterange='', maxsigsize='80', allowgetattach='1', allowpostattach='0', allowsetattachperm='0', allowpostreward='0', maxrewardprice='0', minrewardprice='1', inviteprice='0', maxattachsize='0', maxsizeperday='0', attachextensions='chm, pdf, zip, rar, tar, gz, bzip2, gif, jpg, jpeg, png', allowbiobbcode='1', allowbioimgcode='1', maxbiosize='0', exempt='0', maxtradeprice='0', mintradeprice='1', tradestick='5', allowposttrade='1', allowpostactivity='0', allowpostvideo='0', allowmagics='1', maxmagicsweight='40', magicsdiscount='0', allowpostdebate='1' WHERE groupid='10' Error: Unknown column 'allowpostvideo' in 'field list' 程序文件跟数据库有冲突,请使用正确的程序文件上传上去覆盖
Similar error report has beed dispatched to administrator before.
解答: 后台 工具 数据库升级: alter table cdb_usergroups add allowpostvideo tinyint(1) NOT NULL DEFAULT '0' |