Add this blog to Del.icio.us, Digg or Furl | Create Watchlist for this blog

Related Entries Plugin with WP 2.2

When I tried to install WASABI’s nice related entries plugin on my new Wordpress site geekland it failed with the following error:

#1214 - The used table type doesn’t support FULLTEXT indexes

I am not sure if this is WP2.2 related - in the schema creation source I found no difference to 2.1 in the posts table - but I never had that problem with 2.1.

The solution is to convert the wp_posts table to ISAM (MyISAM) by issuing

ALTER TABLE `wp_posts` ENGINE = MYISAM

and after that re-issue the installation script of WASABI what does not more than:

alter table wp_posts add fulltext post_related (post_name, post_content)

Well, on my development system, the WP2.2 database was created in InnoDB format. and InnoDB does not support fulltext-search columns.
That’s all.

Social Bookmarking:
Add to social bookmarking sites.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • MisterWong
  • Furl
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati

And I've started a Drupal relaunch of my EDV Beratung now.

One Response to “Related Entries Plugin with WP 2.2”

  1. Dunia JomCyber | Aizatto’s Related Posts error solution Says:

    […] Rainer Feike for sql error […]

Leave a Reply

I appreciate all comments that add substantial content to my articles. I do not like "link-building" comments and I do not like "congratulation" comments. Every such like data posted here will go to akismet hell.