Quote:
Originally Posted by J98680B2423E
Let strt with the first message.
Do you have the table `vbslideshow` created as it should?
If it was not automatically created by the mod, please execute the following (you can find it at the beginning of the product xml file, in the install code):
Code:
CREATE TABLE IF NOT EXISTS`vbslideshow` (
`slideshowid` INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`userid` INT(10) NOT NULL,
`username` VARCHAR(50) NOT NULL,
`dateline` INT(10) NOT NULL,
`threadid` INT(10) NOT NULL,
`description` mediumtext NOT NULL,
`cover` varchar(250) NOT NULL),
`title` varchar(250) NOT NULL)
|
I am not sure whether it was created. It boggles my mind! I get a database error saying it doesn't exist, but when I do the query it states that it is a duplicate!!
So should I enter the above code into the XML and re-install?
Thanks for all your help!!:up: