updated to stable release form wordpress.org..still the site crashes…plugins clashing were deactivated.. Following from debug logs:
BBpress:
bbp_setup_current_user was called incorrectly
Cannot redeclare bbp_get_component_name()
Others:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624
Fatal error: Call to undefined function bp_is_user_inactive() in /opt/www/site.com/wp-content/plugins/buddypress/bp-core/bp-core-caps.php on line 362
The very last one might be an issue, but the others need to be fixed to be sure. Those others are to do with some other plugin you have active on your site; it’s doing something at the wrong time (too early), and BuddyPress and bbPress are both throwing warning messages.
I don’t think there’s a BuddyPress bug, you’ll need to look at those other plugins.
@djpaul thanks..yes deactivated those plugins..even then it was an issue..i downloaded and uploaded 2.5 version via FTP…then i reverted back to older BP version and did a auto update via the backend and it started working…minus the plugins which were creating an issue…..now only the follow debug logs:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_admin_bar_my_account_xprofile_menu’ not found or invalid function name in /opt/www/site.com/wp-includes/plugin.php on line 601
Notice: Trying to get property of non-object in /site.com/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 935
Notice: Trying to get property of non-object in /site.com/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php on line 935
Notice: bp_core_get_notifications_for_user is deprecated since version 1.9! Use bp_notifications_get_notifications_for_user() instead. in /site.com/wp-includes/functions.php on line 3573
@djpaul above on of of my other BP site Thanks