Hello @antanast
I am sorry about the issue you are experiencing and I am happy to assist you with this.
Have you Specified the correct IP addresses of your varnish instances? and does the VCL’s ACL allow this request?
Can you please also share to complete stack trace?
Thanks!
Have you Specified the correct IP addresses of your varnish instances? and does the VCL’s ACL allow this request?
The IP address is correct. Regarding the ACL could you share some details / entry that I should include?
Thanks a lot!
Hello @antanast
Thank you for your feedback.
Can you please edit the /wp-content/plugins/w3-total-cache/Varnish_Flush.php line 60
and change it from:
@set_time_limit( $this->_timeout );
to :
@\set_time_limit( $this->_timeout );
Let me know if it works.
The backslash shouldn’t be needed, since it’s a PHP global function. Maybe your PHP has the function disabled or something else in the PHP configuration is causing that.
Thanks!