PHP errors Uncaught error in logs – Site having issues
-
Hi, I’m trying to process of elimination. Site is experiencing some issues with Woocommerce products adding to cart and memory exhausted issues also.
HOW can I resolve this PHP error below thats in my error log. It’s been there for a while and site is having a few issues. There are a few memory exhausted issues on the client site also.
Current website latest WordPress version and latest PHP version.
PHP Fatal error: Uncaught Error: Unknown named parameter $interval in /public_html/wp-includes/class-wp-hook.php:341
Stack trace: domain.com.au/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(”, Array)
domain.com.au/public_html/wp-includes/plugin.php(570): WP_Hook->do_action(Array)
domain.com.au/public_html/wp-cron.php(191): do_action_ref_array(‘et_builder_font…’, Array)
#3 {main}
thrown in domain.com.au/public_html/wp-includes/class-wp-hook.php on line 341What is this error referring to? How do I rectify it?
Cron reschedule event error for hook: wcal_ts_tracker_send_event, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”once_in_week”,”args”:[],”interval”:604800}
If a plugin is deactivated I assume that the WP cron does not keep trying to schedule the event?
Thanks in advance.
You must be logged in to reply to this topic.