MySQL Error “Can’t find FULLTEXT”
-
Hi, I used TranslatePress for a while and everything worked fine. But yesterday I added translatable strings to my own wordpress plugin and tried to translate them. It worked at first, but then If go onto the site where the translations happens I get the default language and an error in my error-log:
WordPress database error Can't find FULLTEXT index matching the column list for query SELECT original,translated, status FROM wp_trp_gettext_de_de WHERE status != 0 AND original != 'Survey by' AND MATCH(original) AGAINST ('Survey by' IN NATURAL LANGUAGE MODE ) LIMIT 3 made by do_action('wp_ajax_trp_get_similar_string_translation'), WP_Hook->do_action, WP_Hook->apply_filters, TRP_Translation_Memory->ajax_get_similar_string_translation, TRP_Translation_Memory->get_similar_string_translation
I have the latest WordPress and Plugin Version and try to translate from default English to German.
I get this error for both languages on reloading the page. (means also for
wp_trp_gettext_en_us
)
- You must be logged in to reply to this topic.