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 3 years, 7 months ago by
kireaki.
Same problem here,
I’m going to try debugging it a bit to help.
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.
@frendeliko thanks a lot for tackling this, please update to 2.7.4 and see if the issuer persists.
Omar
Hi Omar,
Thanks a lot for your swift resolution. After installing version 2.7.4 the issue was resolved.
Regards, Benny
The problem happened to me on the latest version: 2.8.1.
I had to disable the plugin
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
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.
Hi @pazvanti
Please update to 2.8.2 and give it a try, let us know if it’s all good now.
Omar
After updating to 2.8.2 the problem seems to be fixed. Thank!
Awesome @pazvanti, thanks for the confirmation.
If you’re enjoying the plugin, it would be great if you can consider leaving a review.
Omar