@bhain3s
13 years, 8 months ago
maybe it has something to do with the membor count starting out as zero or no members atall or something Im lost, should I turn WP_ERROR off and that might bypass this?
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 ) );