Quote:
Originally Posted by dirtycrow
i tried that and i get this error -
in my config.php file i have this set $config['Database']['tableprefix'] = ''
|
then use this code
....
Code:
CREATE TABLE vbimghost (imgid int(11) NOT NULL auto_increment,userid int(11) NOT NULL default '0',imgfile varchar(250) NOT NULL default '',imgname varchar(250) NOT NULL default '',thumbname VARCHAR( 250 ) NOT NULL, imgfilesize int(11) NOT NULL default '0', imgwidth int(11) NOT NULL default '0', imgheight int(11) NOT NULL default '0', imgdate int(11) NOT NULL default '0', imgprivate int(1) unsigned NOT NULL default '0', PRIMARY KEY (imgid) )
you don't need to run this manualy
just import the product xml and it should work fine with you