XMB Forum Software

Shop hack problem

Kellter - 9-15-2013 at 08:14 PM

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

Kellter - 9-15-2013 at 08:28 PM

Found the problem,

Changed all instances of TYPE=MyISAM to ENGINE=MyISAM

I am using MySQL Version 5.5.32-cll

Also shop hack is referring to xmbforum.com

Please Close

RunnyBabbit - 5-12-2018 at 08:40 PM

https://forums.xmbforum2.com/viewthread.php?tid=777025

I figured a full fix ^^^^^