Forums
(@vinis_jp)
16 years, 11 months ago
Check if the table ‘wp_post’ is using MyISAM storage engine.
If not… desactivate plugin, then: ALTER TABLE wp_post ENGINE = MyISAM; activate plugin and rebuild the cache.