eberswine
Forum Replies Created
-
My logs are going crazy with this as well. This is nuts.. Please fix, thank you!
[Thu Oct 17 17:34:22.] [proxy_fcgi:error] [pid :tid 3787089] [client] AH01071: Got error ‘Event Calendar: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated @ /home/server..com/asspgfrxph/public_html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Lexer.php:230 #8192PHP message: All-in-One Event Calendar: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated @ /
Thanks for the reply. Yes, all of the settings are correct and those CPT are NOT checked in those SEO settings.
Can I get a place to provide you a link other than this forum, please ? Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO panel shows tabs, but no contentThis same thing is happening to us ? I guess we should downgrade ? Please let us know ?
No, forget that post above. It’s not the culprit.. something else is.. still investigating this.
I found that the only thing in the htaccess page that changes is this piece of code that is possibly the culprit:
# BEGIN All In One WP Security #AIOWPS_BLOCK_SPAMBOTS_START <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} ^(.*)?wp-comments-post\.php(.*)$ RewriteCond %{HTTP_REFERER} !^http(s)?://mywebsite\.com [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule .* https://127.0.0.1 [L] </IfModule> #AIOWPS_BLOCK_SPAMBOTS_END
- This reply was modified 1 year, 9 months ago by eberswine.
No, it isn’t ticked… hmmm…
I’m using Theme my login for the Profile field for editing on the front end.
- This reply was modified 1 year, 9 months ago by eberswine.
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] Longer logged in sessionsThanks for the reply. We are mainly looking to increase the TIME on the logged in user. Instead of their session being expired early, we would like to increase it for 48 hours. But that may be already default WordPress ?
What are you exactly referring to for the WP 2FA option here ? Can you explain this feature that you are talking about from above ? Thanks!
Perfect, thanks!
- This reply was modified 2 years, 1 month ago by eberswine.
Forum: Plugins
In reply to: [BuddyPress Simple Events] Show in buddyboss activity feed ?You are right. I needed to activate the “post types” to show in the activity feed.
Thanks for confirming!
Forum: Plugins
In reply to: [Registration Options for BuddyPress] How not to send some emails ?I don’t want to send:
Activate & Profile Alert Message:
User Pending Email Message:I already integrated a condition that tells the user after they login that they need approval.
We are just trying to condense our emails. Thanks.
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Condition for Not approved ?That is all I need. Thank you!
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Admin Email Notificationsso good! Thank you!!
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Admin Email NotificationsI know this was resolved, but I wanted to try and add “2” admin emails to the notifications, instead of the SINGLE one that you made a snippet for. Is there an array we could use for “email1, email2”?
Can you share the snippet please? Thanks!
Forum: Plugins
In reply to: [Theme My Login] Bad Gateway brought down client’s siteThis is still happening to one of my client sites.
Narrowed it down to this plugin. All of your “add ons” are activated, however, as soon as we activate the “Theme My Login” – it breaks.. 502,524
Thanks.
Forum: Plugins
In reply to: [SSU - WordPress Amazon S3 & Wasabi Smart File Uploads Plugin] 403 ForbiddenI go this working. I had to put this under Policies :
{ "Version": "2012-10-17", "Statement": [ { "Sid": "AllowPublicRead", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::nameofbucket/*" } ] }