View Single Post
  #76  
Old 05-04-2005, 05:22 AM
 
clubsrefinished clubsrefinished is offline
 

Member
  
Join Date: Dec 2004
Location: West Midlands, UK
Posts: 15
 

Default

shishapipe,

I have recreated your excellent instructions for all of the templates & php amendments however the final thing I had to do was to add

CREATE TABLE xcart_notify (
email char(12 NOT NULL ,
productid int(11) NOT NULL ,
KEY email_proudct (email, productid),
) TYPE=MyISAM;

via the patches section of the admin section. When I attempt to do this I get the following error

INVALID SQL: 1064 : You have an error in your SQL syntax near ') TYPE=MyISAM' at line 5
SQL QUERY FAILURE: CREATE TABLE xcart_notify ( email char(12 NOT NULL , productid int(11) NOT NULL , KEY email_proudct (email, productid), ) TYPE=MyISAM

Any idea as to what may be causing this.

Hope to hear from somebody soon as I can't wait to try out this mod
__________________
Mike
--------------
Version: 4.0.11 Live, RMA, AOM & X-Affiliate
PHP 4.3.4
MySQL server 3.23.58
MySQL client 3.23.58
Web server Apache/1.3.29 (Unix)

Site: http://www.clubsrefinished.co.uk
Reply With Quote