Hello, I´m trying to install miniCMS v. 2.3 but I´m encountering problems with creating the table prefix_cms: copermine says: "1214: The used table type doesn't support FULLTEXT indexes". The table is not created during instalation and therefore the plugin doesn´t work. Please, is there any solution? I´m, using CPG 1.5.46, PHP 5.4, database engine is MyISAM. Any advise is appreciated. Thanks.
A quick search of our forums for 'minicms fulltext' finds this:
http://forum.coppermine-gallery.net/index.php/topic,68455.msg376369.html#msg376369 (http://forum.coppermine-gallery.net/index.php/topic,68455.msg376369.html#msg376369)
MyISAM does support FULLTEXT... InnoDB doesn't support prior to MySQL V5.6. I expect you are not using MyISAM - either specifying InnoDB or defaulting...
Workaround is provided in the other thread.