MEDIAWORKBENCH
Forum Replies Created
-
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] declare_compatibility errorhello!
any news on this topic? i keep getting the same error and see the last plugin update was 2 months ago:
[WC_Logger – error] FeaturesUtil::declare_compatibility: /var/www/html/wp-content/plugins/eu-vat-for-woocommerce-pro is not a known WordPress plugin.
let me know, if you need more info!
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] declare_compatibility errorhi @kousikmukherjeeli !
so, i confirm i am on php 8.1 and i do not think its related to HPOS, since i am not using it still. guess its just a missing formal declaration within the plugin?
cheers,
patrickForum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] declare_compatibility errorhi!
i am using latest version of the plugin (2.10.3, paid version) with wp core 6.5.2 and woo 8.4
this is what appears in my debug.log:
[WC_Logger – error] FeaturesUtil::declare_compatibility: /var/www/html/wp-content/plugins/eu-vat-for-woocommerce-pro is not a known WordPress plugin.Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] declare_compatibility errorhello @omardabbas , is there any news on this topic? this is kind of flooding my debug.log as well ??
hi! the new version of the plugin fixed the issue for me ??
great! i did send an email yesterday through your contact form ??
sure! may i sent that to you directly in a private message?
Forum: Plugins
In reply to: [Easy Age Verifier] Home Page Verification Onlyhi alex!
sorry to bother again – did you find time to think what it could be? i am still kind of stuck here ??
as said, no caching involved and i tried with a fresh browser as well..
cheers
patrickForum: Plugins
In reply to: [Easy Age Verifier] Home Page Verification Onlyno caching on wordpress here! i also apllied this patch for testing:
https://github.com/alexstandiford/easy-age-verifier/pull/95/filesForum: Plugins
In reply to: [Easy Age Verifier] Home Page Verification Onlythanks for the fast reply!
function home_page_disable_verifier($checks){ //Check if the current page is the home page if(is_front_page()){ //If it is, add the check ID key, and set it to true. $checks["is_front_page"] = true; // is_home_page can be whatever you want it to be. Make sure it's unique! } else{ //If not, add the check ID key, and set it to false. $checks["is_front_page"] = false; } //Returns the array with the newly added boolean return $checks; } add_filter('eav_custom_modal_logic','home_page_disable_verifier');
is what i use, but either its on all pages (incl. frontpage) or not :S
Forum: Plugins
In reply to: [Easy Age Verifier] Home Page Verification Onlyhello!
i tried the original code snippet and for some reason it doesnt work (anymore?). i wanted to test if i can only show the verification on shop pages.
any update on this?
thanks!- This reply was modified 7 years, 5 months ago by MEDIAWORKBENCH.
Forum: Plugins
In reply to: [PDF Image Generator] solution for imagemagick failure on shared hostingas said, its resolved