Search Results for 'buddypress'
-
Search Results
-
Topic: Problem when deleting terms
Hi,
I’ve run into an issue that appears to be caused by BuddyPress when deleting terms (categories, tags, and custom taxonomies) in WordPress admin.
When I delete a term in wp-admin (for example a category or a custom taxonomy term), I get the following error message:
“An error occurred while processing your request. Please try again later.”
However, after reloading the page, the term is actually deleted successfully.
– Deleting posts and comments works without any issues
– The problem affects:
– Categories (category)
– Tags (post_tag)
– Custom taxonomies (e.g. from PublishPress Series)
– No errors are logged in:
– wp-content/debug.log
– Apache error logWhen deleting the same term using WP-CLI, everything works perfectly:
bash wp term delete category <term_id>
– No errors
– Term is deleted correctlyI disabled all plugins and then re-enabled them one by one. The issue only occurs when BuddyPress is active. With BuddyPress deactivated, term deletion works normally in wp-admin (no error message)
In our system we use PublishPress Series, which registers a custom taxonomy called series. We have currently ~440 terms in this taxonomy
– The number is continuously growing
– The issue started appearing when the number of terms became relatively largeThis might indicate a scaling issue or something triggered by higher term counts.
– The term is deleted successfully via wp_delete_term
– Something in BuddyPress interferes with the response afterward
– Possibly an issue with AJAX response (invalid JSON, unexpected output, etc.)Has anyone seen this behavior before?
Is there anything in BuddyPress that hooks into term deletion (e.g. activity, notifications, or other components) that could break the admin AJAX response without triggering a PHP error?
Could this be related to the number of terms in a taxonomy?
We have also a similar problem when creating terms. No error messages in wp-admin but when clicking create it doesn’t look like that the term has been created. But when reloading the page the term is there.
Any pointers on where in BuddyPress this might happen would be greatly appreciated.
– WordPress: latest version
– BuddyPress: latest version
– PHP: 8.3 (PHP-FPM)Thanks!
after i installed the buddypress plugin in my local server, i get an error message at the user page. although currently i have solved it, but it needed to be fixed in the original code.
here is the error-
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-list-table.php:661 Stack trace: #0 C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-users-list-table.php(629): WP_List_Table->row_actions(NULL) #1 C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-users-list-table.php(415): WP_Users_List_Table->single_row(Object(WP_User), '', '', NULL) #2 C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-list-table.php(1711): WP_Users_List_Table->display_rows() #3 C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-list-table.php(1635): WP_List_Table->display_rows_or_placeholder() #4 C:\xampp\htdocs\civilnotes\wp-admin\users.php(816): WP_List_Table->display() #5 {main} thrown in C:\xampp\htdocs\civilnotes\wp-admin\includes\class-wp-list-table.php on line 661and here is my current solution-
public function row_actions( $actions = array(), $user = null ) { // Bail if no user ID. if ( ! is_array( $actions ) ) { $actions = array(); } if ( empty( $user->ID ) ) { return $actions; } }please solve the issue, and let me know about the update.
thank you..
Attempt to read property “position” on array in
/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/functions.php on line 1456.
Version php is 8.4.Topic: Age verification
I need a strong age verification for my buddypress page.
Users under 18 must NOT be able to register for the site.
there are a few age-check-plugs out there, but the only ask to enter a birth-day, witch is not really save. Everyone can enter some data and can enter then.Any help?
Hi everyone,
I am using BuddyPress groups and I would like to know if it is possible to mention all members of a group in a single group activity update.
BuddyPress allows mentioning individual users using @username, which works well. However, I am looking for something similar to: @everyone or @all
The idea would be that when a group admin posts an activity in the Home Tab of the group with something like @everyone, all members of that group would receive a mention notification or email.
My questions are:
Is there any built-in feature in BuddyPress to mention all group members or an addon that adds this functionality?
If not, what would be the best way to implement it?
Any guidance or suggestions would be greatly appreciated.
Thank you all in advance!
WP version: 6.9.4
BP version: 14.4.0