Hi,
Welcome to BuddyDev Forums.I am sorry for the inconvenience.
Are you using any other plugin for filtering members list? Also, which version of PHP, WordPress/BuddyPress are you using? Is the theme premium? If yes, which theme it is. Also, are you using database caching?
I just enabled and checked again and it is working for me on BuddyPress 3.2. It can be some conflict.
Please let me know and I will assist.
Regards
BrajeshHi Brajesh,
thank you for your quick reply.
Software:
PHP Version 7.2.5
wordpress Version 4.9.8
BuddyPress Version 3.2.0
BuddyPress Moderation Tool version 1.0.4I am using a theme based on the “underscores theme”, which works well.
BuddyPress Template-pack: “BuddyPress Nouveau” -> same problem with standard Template.other plugins:
BP Profile Search
BP Redirect To Profile
BuddyPress Member Type Generator
BuddyPress Members only
WP Content Filterall above plugins were already deactivated, but users are still hidden.
no database caching
Regards
CarstenHi Carsten,
Thank you.It could be some issue with PHP 7.2 as the plugin is only tested upto PHP 7.0.32.
Do you have debug enabled, if not, Please enable it for a temporary check. It can be done by following
define( 'WP_DEBUG', true ); // this line is already present, just change the value to true define('WP_DEBUG_LOG', true );
After that, Please visit members directory. I am guessing there is some php error on the user query filter which is happening on 7.2.
Please let me know what you see in error.log file(in wp-content it will be created).
If you are not comfortable with doing the above change, Please allow me 8-12 hours, I will check the plugin on php 7.2
Thank you
BrajeshAhh,
Thank you.I see. The the table creation failed due to mysql strict mode and that has been the root of the issue. Please allow me 30 minutes, I am putting an update that will work with strict mode too.
Thank you
BrajeshHi Carsten,
There was an issue in our table creation statement which only appeared on some of the mysql version. It was related to a datetime field.
Since the table were not created, the plugin started throwing too many notices.
Please upgrade to 1.0.5. After upgrade, Please deactivate the plugin and reactivate it. It will create the tables which were not created earlier and will not throw any notice after that.
Please let me know how it goes.
Regards
BrajeshHi Carsten,
Thank you for confirming the fix. I am glad it worked.I sincerely appreciate your patience.
Have a great day.
Regards
Brajesh
You must be logged in to reply to this topic.