Forum Replies Created
-
I don’t have any specific suggestions, I just wanted to state my appreciation for people like @imath who continue to contribute to this excellent plugin.
Thank you!
Old post, but I think the behavior you see is WP-driven. The reason I say that is that I have disabled the REST API for WordPress and the link above (e.g. /wp-json/buddypress/v1/members/3) or similar do not retrieve any data.
I used guidance from this SO article.
https://stackoverflow.com/questions/41191655/safely-disable-wp-rest-api
great, thank you @imath! 🙂
MY POST IN THE BP 12 THREAD SEEMS TO HAVE DISAPPEARED, REPOSTING HERE JUST IN CASE
@imath Hi Mathieu, I just wanted to point out an error. I am getting it on version 9.2.0 but I see the code is the same in version 11.2.0 so I am assuming it’s still not fixed.Please see this thread
The error is
Notice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1625
for 9.2.0 andNotice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1672
for version 11.2.0Line 1672 in latest version reads:
$retval = $upload_dir[$key];
Hope this is sufficient. Thanks!
Hi @webmark487, ok nice.
Hi @rskangel and @webmark487
Today I started experiencing the same error message. In my case the line number is different. My error is
Notice: Trying to access array offset on value of type bool in /var/www/<my website>/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 1625
Have you recently changed anything to do with permissions, by any chance?
Hi @cthangaraja – as far as I’m aware, BuddyBoss, like BuddyPress, doesn’t have a forum component of their own.
So you would need an additional forum plugin (such as bbPress, wpForo, Asgaros, etc.)
Can you share which link exactly you’re having the issue with? Also, what BP version you are using?
There’s a useful template to provide this type of info here:
Hi @cthangaraja
What forum are you using? bbPress?
@wilcosky Hi Billy,
In answer to BuddyPress direction I would recommend you check out the posts for Mathieu Viet (@imath), he has been soliciting feedback on a number of features especially in the past months.
I would say that any feedback is useful. The only issue is time constraints as I see it.
Glad to see you found it.
@adjunkten Hi Lars, that is odd.
Are you able to post a screenshot of what you see?
Hi Lars,
I can’t speak for the BuddyX theme but, in general, in BuddyPress settings, if you have the ‘Account Settings’ component enabled, your users should be able to change their email address directly within their BuddyPress profile (BuddyPress profile, Settings tab, General sub tab).
If BuddyPress is deactivated and you still have the same issue, then it’s not a BuddyPress problem.
Your issue must have to do with the configuration of your website or another plugin that is preventing your registered users from creating topics.
I’d suggest to check your other plugins (if any), deactivate them one by one, and see if that isolates the problem.
Hey @clicksnlikes
very day i installed the buddypress plugin
What happens if you deactivate BuddyPress? Are registered users able to create topics then?
No one ever answers questions raised here. It’s so annoying and frustrating.
Hi @clicksnlikes. I feel your pain. The thing is, this is a volunteer-led community, so everyone tries to help when they have some time available.
Registered Users and members are unable to use the create topic function on my site as somehow it’s only available for guests or non-registered members and admin.
Has this behavior you’re describing been like this from the start, or has it started to occur recently?
I attempted to do this but I’m unable to target the BASE group without also affecting the USER INFO group
I have the same issue.
This isn’t the most elegant solution but, assuming the Base group is the first in the Tabs array, it works.
Needs to be added to your theme’s functions.php file.
function bp_profile_remove_base_tab ( $tabs ){ unset($tabs[0]); return $tabs; } add_filter( 'xprofile_filter_profile_group_tabs', 'bp_profile_remove_base_tab' );
Hi @krausi
Your request is a bit thin in terms of explanation. I doubt many will understand what you are after.
Would you be able to explain more in detail exactly what you need?
@jason_hayes not sure where the theme from the homepage screenshot comes from.
I am working on a customized theme so can’t help with recommending something.
Hopefully someone with more experience will come along and be able to advise you.
hi @imath – I wanted to offer to moderate the support forums given there seems to be spam almost every day.
I moderate a separate community so it would be no burden to me to help keep BP Support Forums spam free.
@ildomandatore did you change anything (e.g. add/remove a plugin, change theme, etc.)?
There’s a helpful checklist in When Asking for Support
Bump (and, if bumping is frowned upon here can one of the mods please let me know).
A few basic questions:
- Did Editing Basic Profile Group work before, i.e. is this a new error message, or has this been like this from the start?
- Did you try switching to a different theme, to see if the error still shows up?
There’s a good template to follow here that helps the community helping you troubleshoot what the problem might be.