Title: Error when activate plugin
Last modified: May 12, 2024

---

# Error when activate plugin

 *  Resolved [coltcha](https://wordpress.org/support/users/coltcha/)
 * (@coltcha)
 * [2 years ago](https://wordpress.org/support/topic/error-when-activate-plugin-3/)
 * any idea pls?
 * ![](https://wordpress.org/e8eb624e-9993-45dc-945c-f17b420da49c)
 * [The used table type doesn’t support FULLTEXT indexes]
   `CREATE TABLE IF NOT EXISTS``
   wp_wpml_mails` ( `mail_id` INT NOT NULL AUTO_INCREMENT, `timestamp` TIMESTAMP
   NOT NULL, `host` VARCHAR(200) NOT NULL DEFAULT '0', `receiver` VARCHAR(200) NOT
   NULL DEFAULT '0', `subject` VARCHAR(200) NOT NULL DEFAULT '0', `message` TEXT
   NULL, `headers` TEXT NULL, `attachments` VARCHAR(800) NOT NULL DEFAULT '0', `
   error` VARCHAR(400) NULL DEFAULT '', `plugin_version` VARCHAR(200) NOT NULL DEFAULT'
   0', PRIMARY KEY (`mail_id`), FULLTEXT INDEX `idx_message` (`message`) ) ENGINE
   ='InnoDB' COLLATE='utf8mb4_unicode_ci';

Viewing 1 replies (of 1 total)

 *  [Nukak Asanansi](https://wordpress.org/support/users/nasanansi/)
 * (@nasanansi)
 * [2 years ago](https://wordpress.org/support/topic/error-when-activate-plugin-3/#post-17761081)
 * Hi [@coltcha](https://wordpress.org/support/users/coltcha/),
 * Thank you for reaching out, and I’m so sorry about the delay in getting back 
   to you.
 * The error message you shared is related to your site’s database and not specifically
   the functionality of the WP Mail Logging plugin.
 * This error usually occurs when attempting to create or modify a table in the 
   WordPress database (perhaps during a backup restore) that requires a feature 
   not supported by your current database configuration.
 * To resolve this issue, I suggest reaching out to your website hosting provider.
   They can help review the database configuration and determine if adjustments 
   are needed to support FULLTEXT indexes. 
 * I hope this helps. Thanks 🙂

Viewing 1 replies (of 1 total)

The topic ‘Error when activate plugin’ is closed to new replies.

 * ![](https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296)
 * [WP Mail Logging](https://wordpress.org/plugins/wp-mail-logging/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-logging/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-logging/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-logging/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-logging/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-logging/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nukak Asanansi](https://wordpress.org/support/users/nasanansi/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/error-when-activate-plugin-3/#post-17761081)
 * Status: resolved