I'm getting this error uploading the product, any ideas?
Database error in vBulletin 3.7.3:
Invalid SQL:
CREATE TABLE IF NOT EXISTS itemshop_cat (
cid int(11) NOT NULL auto_increment,
cname text NOT NULL,
cdescr text NOT NULL,
csold int(11) NOT NULL default '0',
cprofit int(11) NOT NULL default '0',
citems int(11) NOT NULL default '0',
PRIMARY KEY (cid)
) TYPE=MyISAM;
|