Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cant access forum


  • only4gamers
    Participant

    @only4gamers

    i installed bbpress few days ago and didn’t use anything till now because its showing this error from first day

    This page isn’t working

    only4gamers.ml is currently unable to handle this request.
    HTTP ERROR 500

    i tried to fix this problem myself but i cant. please tell me how to solve this problem ?

    forum link
    http://only4gamers.ml/forums/forum/upcoming-games-2/

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

  • Robin W
    Moderator

    @robin-w

    Suspect you are using php 7.1
    so 3 fixes
    1. downgrade to a lesser version of php
    2. upgrade to bbpress 2.6rc3
    3. in bbpress 2.5.13 in includes/forums/functions.php
    change line 1851 from
    $meta_query = $posts_query->get( ‘meta_query’ );
    to
    $meta_query = $posts_query->get( ‘meta_query’, array() );
    and change line 1796 from

    $post_stati = $posts_query->get( 'post_status' );
    

    to

    $post_stati = $posts_query->get( ‘post_status’ ); 
    if (!is_array($post_stati)){
        			$post_stati = array($post_stati);
    }
    

    only4gamers
    Participant

    @only4gamers

    thank you, thank you so much now i can open bbpress.


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed !


    only4gamers
    Participant

    @only4gamers

    thank you for your help. but now i am facing another problem. one problem was fixed and other one was waiting for me.
    the problem is when i visiting forum page in admin mode (after login) its showing me:
    “Oops! That page can’t be found.
    It looks like nothing was found at this location. Maybe try one of the links below or a search?”

    and there is nothing in this page.
    but when i visiting this page without login its looking good and i can see option to create new topic.

    can you tell me where is the problem ?
    the link is
    http://only4gamers.ml/forums/forum/upcoming-games/

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar