Hugo Gomes wrote:
Query "CREATE FULLTEXT INDEX si_title ON `searchindex` (si_title) " failed with error code "Column 'si_title' cannot be part of FULLTEXT index (localhost)".
The database was created by me and the user has all privileges to that database.
Can anyone give me a hand on this?
What kind of engine is it using for searchindex? Maybe MyIsam is disabled there? It is possible to have a wiki without the searchindex table, but then the full text search won't work unless you install another search extension.