المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : [حل الخطأ] MySQL Error : Unknown column 'infractiongroupid' in 'field list'


خ ــادم الإسلام
25-07-2009, 06:19 صباحاً
رمز الخطأ


MySQL Error : Unknown column 'customprofilepic.width' in 'field list'

الحل

ALTER TABLE `infractiongroup` ADD `infractiongroupid` int(10) unsigned NOT NULL auto_increment;

او

ALTER TABLE user ADD `infractiongroupid` smallint(5) unsigned NOT NULL default '0' ;