LRHGuy
Forum Replies Created
-
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
(
idint(11) NOT NULL AUTO_INCREMENT,email_datalongtext 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_logsmade 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.)Forum: Plugins
In reply to: [Authorizer] False report of "Can't reach CAS server. Please provide…"Just updated to the latest authorizer and the message has returned. I re-applied my patch and all is well.
I’m not sure it’s coming from the library, since the url_is_accessible() function in authorizer.php is returning false (without my patch), even when all is well. That function doesn’t seem to use the CAS library.
Also, the message would show up on the home page of the dashboard, but the link doesn’t work from there. Looks like some javascript to select a tab?
Still, loving the plugin!
Thanks!