webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [Log Emails] duplicated emails / recipient missingG’day Roman,
It sounds like a mail queuing problem, somehow emails are processed twice but without context the second time. I can’t see anything in the change logs for WooCommerce or WP Mail SMTP, but it’s possible an update fixed it. Check on it now and then to see if it reappears! 🙂
cheers,
RossForum: Plugins
In reply to: [Log Emails] duplicated emails / recipient missingG’day pangi,
Does this happen if you don’t have the Log Emails plugin activated? i.e. could it be my plugin interacting with the system badly? Have you tried another email logging plugin to see if the same happens? e.g.
https://ww.wp.xz.cn/plugins/wp-mail-logging/
https://ww.wp.xz.cn/plugins/email-log/Those look like the standard WooCommerce order confirmation / notification emails, and I’ve not seen problems with those before. Are you using any email delivery plugins, e.g. an SMTP plugin to send emails via a specific email service? (If so, you might find that plugin has its own email log too!)
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Block Checkout WoocommerceG’day mercurydan,
There will, I just need to find the time. I had hoped to address over December / January but my workload exploded so very little time left for plugin work. But it is on the roadmap.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Eway Payment Gateway (WebAware) Not WorkingG’day wlawson68,
The error does indicate a failure of Client Side Encryption (CSE). It means that the card number was sent in clear text to Eway, instead of being encrypted as was expected for your account. Usually this means an error in JavaScript that prevented the CSE script from running, and the purchase was submitted without encryption.
Often this is caused by some form of JavaScript optimisation, e.g. by a caching / optimising plugin. Sometimes it’s caused by an error in some other script, breaking scripts that run after the faulty script. Check your browser console (F12 in most browsers) for errors. If you have any JavaScript optimisation, start by disabling that and see if it helps.
On very rare occasions, it can be caused by a template not calling
wp_footer()to add footer-enqueued scripts, or by a PHP error before that function is called. View source to see if the closing body and HTML elements are present, and that other footer scripts are included.cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] cURL error 28They had degradation problems on the 4th, transaction errors on the 14th, and currently still showing degradation. Seems problems ongoing. Check with Eway support for more information, I’m not plugged into what’s going on there operationally.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] cURL error 28G’day,
Eway’s status page is showing degraded performance for gateways and the Rapid API.
Scroll down to the table beginning with ‘Eway Gateways’.
cheers,
RossG’day Krzysztof,
You probably don’t need this plugin unless you are having an issue with expired transients, perhaps with cleaning up some old ones including old sessions from WooCommerce 2.4 or earlier, and some NextGEN Gallery pseudo-transients.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] Error posting Eway request: 401, UnauthorizedG’day webdesinz,
I just took a quick look, you might get another payment failure from Mr Test Only (me).
Typically, a 401, Unauthorized means that the Eway API key/password pair is not valid for your account. Check by copying your API password from MyEway and pasting into the Eway settings in WordPress
WooCommerce > Settings > Payments > Eway
If your API key and password are correct in your settings, then you’d best speak to Eway for support. They may have locked down your account due to the spamming attack.
If you’ve been attacked once, it can happen again. I recommend that you configure and install something like Cloudflare Turnstile to try to block these attacks. If the attacks continue and appear to be actual humans, not just automation, then you might need to consider something like an Anti-Fraud plugin.
cheers,
RossForum: Plugins
In reply to: [Gravity Forms Eway] “This plugin is not fully active” (PHP 8.2)G’day modernwoe,
Thanks for letting me know. It should be listing xmlwriter as a missing PHP extension, but the plugin is missing the admin template that would have that list so the list itself has gone missing (it should be where that bullet point is, in your screenshot). I’ve added the missing admin template in my development environment so it will be resolved in the next release, possibly very soon.
cheers,
RossThis happens with both old and new API keys. I’ve seen this across different websites now. Something has changed, for sure. I don’t really have more details to provide than those above.
cheers,
RossG’day BWU,
Today I tried every version going back to v3.6.9 (which I know worked, see my old report) but none of them work now. Could it be a change in the error message returned from S3? i.e. could you still have code in place to deal with this, but it isn’t being called because the S3 error message/code has changed?
I’m pretty sure it all worked back in July, possibly even late August, when I set up new sites. That means it would have been working in v4.1.3 or v4.1.4 quite likely. Just no longer.
Incidentally, this is only an issue when creating backup jobs and entering (selecting) the bucket. Once that’s been done,
s3:ListAllMyBucketsisn’t required and the jobs run successfully without it.cheers,
RossForum: Plugins
In reply to: [Disable Emails] PHP compatibilityYes, it is compatible up to PHP 8.3 at present. I use it in my development environments, all 8.3
cheers,
RossForum: Plugins
In reply to: [Log Emails] PHP compatibilityYes, it is compatible up to PHP 8.3 at present.
cheers,
RossForum: Plugins
In reply to: [Log Emails] Errors in debug.logG’day ikiterder,
Thanks for the bug report. I’ve had this fixed in my development environment for, well, “quite some time”… so I guess I’d better get a release out soon!
cheers,
Ross