• Resolved LRHGuy

    (@lrhguy)


    I found this error in the logs:

    ] WordPress database error The used table type doesn’t support FULLTEXT indexes for query CREATE TABLE IF NOT EXISTS rxxx_mail_bank_email_logs
    (
    id int(11) NOT NULL AUTO_INCREMENT,
    email_data longtext NOT NULL,
    PRIMARY KEY (id),
    FULLTEXT (email_data)
    )

    And, further errors every day since:

    WordPress database error Table ‘wumd_wordpress.rxxx_mail_bank_email_logs’ doesn’t exist for query SELECT email_data FROM rxxx_mail_bank_email_logs
    ORDER BY id DESC made by wp_dashboard, do_meta_boxes, call_user_func, dashboard_widget_function_mail_bank, include_once(‘wp-content\plugins\wp-mail-bank\lib\dashboard-widget.php’)

    What do you suggest?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    We recommend deleting the plugin and installing it again!

    Make sure that the version you download should be 3.0.24 i.e the latest one.

    This should fix the issue for you!

    Thanks

    Thread Starter LRHGuy

    (@lrhguy)

    Deactivated, deleted, then reinstalled. Got this error:

    [24-Oct-2017 12:19:21 UTC] WordPress database error The used table type doesn’t support FULLTEXT indexes for query CREATE TABLE IF NOT EXISTS r893_mail_bank_email_logs

    (

    id int(11) NOT NULL AUTO_INCREMENT,

    email_data longtext NOT NULL,

    PRIMARY KEY (id),

    FULLTEXT (email_data)

    )

    ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 made by require(‘C:\UniServerZ\www\wp-admin\plugins.php’), activate_plugin, do_action(‘activate_wp-mail-bank/wp-mail-bank.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, install_script_for_mail_bank, include(‘C:\UniServerZ\www\wp-content\plugins\wp-mail-bank\lib\install-script.php’), mail_bank_email_logs_table, dbDelta

    – and –

    [24-Oct-2017 12:20:18 UTC] WordPress database error Table ‘wumd_wordpress.r893_mail_bank_email_logs’ doesn’t exist for query SHOW FULL COLUMNS FROM r893_mail_bank_email_logs made by do_action(‘wp_ajax_mail_bank_action’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, ajax_register_for_mail_bank, include_once(‘C:\UniServerZ\www\wp-content\plugins\wp-mail-bank\lib\action-library.php’), wp_mail, mail_bank_auth_host->send_test_mail_bank, mail_bank_send_mail->send_email_message_mail_bank, mail_bank_send_mail->get_message_content_mail_bank, mail_bank_email_log_writter->mb_success_log, mail_bank_email_log_writter->mb_email_log

    [24-Oct-2017 12:20:36 UTC] WordPress database error Table ‘wumd_wordpress.r893_mail_bank_email_logs’ doesn’t exist for query SELECT * FROM r893_mail_bank_email_logs ORDER BY id DESC LIMIT 1000 made by do_action(‘mail-bank_page_mb_email_logs’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, mb_email_logs, include_once(‘C:\UniServerZ\www\wp-content\plugins\wp-mail-bank\includes\queries.php’)

    [24-Oct-2017 12:20:42 UTC] WordPress database error Table ‘wumd_wordpress.r893_mail_bank_email_logs’ doesn’t exist for query SELECT * FROM r893_mail_bank_email_logs ORDER BY id DESC LIMIT 1000 made by do_action(‘mail-bank_page_mb_email_logs’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, mb_email_logs, include_once(‘C:\UniServerZ\www\wp-content\plugins\wp-mail-bank\includes\queries.php’)


    Please note, if worked fine at one time. Did you change something? (Note the FULLTEXT reference above.)

    Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    Please updated to the latest edition, and this should be fixed automatically!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors after update – table doesn’t exist’ is closed to new replies.