• Resolved benny54

    (@benny54)


    After updating the plugin from version 2.7.2. to 2.7.3 my website showed the following error on a white screen on the home page:
    {“status”:200,”data”:[],”message”:”La URL est\u00e1 en la cach\u00e9″}

    After restoring version 2.7.2 the problem resolved.

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Omar AlDabbas

    (@omardabbas)

    Hi @benny54

    Thanks for reporting this, while I’m unable to check why this happens, any further info you can provide me with will be helpful, do you have Siteground optimizer? Any WP_CLI enabled? Or if there is any other error message that indicates particular code?

    Omar

    Had the same issue, and had to deactivate the plugin to make website work
    I have Breeze cache plugin/Cloudflare/Redis Cache plugins active

    I use Cloudways hosting service

    • This reply was modified 2 years, 2 months ago by kireaki.

    Same problem here,

    I’m going to try debugging it a bit to help.

    Plugin Author Omar AlDabbas

    (@omardabbas)

    Thanks for reporting @kireaki & @frendeliko, working here as well to debug, hopefully a release will be out in a few hours.
    Omar

    Ok, the problem is here:

    eu-vat-for-woocommerce/includes/class-alg-wc-eu-vat-core.php

    function start_session()

    The function is always exiting by the else:

    else{
    			$return = array(
    				'status'  => 200,
    				'data'    => array(),
    				'message' => 'La URL está en la caché'
    			);
    			 
    			wp_send_json($return);
    		}

    I can confirm that this is happening only on the homepage as $curl and $home vars have the same value.

    If I navigate to a subpage (https://domain.com/another-url) the page works ok.

    Plugin Author Omar AlDabbas

    (@omardabbas)

    @frendeliko thanks a lot for tackling this, please update to 2.7.4 and see if the issuer persists.

    Omar

    Thread Starter benny54

    (@benny54)

    Hi Omar,

    Thanks a lot for your swift resolution. After installing version 2.7.4 the issue was resolved.

    Regards, Benny

    pazvanti

    (@pazvanti)

    The problem happened to me on the latest version: 2.8.1.
    I had to disable the plugin

    Plugin Author Omar AlDabbas

    (@omardabbas)

    Hello @pazvanti

    Can you please share more details, what’s the error message you get? The new version has been out for 4 days but this is the first report of an issue, any more details will be helpful for us to find the root cause.

    Omar

    pazvanti

    (@pazvanti)

    I updated yesterday to the new version (and most probably skipped a few, since it has been a few weeks since my last update). After that I encountered the problem, exactly as in the first post: {“status”:200,”data”:[],”message”:”La URL est\u00e1 en la cach\u00e9″}

    Accessing a page works, but the homepage returns that message only.

    Disabling the plugin returned the site to normal.

    Let me know what other information you need.

    Plugin Author Omar AlDabbas

    (@omardabbas)

    Hi @pazvanti

    Please update to 2.8.2 and give it a try, let us know if it’s all good now.

    Omar

    pazvanti

    (@pazvanti)

    After updating to 2.8.2 the problem seems to be fixed. Thank!

    Plugin Author Omar AlDabbas

    (@omardabbas)

    Awesome @pazvanti, thanks for the confirmation.

    If you’re enjoying the plugin, it would be great if you can consider leaving a review.

    Omar

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Website crashing after update from 2.7.2 to 2.7.3’ is closed to new replies.