Quote:
Originally Posted by Action-N
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.
|
I emailed it to you at the same time I sent you a PM on here about sending it. If you didn't recieve it, let me know.