David Baumwald
Forum Replies Created
-
Yes. Recent releases have not required any code changes to this plugin. Nonetheless, I updated the small header in the README to bump the version.
Forum: Plugins
In reply to: [Disable Admin WP Cron Notice For UpdraftPlus] Use of logo and nameThanks!
Forum: Plugins
In reply to: [Exclude Image Thumbnails From UpdraftPlus Backups] Use of logo and nameSorry for the delay, was dealing with a hurricane. I updated both plugins.
@fuzzyjared Yeah, this seems like it would happen with any payment module, when the woocommerce-paypal-payments plugin is installed and activated.
The root cause is a bug that happens when thewoocommerce_shipstation_shipnotify
action is fired, but before that plugin code verifies the order’s payment method is PayPal.The root cause of this was a recent update to the WooCommerce PayPal Payments plugin. There’s a bugfix included in the next version set to be released soon, but a pre-release package for version 2.8.0 can be found at https://github.com/woocommerce/woocommerce-paypal-payments/releases/tag/2.8.0-rc3.
Not an issue with this plugin. Sorry.
@fouadmabchour I’m not sure where to start here, but it seems to be an issue in Elementor or some add-on for it by looking at the trace. I don’t see my plugin path in the trace at all. My guess is that even if you deactivate my plugin, you still get this error because there’s no
kses
related function calls in this plugin at all.@foldesistudio Thanks for the ticket. I traced this in the code, and this appears only when
DISABLE_WP_CRON
is defined andtrue
. This means your WordPress installation is relying on an external cron to process scheduled actions.I would check that your external cron is setup properly and is running on a schedule.
@cyberchicken Thanks for the feedback.
@josklever This would be a good add! Regenerating media would only affect the uploads directory, so scoping it would be a good idea.
I’ll work on an update soon.
Forum: Plugins
In reply to: [Disable WebP By Default] 0.6.0 Fatal Error@shirtguy72 I just pushed version 0.7.0 that should clean this up.
If this doesn’t fix your issue, feel free to reopen and attach the Site Health info.
Forum: Plugins
In reply to: [Disable WebP By Default] Test Disable WebP By DefaultThe code that was merged into WP core is a bit different than it was back when you had this issue. Are you able to re-test with 6.1-alpha nightly? All images should be treated equally by this plugin’s code, including the original.
Forum: Plugins
In reply to: [Disable WebP By Default] Plugin not working for me in multisiteThanks for the feedback. I just pushed an update to allow individual activations on subsites in multisite.
As for the uploading issue, I tweaked the code a little to guard against JPEG not being a default transform, but I am not sure that will fix your specific issue.
Are you able to turn
WP_DEBUG
on during testing to see if we can get some sort of feedback from the server about what is going on?@josklever This is a great idea. I just release v1.0.3 which adds
webp
andavif
formats! Thanks!@oldrup Thanks for pointing this out. I actually had been updating the
Tested up to
version in trunk, but I forgot I have a stable tag on this plugin.I just removed the stable tag since the plugin is very small, I don’t think tags are actually needed here at this point.