Trying to do a new install of vbgallery 2.2 to our
vb 3.6.5. forum and as soon as the start installation is clicked we are getting this error;
Database error in vBulletin 3.6.4:
Invalid SQL:
CREATE TABLE ppgal_posts (
postid int(10) NOT NULL auto_increment,
title varchar(100) NOT NULL default '',
userid int(10) NOT NULL default '0',
username varchar(50) NOT NULL default '',
dateline int(10) NOT NULL default '0',
pagetext text NOT NULL,
imageid int(10) NOT NULL default '0',
visible smallint(3) unsigned NOT NULL default '0',
allowsmilie smallint(3) NOT NULL default '0',
iconid smallint(3) unsigned NOT NULL default '0',
showsignature smallint(3) NOT NULL default '0',
ipaddress varchar(15) NOT NULL default '',
PRIMARY KEY (postid),
KEY imageid (imageid),
KEY userid (userid),
KEY iconid (iconid),
) TYPE=MyISAM;
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 ') TYPE=MyISAM' at line 18
Error Number : 1064
Date : Monday, April 23rd 2007 @ 03:57:01 PM
Script :
http://www.xxxxxxxx.com/forum/adminc...ry_install.php
Referrer :
http://www.xxxxxxx.com/forum/admincp...ry_install.php
Classname : vb_database
Line 18 shows:
define('CVS_REVISION', '$RCSfile: vbgallery_install.php,v $ - $Revision: 2.2 $');