Brad,
> During installation, I receive the following error:
>
> An Error Was Found
>
> Details: The used table type doesn't support FULLTEXT indexes
>
> I'm guessing that I need to change the default table type.
> Is this correct?
>
That's correct, you need to either change the default table type to
MyISAM, or to add "TYPE=MYISAM" to all of the CREATE TABLE statements
found on /path-to-eventum/setup/schema.sql
Sorry about that. We will have this problem fixed on the next release of
Eventum.
--Joao
| Thread |
|---|
| • Question | Brad Graham | 14 Jul |
| • RE: Question | Joao Prado Maia | 15 Jul |