#1276 closed defect (bug) (no action required)
undefined fuction get_blog_option()
Reported by: | shomazta | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | undefined, BP_ROOT_BLOG, get_blog_option | |
Cc: |
Description
Fatal error: Call to undefined function get_blog_option() in /home/public_html/domain/wp-content/plugins/buddypress/bp-core.php on line 568
function bp_core_get_root_domain() {
global $current_blog;
if ( defined( 'BP_ENABLE_MULTIBLOG' ) )
$domain = get_blog_option( $current_blog->blog_id, 'siteurl' );
else
$domain = get_blog_option( BP_ROOT_BLOG, 'siteurl' );
return apply_filters( 'bp_core_get_root_domain', $domain );
}
Change History (3)
Note: See
TracTickets for help on using
tickets.
well I attempted to install bp on 2.8.4 and 2.8.5 subdomain at first then decided to see if going with a subdirectory (/) would be better...
no differences
maybe I'll try installing everything manually opposed to installing through the plugin browser