Shop hack problem
Trying to install the shop hack, have installed it before on same server but getting error per debug below.
Please wait...the installation process is starting...
This process may take a few minutes...
Creating xmb_member_items table............................................
MySQL encountered the following 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 7(errno = 1064)
In the following query: CREATE TABLE xmb_member_items (
iid smallint(6) NOT NULL default '0',
uid int(12) NOT NULL default '0',
quantity int(10) NOT NULL default '0',
PRIMARY KEY (iid, uid),
INDEX (uid)
) TYPE=MyISAM
Thanks for any help
|