Scheduled action failed (wpforms_admin_notifications_update)
-
Hi,
Recently working for wordpress website with woocommerce suddenly scheduled action are not working, orders not captured in analytics, order conformation mail not sending to users of order and their related mail to users so debug the site to find the issue where it actually cause this issue.
While debugging found the issue where it was actually causing the issue
in wpform hook schedule actions
wpforms_admin_notifications_update
'tasks_meta_id' => 4
attched the log file
2024-01-25 21:23:01 +0000 action created 2024-02-18 08:50:05 +0000 action started via Async Request 2024-02-18 08:50:05 +0000 unexpected shutdown: PHP Fatal error Uncaught Error: Unknown named parameter $tasks_meta_id in /home/aa/public_html/wp-includes/class-wp-hook.php:324 Stack trace: #0 /home/aa/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #1 /home/aa/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #2 /home/aa/public_html/wp-content/plugins/woocommerce-smart-coupons/includes/libraries/action-scheduler/classes/actions/ActionScheduler_Action.php(22): do_action_ref_array('wpforms_admin_n...', Array) #3 /home/aa/public_html/wp-content/plugins/woocommerce-smart-coupons/includes/libraries/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php(65): ActionScheduler_Action->execute() #4 /home/aa/public_html/wp-content/plugins/woocommerce-smart-coupons/includes/libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php(162): ActionScheduler_Abstract_QueueRunner->process_action(114943, 'Async Request') #5 /home/aa/public_html/wp-content/plugins/woocommerce-smart-coupons/includes/libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php(132): ActionScheduler_QueueRunner->do_batch(25, 'Async Request') #6 /home/aa/public_html/wp-includes/class-wp-hook.php(324): ActionScheduler_QueueRunner->run('Async Request') #7 /home/aa/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #8 /home/aa/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /home/aa/public_html/wp-content/plugins/woocommerce-smart-coupons/includes/libraries/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php(53): do_action('action_schedule...', 'Async Request') #10 /home/aa/public_html/wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php(147): ActionScheduler_AsyncRequest_QueueRunner->handle() #11 /home/aa/public_html/wp-includes/class-wp-hook.php(324): WP_Async_Request->maybe_handle('') #12 /home/aa/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array) #13 /home/adamsarms/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #14 /home/aa/public_html/wp-admin/admin-ajax.php(188): do_action('wp_ajax_as_asyn...') #15 {main} thrown in /home/aa/public_html/wp-includes/class-wp-hook.php on line 324
Scheduled action works fine suddenly its not works we dont update any plugins, php version(current – 8.1.27) , theme.
Read the action scheduler troubleshooting guide but here is not the found the solution for this problem.
Pls help me to solve the issue it lot helpful for me.
Thanks.
- The topic ‘Scheduled action failed (wpforms_admin_notifications_update)’ is closed to new replies.