forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: gorg on May 22, 2017, 10:11:33 am

Title: miniCMS instalation problem
Post by: gorg on May 22, 2017, 10:11:33 am
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.
Title: Re: miniCMS instalation problem
Post by: gmc on May 26, 2017, 09:05:08 pm
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.