funkysam
Forum Replies Created
-
I got the info from the plugin (the one that had a conflict with your plugin) author.
This is what caused the issue on my website (and on all the website using the same 2 plugin combination) and they had to change their code to handle the change in your code. The issue is fixed now but as someone posted on this thread earlier with the same issue (his post was deleted), I thought you might like to know that it’s a change in your plugin code that caused the issue. Do what you want with this information.- This reply was modified 8 months, 1 week ago by funkysam.
FYI, the bug was triggered by a recent modification made to the Stripe plugin.
During the creation of a user account at checkout, the Stripe plugin retrieves customer information from the user profile rather than the order. This behavior was not consistent in earlier versions of the Stripe plugin, and it was reasonable to maintain this distinction, as payment data should always originate from the order.
Maybe you should have a look on your side, because this could affect other plugins.
Hi again,
So I created a clone, and started playing with extensions.
It looks like the error is triggered by an extension I am using. If I deactivate it, everything is working, so I guess from woocommerce and stripe’s point of view, there is nothing wrong.Thanks a lot for your help, I now know my host is capable of creating clones of wordpress websites, and this will be useful in the future.
I can’t edit my previous replies, if possible, could you delete my gist links please in post #3?
Hello,
So I activated Stripe’s test mode on my live website (!)
I definitely can replicate the error. It is happening both when creating an account but also when a customer is logged in (existing account).Using another payment processor does not trigger the error.
I temporarily deactivated my security plugin, all code snippets affecting the checkout page and I still have the issue.
The exact error message is :
There was an error processing the payment: Missing required customer field: address->stateI will try to replicate the issue locally. So far, I didn’t try, at least not with Stripe, but I am going to try to replicate it with Stripe.
Yes the error is only for customers in countries with a state field (like Canada or the US), the others are unaffected.
Let me try to replicate the issue on my live website first.
I had 64M set in my wp-config file, I just set it to 512M: same error still here.
What is weird is that this is always the same error.
Why would it be the case if this was a memory issue?System status report:
https://gist.github.com/elektrosamplist/3d7dc6645492649adec67434ad8f2834Fatal error logs:
https://gist.github.com/elektrosamplist/21760449a3a4e2d4361d4130af4b5a41Forum: Plugins
In reply to: [WooCommerce] Missing required customer field: address-›stateI will post there you’re right.
Hi,
Thanks for this suggestion, this definitely solved the issue.
cwg_delete_subscribersis properly registered, and it deleted my whole “mail sent” list at the first activation.Thanks for the pro-level support.
Hello,
1- CRON Active: YES
2- The search for “cwg_delete_subscribers” returns nothing (even tried “cwg_delete”).
By searching for “cwg_” I only get “cwg_schedule_third_party_support” occuring every 5 minutes successfullyForum: Plugins
In reply to: [Mailjet Email Marketing] configuring widget to sidebar failsDon’t know what the problem may be, but for sure 5.2.1 is broken.
I stopped fighting against mailjet, I’ve switched to sendinblue, that fixes all the issues I had with mailjet.Forum: Plugins
In reply to: [Mailjet Email Marketing] Tag 5.2.1 is corruptedThis is really not serious, such an issue should be fixed with high priority…
Forum: Plugins
In reply to: [Mailjet Email Marketing] configuring widget to sidebar failsDo not use 5.2.1, it’s broken, install 5.2 instead
Forum: Plugins
In reply to: [Mailjet Email Marketing] Mailjet widget sending ranom emailsAny ETA for this feature?
Despite the increased security settings, I still get some robots sending emails to random addresses.
Honestly this is not good for both you and your customers.Forum: Plugins
In reply to: [Mailjet Email Marketing] Mailjet widget sending ranom emailsAfter some more research, I updated my security settings and it seems like it did the job to stop those junk emails from being sent.
Maybe some kind of antibot protection would be a great thing to add to the widget.