Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum link stopped working

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

  • Robin W
    Moderator

    @robin-w

    which exact version of php7?


    SalCollaziano
    Participant

    @salcollaziano

    Hi Robin. PHP 7.1…

    Sal C.


    scrawny
    Participant

    @scrawny

    Same problem.

    Site is running certified SSL and have had no issues with other plugins or wordpress itself.

    Running PHP 7.1, latest version of bbPress

    Problem exists in Firefox and Opera. Don’t use IE or Chrome.

    Site is closed to public while in developement. Doesn’t seem to stop people accessing forum.

    When clicking on Forums in Dashboard the url result is

    https://mysimpleknitting.com/wp-admin/edit.php?post_type=forum

    Message on page is:

    The mysimpleknitting.com page isn’t working

    mysimpleknitting.com.com is currently unable to handle this request.

    When I attempt to access forums from url directly:

    When I type in https://mysimpleknitting.com/forums/

    The result is the same error.

    Clicking on Forums in the Settngs brings up the proper bbPress page.


    jeazyee
    Participant

    @jeazyee

    Same problem on my page also using PHP 7.1 latest version of bbPress and SSL with valid certificate and also use forced SSL over cloudflare hope there will be a fix soon.

    EDIT: Downgrading to PHP 7.0 will solve the problem for now, but anyway I hope PHP 7.1 support will be there soon.


    Robin W
    Moderator

    @robin-w

    7.1 will work with 2.5.13 when released


    scrawny
    Participant

    @scrawny

    2.5.13 too late. Went with phpBB.


    scrawny
    Participant

    @scrawny

    My php is 7.0.19 and bbPress produces blank page errors mentioned above.


    Robin W
    Moderator

    @robin-w

    sorry thought you went with phpbb ?


    scrawny
    Participant

    @scrawny

    I installed phpBB and it worked fine, but I wanted something like the Ad Inserter plugin I’m using on WP and couldn’t find anything suitable.

    phpBB is a good forum program with lots of good extensions. I’m hoping bbPress will ‘soon’ be updated to function properly with php 7.0.19 and 7.1.

    In the meantime I’ve got to post another question elsewhere on how to cleanup the mysql database and get rid of the 7 forums I created using bbPress earlier – all forums named the same because none of them ever appeared as a forum in the listings or appeared anywhere except as a listing on my sidebar- so when I do try bbPress again I won’t endup with a mess of forums all named the same.


    scrawny
    Participant

    @scrawny

    Installed bbPress Beta 2.6 Beta 2 and works fine on php 7.0.19. Whooohoooo!!!


    analog1002
    Participant

    @analog1002

    This solved my error 500 to!


    Thomas
    Participant

    @thomascook89

    Mine is not working as well.


    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.6beta-2
    3. in bbpress 2.5.12 change line 1851 from
    $meta_query = $posts_query->get( ‘meta_query’ );
    to
    $meta_query = $posts_query->get( ‘meta_query’, array() );
    Since the next upgrade will fix that anyway, no issue in changing the bbpress file
    best I can offer I’m afraid

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