Plugin Author
Ajay
(@ajay)
When you say doesn’t work, what exactly does it do or not do?
Is this the same theme and exact same configuration in terms of the server, etc?
You can install this and also install Query Monitor plugin to view what queries the plugin generates when viewing the posts and their respective output.
https://kinsta.com/blog/query-monitor/
Thread Starter
jcbsep
(@jcbsep)
Hi @ajay
1) The plugin DOES NOT work on this website: learnertrip.com (I just reinstalled the plugin; you can check that it’s not working).
2) Yes, same theme and same server.
3) I’ve read the post you shared and installed the plugin. Here you have a screenshot of the errors: https://ibb.co/7VZt22m
Let me know if I can do something else.
Plugin Author
Ajay
(@ajay)
Thanks the screenshot helps. This could likely be because you have an older version of mySQL which doesn’t support FULLTEXT indices with innoDB.
If you’re not in a position to upgrade your mySQL, then another option is to convert the innoDB db to myISAM.
https://ww.wp.xz.cn/support/topic/not-working-one-or-more-fulltext-indices-are-missing/#post-11080845
Thread Starter
jcbsep
(@jcbsep)
I’ll start updating mySQL.
If doesn’t work, I’ll try your alternative.
Thanks for the superQUICK support!
Plugin Author
Ajay
(@ajay)
You’re welcome – you’ll need atleast v5.6 of mySQL – I’ve got MariaDB installed in my server