Hi,
I am trying the setup of the module, after installing from the files in this post, I have this error, when I click to create the table:

DATABASE ERROR : Error creating table
error code : 1064
error message : 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 1
sql that failed was : CREATE TABLE fa_oscommerce ( `name` char(15) NOT NULL default '', `value` varchar(100) NOT NULL default '', PRIMARY KEY (`name`)) TYPE=MyISAM

Where and which modifications I need to do ?
Thank You