I’m running WP(RC3) locally before putting it on the web and when I activated the plugin I get this in the Write -> Miniblog page:
WordPress database error: [The used table type doesna€?t support FULLTEXT indexes]
CREATE TABLE IF NOT EXISTS wp_miniblog
( id
bigint(20) unsigned NOT NULL auto_increment, date
datetime NOT NULL default a€?0000-00-00 00:00:00a€2, blog
text NOT NULL, title
text NOT NULL, url
text NOT NULL, text
text NOT NULL, FULLTEXT (blog
), PRIMARY KEY (id
))