Quote:
Originally Posted by sfowler39
mysql error: Table 'vbgarage_images' already exists
|
It tells you why you are getting this error. It's telling you that you already installed this table. You must be installing over an older version or you hit refresh during install an went back through it. Either delete/drop this table from your database using phpMyAdmin or open the install script in an HTML editor an delete this part:
Code:
CREATE TABLE vbgarage_images (
`vbgarageid` smallint(6) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
`data` longblob NOT NULL,
`type` varchar(50) NOT NULL default '',
PRIMARY KEY (`vbgarageid`)
) TYPE=MyISAM AUTO_INCREMENT=1(
seraphex, I would hope so. I would like to get my site live by then too. Still didn't get the vbgarage file from Integra99 yet.