[ad_1]
Greetings,
I see multiple errors in my debug logs, including one major issue where the table crashed, and I had to manually repair it. Here are some example errors (placeholders in [brackets]):
[06-Sep-2022 18:40:05 UTC] WordPress database error Table './[usr]/[table_prefix]_wf301_redirect_logs' is marked as crashed and should be repaired for query DELETE FROM [table_prefix]_wf301_redirect_logs WHERE created < DATE_SUB(NOW(), INTERVAL 15 DAY) made by include('phar:///usr/local/bin/wp/php/boot-phar.php'), include('phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php'), WP_CLI\bootstrap, WP_CLI\Bootstrap\LaunchRunner->process, WP_CLI\Runner->start, WP_CLI\Runner->load_wordpress, require('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WF301::init, WF301_logs::trim_redirect_log
[06-Sep-2022 19:18:06 UTC] PHP Warning: Attempt to read property "value" on null in /sites/www.[domain].com/files/wp-content/plugins/301-redirects/libs/utility.php on line 373I’m concerned that the table crash occurred through an attempt at a SQL injection. Might be something worth looking into.
