Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problem with activating BuddyPress within wordpress 3.1

yes buddypress 1.2.8 I looked at the particular line it was talkin about in the error and here is the whole function where the error started….

if ( (int)$this->total_member_count && (int)$this->pag_num ) {
$this->pag_links = paginate_links( array(
‘base’ => add_query_arg( ‘upage’, ‘%#%’ ),
‘format’ => ”,
‘total’ => ceil( (int)$this->total_member_count / (int)$this->pag_num ),
‘current’ => (int)$this->pag_page,
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
‘mid_size’ => 1
) );

Skip to toolbar