• Resolved coltcha

    (@coltcha)


    any idea pls?

    [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)
  • Plugin Support Nukak Asanansi

    (@nasanansi)

    Hi @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.