• Resolved boo156

    (@boo156)


    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @boo156,

    Thanks for reaching out!

    Looking at the log, there is no reference to WPForms, but it seems the issue would be related to the woocommerce-smart-coupons plugin.

    When you get the chance, could you please try using the steps in WPBeginner’s detailed guide on troubleshooting WordPress to see if it helps resolve the issue?

    I hope this helps!

    Thread Starter boo156

    (@boo156)

    Will check

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @boo156,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further after checking the issue, please feel welcome to continue the conversation.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scheduled action failed (wpforms_admin_notifications_update)’ is closed to new replies.