Michael Beckwith
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact plugin issuesIf you wish to revert for the moment, you can find the previous version at https://downloads.wp.xz.cn/plugin/constant-contact-forms.2.18.0.zip
Good detail to note that it happened after the latest.
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact plugin issuesWe have unearthed some new leads internally that we’ll be exploring very soon, to hopefully help resolve these inconsistent connection issues that have been nagging for a long time.
Myself personally am in the US.
There shouldn’t be anything country specific tied in with the plugin, especially regarding display.
That said, I tried in a different browser and it loaded the form, so I’m assuming probably something with my addon configuration, etc.
That said that said, the form I’m seeing is the inline embed version that is created via your Constant Contact Dashboard, and not from the plugin at the moment.
Re-using email addresses ends up updating the previously submitted contact, so that makes sense.
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact plugin issuesWe can definitely check on some things if we know the users being authenticated with. If you could, please send those to [email protected]
The new log line indicates someone submitted to the form, but because of disconnected status, it couldn’t push the whole way through until re-connected. That’ll be automated.
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact plugin issuesInteresting, and not something I have previously heard, regarding changing connected user contributing to more stability.
Have things stayed stable over the weekend?
Edit: Also are you able/willing to share the email addresses that were being used, we can check on some things with regards to that. I can provide an email address to send those to, if you don’t want to share them publicly
- This reply was modified 1 day, 2 hours ago by Michael Beckwith.
Forum: Plugins
In reply to: [Custom Post Type UI] Feature Image for TaxonomyHi @barritwinn
Impossible for us to say, this is something outside the scope of what CPTUI does and handles.
This is going to be more on the theme side of things.
Forum: Reviews
In reply to: [Custom Post Type UI] Bait and SwitchNot quite sure what you’re referring to. The free plugin still does what it’s been doing for 16 years and counting, at zero cost or suddenly gatekept functionality that now needs to be paid for. We have zero plans to move current functionality from the free plugin, to a paid plugin.
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact plugin issuesWould still love to see the logs if/as available, just in case something else stands out.
Do you have cron disabled by any chance? just in case that’s playing a part in things.
Sorry for the delay in followup. I’m not seeing a form at https://noseyapparel.com/sign-up/. Is there supposed to be one?
Have you performed a manual reconnection yet? The plugin essentially got into a state where it can’t self manage at the moment, and needs human intervention.
Looks like majority of smooth sailing, but it seems that very recently it’s stopped showing successful token refreshes, and most likely needs a manual reconnection performed. You even have a signup caught that will be re-submitted once reconnected.
Forum: Plugins
In reply to: [Constant Contact Forms] WP Connection LoopGood day,
Not seeing any connection loop indications here, but it does look like there’s some spam being caught and prevented with Google’s reCAPTCHA at the moment.
Have you verified that the attempts have been from humans?
Forum: Plugins
In reply to: [Constant Contact Forms] Plugin keeps disconnecting from accountJust for sake of separation of threads between people, would you be willing to create a new thread for your findings specifically?
We’ll respond/cross-post etc there to make sure yours and my conversation is preserved.
Definitely possible that something with cron could be occurring, and I’m wondering at the moment if we could somehow seamlessly transition to perhaps not using
http/httpsin the stored values in a future release.Forum: Plugins
In reply to: [Constant Contact Forms] Plugin keeps disconnecting from accountInteresting.
We’re making use of
get_site_url()for both the hash check/comparison, and the option saving.Are you saying you have someone log in, and they’re on say
http://and the option check hashttps://, thus a mismatch is determined and disconnect occurs. Then a connection is made again, and it was used withhttps://again. Next person is also usinghttps://and no issue, but the person after them is back onhttp://and the process repeats?Ideally everyone should be getting forced to
https://but I’m also wondering if we could force the scheme with ourget_site_url()usage
