-
AuthorPosts
-
April 20, 2021 at 10:24 am #1295476
Hello,
I have a bug that occurs daily during automatic updates of WordPress.
During the updates the site crashes and the message below appears.I solve the bug, by renaming the plug in indicated and woocommerce in the web space and by reinstalling woocommerce again.
The theme is regularly updated but apparently, it is not enough.
What is the solution to avoid that the site is offline at each new automatic update (which are numerous now)
Thank you for your advice
Sincerely
Christophe
——————-
Fatal error: Uncaught Error: Call to undefined function is_checkout() in /homepages/18/d805158240/htdocs/app805160415/wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php:22 Stack trace: #0 /homepages/18/d805158240/htdocs/app805160415/wp-includes/class-wp-hook.php(292): THWCFD_Public_Checkout->enqueue_styles_and_scripts(”) #1 /homepages/18/d805158240/htdocs/app805160415/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #2 /homepages/18/d805158240/htdocs/app805160415/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #3 /homepages/18/d805158240/htdocs/app805160415/wp-includes/script-loader.php(2027): do_action(‘wp_enqueue_scri…’) #4 /homepages/18/d805158240/htdocs/app805160415/wp-includes/class-wp-hook.php(292): wp_enqueue_scripts(”) #5 /homepages/18/d805158240/htdocs/app805160415/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(”, Array) #6 /homepages/18/d805158240/htdocs/app805160415/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #7 /hom in /homepages/18/d805158240/htdocs/app805160415/wp-content/plugins/woo-checkout-field-editor-pro/public/class-thwcfd-public-checkout.php on line 22
April 20, 2021 at 2:16 pm #1295550Hi zemag33,
You can disable WordPress’ Automatic update by adding this code in wp-config.php file:
define( 'WP_AUTO_UPDATE_CORE', false );
Also, the error seems to point this plugin: woo-checkout-field-editor-pro
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.