Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress not working


  • Jenis Pol
    Participant

    @cheeseit

    When I install it using buddypress I get this when I click the “FORUMS” tab:

    Warning: mysql_get_server_info(): supplied argument is not a valid MySQL-Link resource in /home/********/public_html/wp-includes/wp-db.php on line 1582

    Can someone help me? I really need to use bbpress! :(

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

  • christofian
    Participant

    @christofian

    I had the same error:

    I changed line 1589 (or somewhere around there) in wp-db.php from `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_get_server_info( $this->dbh ));` to `return preg_replace( ‘/[^0-9.].*/’, ”, mysql_query(“select version() as $this->dbh”) );`, and that error stopped. Try doing that


    Jenis Pol
    Participant

    @cheeseit

    Ahh the error stopped showing up!

    But whenever I make a new topic, it doesn’t work .
    It just refreshes the page. D:


    rawkey
    Participant

    @rawkey

    Made the change and this worked for me, also able to post new topics! Thanks :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bbpress not working’ is closed to new replies.
Skip to toolbar