Next Illuminate\Database\QueryException: SQLSTATE[HY000]: General error: 1214 The used table type doesn’t support FULLTEXT indexes (SQL: select discussions
.*, posts_ft
.most_relevant_post_id
from discussions
inner join (select posts
.discussion_id
, SUM(MATCH(posts
.content
) AGAINST (gede)) as score, SUBSTRING_INDEX(GROUP_CONCAT(posts
.id
ORDER BY MATCH(posts
.content
) AGAINST (gede) DESC, posts
.number
), ‘,’, 1) as most_relevant_post_id from posts
where exists (select 1 from discussions
where discussions
.id
= posts
.discussion_id
and (discussions
.id
not in (select discussion_id
from discussion_tag
where 0 = 1)) and (discussions
.is_private
= 0 or (discussions
.is_approved
= 0))) and (posts
.is_private
= 0 or (posts
.is_approved
= 0)) and posts
.type
= comment and MATCH(posts
.content
) AGAINST (gede IN BOOLEAN MODE) and type
in (comment, discussionRenamed, discussionLocked, discussionStickied, discussionTagged) group by posts
.discussion_id
) posts_ft
on posts_ft
.discussion_id
= discussions
.id
where (discussions
.id
not in (select discussion_id
from discussion_tag
where 0 = 1)) and (discussions
.is_private
= 0 or (discussions
.is_approved
= 0)) and (MATCH(discussions
.title
) AGAINST (gede IN BOOLEAN MODE) or posts_ft
.score
is not null) order by MATCH(discussions
.title
) AGAINST (gede) desc, posts_ft
.score
desc limit 21) in /var/www/vhosts/rusyahaber.com/httpdocs/vendor/illuminate/database/Connection.php:669