Woocommerce Action Scheduler DB table crashing
-
great-taussig mariadbd: 2024-05-17 11:59:55 70 [ERROR] mariadbd: Table ‘./thisismydbname/agwb2_actionscheduler_actions’ is marked as crashed and last (automatic?) repair failed
I am continuously getting this error on my woocommerce site and my site crashed periodically
A look at WC / Status / logs/ Fatal Errors shows the following
2024-05-25T12:23:08+00:00?Critical?Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function “adminNoticeUADismissHandler” not found or invalid function name in /var/www/vhosts/mysite.com/httpdocs/wp-includes/class-wp-hook.php:324
{ “error”: { “type”: 1, “file”: “\/var\/www\/vhosts\/mysite.com\/httpdocs\/wp-includes\/class-wp-hook.php”, “line”: 324 }, “backtrace”: [ “”, “#0 \/var\/www\/vhosts\/mysite.com\/httpdocs\/wp-includes\/class-wp-hook.php(348): WP_Hook->apply_filters()”, “#1 \/var\/www\/vhosts\/mysite.com\/httpdocs\/wp-includes\/plugin.php(517): WP_Hook->do_action()”, “#2 \/var\/www\/vhosts\/mysite.com\/httpdocs\/wp-admin\/admin-ajax.php(192): do_action()”, “#3 {main}”, “thrown” ] }Scheduled Actions shows 29934 actions of which 587 failed and 4 pending. Is this normal ?
Please suggest what do I need to look for to figure out the root cause. I have tried the disabling all plugins and enabling them one by one to figure out the culprit and even tried the plugin profiler but cannot pin point the issue
- You must be logged in to reply to this topic.