On installing, this is the error I received.
Any help would be appreciated
Installation of: Announcements Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
-- -- There are errors in the following MySQL queries:
-- -- Error:
CREATE TABLE IF NOT EXISTS `modzzz_announcement_main` (`id` int(11) NOT NULL auto_increment,`uri` varchar(255) collate utf8_general_ci NOT NULL default '',`subject` varchar(255) collate utf8_general_ci NOT NULL default '',`message` text collate utf8_general_ci NOT NULL,`start_age` int(11) NOT NULL default '0',`end_age` int(11) NOT NULL default '0',`country` varchar(255) collate utf8_general_ci NOT NULL default '',`membership` varchar(255) collate utf8_general_ci NOT NULL default '',`days` varchar(255) collate utf8_general_ci NOT NULL default '',`sex` varchar(10) collate utf8_general_ci NOT NULL,`couple` int(11) NOT NULL default '0',`status` enum('approved','pending') NOT NULL default 'approved',`sticky` int(11) NOT NULL default '0',`start_date` int(11) NOT NULL default '0',`end_date` int(11) NOT NULL default '0',`members_only` int(11) NOT NULL default '0',`created` int(11) NOT NULL,`author_id` int(11) NOT NULL,PRIMARY KEY (`id`),FULLTEXT KEY `search` (`subject`,`message`));
mySQL says: The used table type doesn't support FULLTEXT indexes