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

    (@fizanzvai)

    @nick7961

    Sorry for the inconvenience. Please add the below snippet using the Code Snippets plugin, till we release a new update:

    add_action('woo_variation_swatches_manage_cache_loaded', function( $woo_variation_swatches_manage_cache_loaded ){
    	remove_action( 'woocommerce_save_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) );
    	remove_action( 'woocommerce_update_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) );
    	remove_action( 'woocommerce_delete_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) );
    	remove_action( 'woocommerce_trash_product_variation', array( $woo_variation_swatches_manage_cache_loaded, 'clear_cache_on_product_modify' ) );
    }, 10, 1);

    I hope it will resolve your issue.

    Thread Starter Nick

    (@nick7961)

    Thanks for your quick response @fizanzvai

    For now, it looks like the bulk edit problem is fixed..but we’re still getting errors in the email..do you think it’s causing problems with SMTP…every day, we get 5 -10 orders, and it’s been 4-5 days we are facing this problem, when people place an order they should receive an email, but sometimes they receive email and sometimes not. Don’t know what’s going on…

    So for now, we’re doing it manually, whoever is placing the order, we check with the email log, if they have received the email and if not, we send them through the order page. But when we were doing that we get the same error “Critical website” (and this is happening when the plugin is activated) and when we deactivated the plugin, the email went through without any error…

    And we have also added the code which you had given.

    Please tell me how to fix this… It is becoming very serious now. Here’s an error we’ve also received from WordPress.(https://prnt.sc/FXox1WjGPtE6)

    Plugin Support fizanzvai

    (@fizanzvai)

    @nick7961

    We have no connection with the email-sending method or function.

    Are you using any caching plugins? Do you have a cache-enabled hosting server?

    If your answer is yes, please try to flush the cache and try again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘critical error on website’ is closed to new replies.