Similar issue for another module at http://drupal.org/node/210221 so I'm assuming this is the same thing, i.e. that the module does not support InnoDB tables.

Full error message:

user warning: The used table type doesn't support FULLTEXT indexes query: CREATE FULLTEXT INDEX content_index ON memetracker_content (content) in [snip]/modules/memetracker/memetracker.install on line 200.

Comments

kyle_mathews’s picture

Thanks for the heads up -- I wasn't aware that InnoDB does not support Full text searching. I'll add a note in the INSTALL.txt file about this.