Am I missing something? I downloaded the full version with moded files. I uploaded all the files where they should be as far as I can see. I get the following when I try to access the members log in the roster.
064: 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 'collate latin1_general_ci NOT NULL default '', `type`
SQL:
CREATE TABLE `roster_addon_memberlog` ( `id` int(10) NOT NULL auto_increment, `name` varchar(30) collate latin1_general_ci NOT NULL default '', `type` enum('OLD','NEW') collate latin1_general_ci NOT NULL default 'OLD', `date` int(15) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;
File: install_db.php
Line: 21