Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1276 closed defect (bug) (no action required)

undefined fuction get_blog_option()

Reported by: shomazta's profile 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)

#1 @shomazta
15 years ago

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

#2 @shomazta
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

idiot didn't use MU o=

#3 @shomazta
15 years ago

  • Milestone set to 1.2
Note: See TracTickets for help on using tickets.