bretweinraub99
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] stack trace in latest versionA little more information.
I tracked at least the initial issue down to this section of the initialization in settings.php:
public static function init() { /** * Allow themes/plugins to override the default settings * * @since 0.9.0 * * @param array $default_settings Default settings. */ self::$defaults = apply_filters( 'menu_icons_settings_defaults', self::$defaults ); self::$settings = get_option( 'menu-icons', self::$defaults);
$settings ends up being a String of length 0, and calamity ensues.
will give that a go….
Yeah I did that this morning and it fixed it. But this is an easy hole to tumble into and the only way to tumble out of it is to go into the server, move wordfence away, login, fix the settings, and put it back.
But I can confirm that was the fix for me.
Does it fix the turn on 2FA and then get yourself locked out bug?
Plugin should validate its config on settings save I think.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Webhooks questionThat makes perfect sense.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Webhooks questionVery useful.
Without webhooks, checkout works without publicly accessible DNS. Is that a facet of the non-webhook model, or is it because I’m in test mode?
Thanks!
Hi all –
Sorry, I didn’t see these updates. I’m sort of just the interlocuter for Stripe. We’ve done a few thousand orders and it’s happened just one time. If it happens again, I’ll log it and maybe we can triangulate the issue.
Best,
Bret