Requête SQL :
ALTER TABLE XXXXX_posts ADD FULLTEXT crp_related (post_title, post_content)
MySQL a répondu : Documentation
#1214 - Le type de table utilisé ne supporte pas les index FULLTEXT
En : #1214 – The type of table used does not support FULLTEXT indexes
that’s the problem.
i have create this request
CREATE INDEX crp_related
ON wp_posts (post_title)
Response :
MySQL a répondu : Documentation
#1170 – La colonne ‘post_title’ de type BLOB est utilisée dans une définition d’index sans longueur d’index
I have the same problem since I switched to version 5.0.2. I have other sites running under 4.9.9 and CRP works perfectly.