userB52
Forum Replies Created
-
The problem comes from the plugin’s internal validation, specifically inside:
WC_Stripe_Customer::validate_create_customer_request()which calls:
WC_Stripe_Utils::validate_required_customer_fields()This function enforces
address->stateeven when the country is GR, although Greece does not require a state and Apple Pay does not provide one.
This causes the plugin to fail before any environment-specific logic is involved.Please review this validation logic for GR addresses, as this is where the error originates.
Forum: Plugins
In reply to: [BOX NOW Delivery] [bug] Όταν κλείνει το popup, το overlay μένει ανοιχτόForum: Plugins
In reply to: [LiteSpeed Cache] Plugin & Site Health Info Pages Breakingnow it’s happening on a non-woocommerce website on the same server
WordPress version 6.8.3
LiteSpeed Cache (version 7.6.2)
PHP version 8.4.11$this->conf( self::O_DEBUG ) -> int(0)
$service_tag -> string(9) “ver_check”
$timestamp_tag -> string(4) “curr”$file_path -> string(61) “/html/wp-content/litespeed/qc.curr.vercheck”
$last_request -> string(0) “”
$expiration_req -> int(300)
the file qc.curr.vercheck is empty ( 0 bytes ). file ownership/permissions are correct
that’s what you asked for, right?so, 6 months in, I finally got a ridiculous answer on this from WP-Engine:
"Don't use our repository, use the one of WordPress.org and it will work"I believe you may close this ticket
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin & Site Health Info Pages BreakingOn 1252 I get
/html/wp-content/litespeed/qc.curr.vercheckForum: Plugins
In reply to: [LiteSpeed Cache] Plugin & Site Health Info Pages BreakingIn
litespeed-cache/src/cloud.cls.php:$last_request = file_get_contents($file_path); $expired = $last_request + $expiration_req * 10 - time();This appears at lines 1252–1254 (and again at 1263–1264).
Cast the file contents to an int (and trim it), in both places made the 2 pages work again
$last_request = (int) trim(file_get_contents($file_path)); $expired = $last_request + $expiration_req * 10 - time();Hello all, I have opened a ticket with WP-Engine. I’ll update this post as soon as I hear anything
exactly same here. Hosted on WP Engine, Rank Math PRO installed, no beta mode.
Thanks for the response
However, “Beta Opt-in” is NOT active on my end. Perhaps that’s the issue?
Forum: Plugins
In reply to: [Contact Form 7] Erros since last updateI can confirm this is fixed in 5.7.1
Forum: Plugins
In reply to: [Contact Form 7] Erros since last update<b>Notice</b>: Function register_block_script_handle was called <strong>incorrectly</strong>. The asset file for the "editorScript" defined in "contact-form-7/contact-form-selector" block definition is missing. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in <b>/var/www/html/wp-includes/functions.php</b> on line <b>5835</b><br />- This reply was modified 3 years, 5 months ago by userB52.
It seems good with 5.1.5 on my end
@sixaxis, I just submitted the requested information & video via the contact form on your website
To make it more complex, on another WC I host on the same environment, 5.1.4 works properly, so the problem does not happen on all WCs
- This reply was modified 3 years, 5 months ago by userB52.
Forum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Γλώσσα Σελίδας Τράπεζαςδούλεψε! ευχαριστώ