Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • bhain3s
    Member

    @bhain3s

    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?


    bhain3s
    Member

    @bhain3s

    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
    ) );

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar