خ ــادم الإسلام
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' ;
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' ;