Brent Wilson
Forum Replies Created
-
Hello,
I just wanted to follow up here with you and let you know that we have made changes to our Cloudflare configuration. If you are still having issues with purchasing, please let me know and I will escalate this to our team!
Hello,
Glad you reached out regarding this!
Our development team is looking into this and as soon as I have an update from our team I will update you here!
Hello,
Glad you reached out here and I am here to help!
When you say that every form on every website is being automatically subscribed, can you let me know more details on this so that we can reproduce this on our end?
For example, can you give us specific form(s) where this is happening? Any screenshots or screencasts you can provide would also be helpful! I have installed the latest version on a fresh WordPress install and just did a test with the wp-login forum but do not see this happening on my end.
We want to be able to reproduce this on our end and get a fix out as soon as possible.
Hello,
Glad you reached out here and sorry for the delay here!
No worries, we definitely understand how that can be frustrating to see features go missing and glad you were able to zero in on the issue!
Forum: Plugins
In reply to: [Solid Mail – SMTP email and logging made by SolidWP] Tested up to …Hello,
Glad you reached out here!
This is definitely an oversight on our part and something we will be fixing with our next release that is slated to come out soon! Solid Mail fully supports 6.6.2.
If you have any other questions don’t hesitate to reach back out. We are here and happy to help!
Hi @nlpro
Thanks for the information. I’ve added to the Bedrock discussion here: https://github.com/roots/wp-config/issues/5#issuecomment-1745657039
- This reply was modified 1 year, 1 month ago by Brent Wilson.
Thanks, changing it to 2.71 allowed the update to run and now running 2.7.1.
I am running:
[22:52][root@xxxxx plugins]# mysql –version
mysql Ver 15.1 Distrib 10.4.22-MariaDB, for Linux (x86_64) using readline 5.1- This reply was modified 2 years, 10 months ago by Brent Wilson.
I am considering going and will do so.
After upgrading to 2.7.1 and confirming that the upgrade was successful and the files are 2.7.1, I still have the same issue:
[13-Jan-2022 22:47:48 UTC] PHP Fatal error: Uncaught mysqli_sql_exception: Incorrect index name 'membership_category' in /home/nginx/domains/bamapolitics.com/public/wp-includes/wp-db.php:2056 Stack trace: #0 /home/nginx/domains/bamapolitics.com/public/wp-includes/wp-db.php(2056): mysqli_query() #1 /home/nginx/domains/bamapolitics.com/public/wp-includes/wp-db.php(1945): wpdb->_do_query() #2 /home/nginx/domains/bamapolitics.com/public/wp-admin/includes/upgrade.php(3032): wpdb->query() #3 /home/nginx/domains/bamapolitics.com/public/wp-content/plugins/paid-memberships-pro/includes/upgradecheck.php(389): dbDelta() #4 /home/nginx/domains/bamapolitics.com/public/wp-content/plugins/paid-memberships-pro/includes/upgradecheck.php(277): pmpro_db_delta() #5 /home/nginx/domains/bamapolitics.com/public/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php(126): pmpro_checkForUpgrades() #6 /home/nginx/domains/bamapolitics.com/public/wp-settings.php(409): include_once('...') #7 /home/nginx/domains/bamapolitics.com/wp-config.php(110): require_once('...') #8 /home/nginx/domains/bamapolitics.com/public/wp-load.php(55): require_once('...') #9 /home/nginx/domains/bamapolitics.com/public/wp-admin/admin.php(34): require_once('...') #10 /home/nginx/domains/bamapolitics.com/public/wp-admin/index.php(10): require_once('...') #11 {main} thrown in /home/nginx/domains/bamapolitics.com/public/wp-includes/wp-db.php on line 2056
I have downgraded successfully back to 2.6.7.
- This reply was modified 2 years, 10 months ago by Brent Wilson.
Forum: Plugins
In reply to: [Easy Table of Contents] Options for styling, changing classesThis is what I am trying to accomplish: https://stackoverflow.com/a/33571268/11552576
Forum: Plugins
In reply to: [Easy Table of Contents] Options for styling, changing classesNot for lack of effort but have not been able to figure out the use case for this. Is there documentation somewhere? It is only referenced three times in the code base and can’t seem to wrap my head around it.
Forum: Plugins
In reply to: [Easy Table of Contents] Options for styling, changing classesThank you, what would the code look like to add a custom class with this filter and remove all classes that the plugin adds?
- This reply was modified 3 years, 6 months ago by Brent Wilson.
Forum: Plugins
In reply to: [WordPress Popular Posts] How does WPP count a view?It appears to be an issue with Cloudflare APO: https://support.cloudflare.com/hc/en-us/articles/360049822312-Understanding-Automatic-Platform-Optimization-APO-with-WordPress
Is there some kind of nonce set that expires?
It seems after a certain amount of time of the page being cached a 403 is returned:
POST wpp.min.js?ver=5.2.4:1 POST https://www.bamapolitics.com/wp-json/wordpress-popular-posts/v1/popular-posts 403
- This reply was modified 3 years, 7 months ago by Brent Wilson.
Forum: Plugins
In reply to: [Cache Enabler] How to exclude home pageFWIW I tried this regex and it doesn’t work:
/(^\/$)/
- This reply was modified 3 years, 8 months ago by Brent Wilson.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Fatal Error on PHP 8I get this error now when trying a backup
[04-Jan-2021 12:15:16 UTC] PHP Fatal error (Error) has occurred during backupnow subaction. Error Message: Undefined constant “DOING_CRON” (Code: 0, line 2938 in /home/nginx/domains/domain.com/public/wp-content/plugins/updraftplus/class-updraftplus.php)
As in that thread.
- This reply was modified 3 years, 10 months ago by Brent Wilson.