Which template pack you are using nouveau or legacy? If nouveau then try switching to legacy and see if it is working for you or not.
Ok, I went in to update the template pack and it was using legacy, so I switched the option to Nouveau.
Still nothing on my side. Blank areas under any plugin tab on the profile template.
This includes, Event Manager, Invite Anyone, Buddypress Docs, BBpress, and Buddyboss Media plugins. Core buddypress profile components still load their content under their respective tabs.
If you would like me to send you admin access to the site to see for yourself, let me know what email to register, and communicate the pw to you with.
Thanks!
Kyle
Try saving permalink and check again. If it is still not working please make wp-debug to true, https://codex.wordpress.org/WP_DEBUG, to see if there is any error.
Thanks
If still not able to find the issue then here is my id prashantsinghvatsh123atgmaildotcom
Thanks Prashant. The changing the permalink structure did not seem to resolve anything, and it would not allow me to select “plain” type for buddypress to work.
The logging did generate the following errors however. Any assistance you can give me in pointing me in the direction to which one of these could be causing this bug would be appreciated.
Notice: The called constructor method for WP_Widget in GTags_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/theaccepted/wp-includes/functions.php on line 3916
Notice: The called constructor method for WP_Widget in GTags_Activity_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /var/www/theaccepted/wp-includes/functions.php on line 3916
Notice: Undefined index: action in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 70
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/theaccepted/wp-content/plugins/bp-moderation/classes/bpModeration.php on line 118
Strict Standards: Non-static method bpModeration::get_istance() should not be called statically, assuming $this from incompatible context in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 81
Strict Standards: Non-static method bpModDefaultContentTypes::init() should not be called statically, assuming $this from incompatible context in /var/www/theaccepted/wp-content/plugins/bp-moderation/bpModLoader.php on line 85
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/theaccepted/wp-includes/class-wp.php on line 218
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /var/www/theaccepted/wp-includes/class-wp.php on line 219
I just asked to save the permalink again. Have you registered the account there?
I did not see this before, but these two errors were inline with page elements rather than in the header.
It looks like the last one is still doing something with bp-legacy even though I have it set to nouveau. I have tried switching between legacy and nouveau again, and get the same error.
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method bpModDefaultContentTypes::blog_post_append_link() should not be called statically in /var/www/theaccepted/wp-includes/class-wp-hook.php on line 286
Fatal error: Call to undefined function bp_is_user_forums() in /var/www/theaccepted/wp-content/plugins/buddypress-wall/includes/templates/bp-legacy/buddypress/members/single/home-wall.php on line 45
I found what it was. I had an old buddypress wall plugin that had not been updated in 3 years. Apparently this was breaking the plugin sections in the profile, as it was treating them as feeds. Deleted the plugin, which I don’t believe offers any new functionality anymore anyway, and everything works fine. Thanks!