I just upgraded
VB to 4.1.5 from 3.8.7. and want to update the vbgallery.
I get this error during the upgrade.
I tried an uninstall and then fresh install and it gets the same error.
Invalid SQL:
CREATE TABLE IF NOT EXISTS ppgal_setting (
varname varchar(100) NOT NULL default '',
grouptitle varchar(50) NOT NULL default '',
value mediumtext NOT NULL default '',
defaultvalue varchar(250) NOT NULL default '',
optioncode mediumtext NOT NULL,
displayorder smallint(3) unsigned NOT NULL default '0',
PRIMARY KEY (varname)
) TYPE=MyISAM;