• Resolved 20something

    (@20something)


    I’m getting a fatal PHP error with the plugin. Using the latest version of WP and plugin.

    [12-Aug-2021 15:09:14 UTC] PHP Fatal error: Uncaught Error: Unknown named parameter $tasks_meta_id in /home/miller79/public_html/wp-includes/class-wp-hook.php:303
    Stack trace:
    #0 /public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
    #1 /public_html/wp-includes/plugin.php(518): WP_Hook->do_action(Array)
    #2 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php(22): do_action_ref_array(‘wpforms_admin_n…’, Array)
    #3 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php(65): ActionScheduler_Action->execute()
    #4 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php(162): ActionScheduler_Abstract_QueueRunner->process_action(72378, ‘Async Request’)
    #5 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php(132): ActionScheduler_QueueRunner->do_batch(25, ‘Async Request’)
    #6 /public_html/wp-includes/class-wp-hook.php(303): ActionScheduler_QueueRunner->run(‘Async Request’)
    #7 /public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
    #8 /public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #9 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php(52): do_action(‘action_schedule…’, ‘Async Request’)
    #10 /public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php(156): ActionScheduler_AsyncRequest_QueueRunner->handle()
    #11 /public_html/wp-includes/class-wp-hook.php(303): WP_Async_Request->maybe_handle(”)
    #12 /public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(”, Array)
    #13 /public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #14 /public_html/wp-admin/admin-ajax.php(187): do_action(‘wp_ajax_as_asyn…’)
    #15 {main}
    thrown in /public_html/wp-includes/class-wp-hook.php on line 303`

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter 20something

    (@20something)

    It appears that I have over 41,000 failed “scheduled actions” and only 19 completed actions. Not even sure what these are, to be honest.

    Hello @20something,

    Thanks for writing in and we’re sorry to hear about the trouble you’re facing.

    When you get the chance, can you please go over and follow this guide on how to fix the ActionScheduler error?

    I hope this helps.

    Thread Starter 20something

    (@20something)

    Thanks for your response. The fatal error that I received does not match the fatal error listed in the guide you have shared. Should it still fix this?

    Thread Starter 20something

    (@20something)

    Hey @20something

    First of all, try updating all of your plugins including WooCommerce and WPForms to the latest versions and see if that solves the issue.

    By the way, this looks like a conflict with other 3rd party plugins on your website. So if updating plugins does not help try the below:

    To narrow down the issue, try deactivating all the plugins except for WPForms and any other important plugin like WooCommerce. There can be conflicting plugin(s) that may be causing the issue. If the issue gets resolved after deactivating all the plugins, there must be a plugin(s) that is conflicting. To find out, activate the plugins one by one and see which are the culprits.?

    Also, try switching the theme to WordPress default Twenty-Nineteen theme and see if the issue still?persists?

    Thread Starter 20something

    (@20something)

    @indicartel – thanks. It’s weird, I do not have woocommerce installed. I’m not sure if it is somehow tied into the forms plugin or what.

    Hi @20something,

    Thanks for your response.

    I checked previous cases and we had a user that got this issue because their site is running PHP 8.0.x which is not currently supported by our plugin. Our development team already has this on the to-do list and we hope to ship an update sometime soon

    In case you’re on PHP 8.0.x, I’d suggest downgrading your PHP version to 7.x.x from your hosting account. You could also get in touch with your host to help with this.

    Please let me know how it goes.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘plugin Fatal Error’ is closed to new replies.