devonto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 6.4 Error: hash_hmac hash_equals and TimeoutsAgreed
Forum: Fixing WordPress
In reply to: WordPress 6.4 Error: hash_hmac hash_equals and Timeouts+1 for me – however I am only seeing this on two out of three servers.
There appears to be some sort of environmental aspect to it.
Timeouts in 6.4 are present for me on sites hosted via Plesk 18.0.56#4 on Centos 7.9, with ASL security.
They are not present on the same Plesk version on CloudLinux 8.8 with Imunify360.
Any correlations with what you’re seeing?
- This reply was modified 1 year, 4 months ago by devonto.
Forum: Plugins
In reply to: [Mailgun for WordPress] Got unknown Content-Type: multipart/alternativeThank you, it appears to have solved the problem.
Thanks.
I have now implemented it and confirm it works well.
I can confirm the fix and thank you for your swift support!
Thank you, request now sent.
No, nothing overridden from your plugin – everything as standard.
The theme’s mini-cart.php file is here, if this is of any interest?: https://pastebin.com/sBuvcAPz
Hello, yes, there is a hidden input with class wc_stripe_mini_cart_payment_methods.
Full content of the buttons section is as follows:<p class="woocommerce-mini-cart__buttons buttons"><input type="hidden" class="wc_stripe_mini_cart_payment_methods"> <input type="hidden" class="woocommerce_stripe_applepay_gateway_data cart-page" data-gateway="{"items":[{"label":"Product","pending":false,"amount":1425},{"label":"Shipping","pending":false,"amount":400}],"shipping_options":[],"total":"18.25","total_cents":1825,"currency":"GBP","needs_shipping":true}"><a class="wc-stripe-applepay-mini-cart button" style="display: none"></a> <input type="hidden" class="woocommerce_stripe_googlepay_gateway_data cart-page" data-gateway="{"items":[{"label":"Product","type":"LINE_ITEM","price":"14.25"},{"label":"Shipping","type":"LINE_ITEM","price":"4"}],"shipping_options":[{"id":"default","label":"Waiting...","description":"loading shipping methods..."}],"total":"18.25","total_cents":1825,"currency":"GBP","needs_shipping":true}"><a class="wc-stripe-gpay-mini-cart button" style=""></a> <a href="https://www.website.co.uk/basket/" class="button wc-forward">View basket</a><a href="https://www.website.co.uk/checkout/" class="button checkout wc-forward">Checkout</a></p>
- This reply was modified 3 years, 9 months ago by devonto.
Forum: Plugins
In reply to: [Autoptimize] HTML5 data-X parameters on new lines, should be in-lined?Great, thanks!