Hi gio
I just got this error when trying to import the product for the update
Any ideas please?
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
ALTER TABLE threadfield_admin ADD COLUMN
`required` varchar(10) NOT NULL default 'no',;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2
Error Number : 1064
Date : Saturday, March 11th 2006 @ 05:26:01 PM
Script : http://www.bashys-place.com/forums/admincp/plugin.php
Referrer : http://www.bashys-place.com/forums/admincp/plugin.php?do=productadd
Now this 1 lol
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
CREATE TABLE `thread_fields_admin` (
`title` varchar(100) NOT NULL default '',
`fieldid` int(10) unsigned NOT NULL auto_increment,
`description` varchar(200) NOT NULL default '',
`forums` varchar(200) NOT NULL default '',
`type` varchar(100) NOT NULL default '',
`size` char(3) NOT NULL default '40',
`options` varchar(200) NOT NULL default '',
`display` varchar(100) NOT NULL default '1',
PRIMARY KEY (`fieldid`)
) TYPE=MyISAM;;
MySQL Error : Table 'thread_fields_admin' already exists
Error Number : 1050
Date : Saturday, March 11th 2006 @ 05:33:02 PM
Script : http://www.bashys-place.com/forums/admincp/plugin.php
Referrer : http://www.bashys-place.com/forums/admincp/plugin.php?do=productadd