Michael Beckwith
Forum Replies Created
-
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()usageForum: Plugins
In reply to: [Constant Contact Forms] “We have detected connection errors for your site”Looks like the reconnect part is going to be what was needed based on what we have available in the data.
We’re always striving and trying to make this topic as hardy as possible so that it doesn’t happen, and if it does, admins are notified right away.
There’s sadly no for sure set of answers as to why. Something happens in the process intended to fetch new and refreshed credentials, but that fails. The Refresh tokens are one time use as well, which is great from security standpoints and whatnot, but a pain when they fail for legit activity.
Part of the 2.19.x release as an example is meant to not have staging/development site copies unintentionally use the tokens for production, as an example. Suddenly the staging site used the token, invalidating the live site from using it.
Forum: Plugins
In reply to: [Constant Contact Forms] Plugin keeps disconnecting from accountYou can find a link for 2.18.0 at https://downloads.wp.xz.cn/plugin/constant-contact-forms.2.18.0.zip
The domain comparison and whatnot should only be a one time issue, and only if you’re moving database around to different environments.
For example if you’re wanting to create or update a staging site from production. At that point, the destination install should be what gets deactivated so that it doesn’t use the tokens from the source install and invalidate them unintentionally.
Definitely curious for any potential leads you find here though.
Forum: Plugins
In reply to: [Constant Contact Forms] “We have detected connection errors for your site”Good morning @ckthompson
Majority of these errors are from a couple years back, so those are nothing to worry about at this time, especially if you’ve been seeing list growth since.
The last one is also considerably old but would have been around needing to reconnect the authorized user.
Based on age alone, and assuming you’re still getting signups, this is safe to disregard at this time.
Forum: Plugins
In reply to: [Constant Contact Forms] Admin Area NoticeLooks like the plugin got to a state where it can no longer self manage its connection status. You’ll need to disconnect the ConstantContact.com connection and then re-connect afterwards.
Forum: Plugins
In reply to: [Constant Contact Forms] Plugin keeps disconnecting from accountUpgraded to WordPress 7.0? I know that came out yesterday.
We have a temporary storage as an option, related to the
A failed API attempt was caught and will be retried after reconnection.error, but it’s not permanent and we clear out as it successfully processes afterwards.Forum: Plugins
In reply to: [Constant Contact Forms] Plugin keeps disconnecting from accountNot much there for anything related to PHP errors that could be associated. Thank you for trying on that part.
It’s definitely interesting that we have a log line from 11:55am, and by 2:35pm of the same day we’re seeing failed attempts again. Somehow items got expired/invalidated in the span of a few hours. The question is how/why, but we don’t have any solid leads for that.
Has there been any major changes to the website lately, especially around the database? Content migrations?