Forums

Join
bbPress Support ForumsInstallationWarning: mysql_get_server_info()

Info

Warning: mysql_get_server_info()

  1. Hello

    I have a little problem I installed wpmu BuddyPress ok just,this problem when I click on the forums

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

    can help me thanks

    Max

  2. I enclose the back on line 1582

    /**
    * The database version number.
    *
    * @return false|string false on failure, version number on success
    */
    function db_version() {
    return preg_replace( '/[^0-9.].*/', '', mysql_get_server_info( $this->dbh ) );

    what's missing?

    thanks
    Max

  3. BuddyPress forums is the right place to ask this question

  4. You must log in to post.