Search Results for 'buddypress'
-
Search Results
-
Hello all. Versions 14.5.0, 12.7.0 & 11.6.0 are Maintenance and Security Releases. Please update, accordingly, when possible.
How does one remove the text from the change profile page that says:
If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer.
Someone else posted about this years ago and I don’t see a resolution.
When going in the files to change wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/profile/change=avatar.php the text still shows up.
Please advise.
Here is the previous thread which did not have a resolution.
Thank you.
I was told you could use a pic you already have and upload it to create a social media site using BuddyPress. How do you do this and how do you set a button on that page to redirect to another picture page that you upload? If I am uploading a Sign Up page how do I set the bars to work so that you can type your name into them since you can’t type your name into a picture?
Hi, i have a problem with “url’s directories” instead of “pages” in settins (wordpress 7.0 buddypress 14.4 bp-nouveau with child of twentytwentyfive theme) as I need to use my own page for buddypress (with better messages pluggin) and there is no way to associate directorie and page. Did bp classic can solve this? did I have to copy somme template of buddypress (bp-nouveau) to my thème? Thank’s for some help or link’s. Respect. Ivan
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..