Closed marc-farre closed 3 months ago
@marc-farre @luke- The error tells "Can't find FULLTEXT index matching the column list" because the FULLTEXT index is not found for the columns. I think the core migration is not applied. I think DB should be updated here:
@yurabakhtin Thanks.
I have "Your database is up-to-date.".
However, I cloned the migration m240203_112155_search.php
file to force this migration again and now it works...
So no sure why it didn't apply with the original one, and why it seems that I'm not the only one having this issue.
I close this issue as it's not related to the Wiki module, and I'll open another one on humhub
repository if needed.
In my log is: Could not execute content fulltext search migration: SQLSTATE[HY000]: General error: 1221 Incorrect usage of spatial/fulltext/hash index and explicit index order The SQL being executed was: ALTER TABLE content_fulltext ADD FULLTEXT INDEX ftx (contents ASC, comments ASC, files ASC)
Doing it by SQL gives the same error.
@aronbos Thanks for the error log. @yurabakhtin I've created a new issue for it: https://github.com/humhub/humhub/issues/7119
Original discussion: https://community.humhub.com/content/perma?id=279490
Tested with Wiki module version 2.3.3 on HumHub 1.16.1.
When searching a keyword, the following error displays: