nocabt
Forum Replies Created
-
Thanks. I have replicated this on WP Engine as well as Local App. I’ve pasted some screenshots below. Environment details:
- Local App
- NGINX
- PHP 8.1.23
- MySQL 8.0.15
- Fresh WordPress install 6.6.1
- Latest FluentSMTP 2.2.80
- No other plugins
- FluentSTMP logs indicate “sent” but the “Generation failure” error is in Sparkpost
- In API Permissions my screenshot says, “Transmissions:Read/Write” only; but I tried with “All” as well – same issue.
Forum: Plugins
In reply to: [WPS Hide Login] Lost password email not working.Can confirm it’s the issue that @manavmehta57 flagged. For example, on WP Engine you do have to chat with their support to get this excluded from their server-side caching. I also did add this path to exclusions in our caching plugin as well (WP Rocket).
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] PHP 8 CompatibilityThanks @robert681 ! No apologies needed, thanks for the great plugin.
@duracelltomi yes thank you, we really appreciate it!
Forum: Plugins
In reply to: [SparkPost] Error sending test e-mailHey @nettrakett FYI I submitted a ticket to Sparkpost and they replied:
Thanks for writing in! I’m afraid our WordPress application is no longer supported
So I wouldn’t expect any support here.
But, I tested your fix and it worked…
Forum: Plugins
In reply to: [SparkPost] Plugin abandoned?FYI I submitted a ticket to Sparkpost and they replied:
Thanks for writing in! I’m afraid our WordPress application is no longer supported
So, I guess we’re on our own. We have ~100 sites that run this plugin so I think we’ll need to fork it and manage it ourselves. It looks like in this thread:
https://www.ads-software.com/support/topic/error-sending-test-e-mail/
The submitter found that if you if you use SMTP instead of API it worked; I’m going to try that now, however I think the best thing here is to fork this.
If you’re interested I can share that patched version once we do.
Forum: Plugins
In reply to: [SparkPost] Plugin abandoned?You’re right; we’re now getting this error on WP 5.5:
Response body: { "errors": [ { "message": "invalid data format\/type", "description": "field 'content.headers' is of type 'json_array', but needs to be of type 'json_object'", "code": "1300" } ] }
Ah ha, that explains it. I’ve added it using GTM tag which does work for now.
Glad I could help thanks for your prompt response!
Forum: Plugins
In reply to: [The Events Calendar] Meta robots noindex on events pageIf you are using Yoast SEO in combination with Modern Tribe Events calendar, I do, in general, personally recommend adding the snippet mentioned above to
functions.php
:add_filter( 'tribe_events_add_no_index_meta', '__return_false' );
I believe the logic behind adding noindex tag to the main events page is to prevent so-called “spider traps” where bots crawls every iteration of your events page – filtered views, date-based pages, etc… This indeed is not great for SEO.
However, if you are using Yoast SEO, Yoast adds a canonical link tag to your Events page which makes the noindex tag less necessary.
For example:
https://www.domain.com/events/
Has a canonical tag:
<link rel="canonical" href="https://www.domain.com/events/" />
AND these views have the same canonical tag:
https://www.domain.com/events/2019-02/
https://www.domain.com/events/month/?tribe_eventcategory=38This tells Google that the canonical version of the page is https://www.domain.com/events/, and that is the page that should be ranked and indexed.
This does not affect any individual events, which are all canonicalized individually.
That said, while I think this is an ok solution for Yoast SEO / Modern Tribe combination, I think ideally there would be
rel="prev"
andrel="next"
links on the date-based event views so that search bots understand your calendar is part of a series.- This reply was modified 5 years, 10 months ago by nocabt.
Getting the same error as jambro1964, and patched it, but would be great if plugin were updated to patch issue for latest versions of PHP.
Forum: Plugins
In reply to: [Authy Two Factor Authentication] phone call instead of sms in authy+1 on this question. On the main plugin page, under “How it Works” it says, “Get a security token via SMS or a phone call,” but I’m unable to use this feature even though it’s activated on our account. We have a couple users who require it.
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Not receiving emails from Clef during setupI think this was some temporary Clef error; I received all the emails about 30 minutes after I signed up.
You have to manually enter your UA number under Analytics => Settings, OR authenticate with the Google Analytics account you’d like to use under “General settings”.
It won’t work automatically without taking one of those steps.
Forum: Plugins
In reply to: [Contact Form 7] In next version remove false "configuration errors"@schulz Can you find what field is showing the validation error? If you click through the tabs one show show a red error message below it. That error isn’t totally helpful b/c it doesn’t show the specific error, but it does show which field is causing it.