Skip to:
Content
Pages
Categories
Search
Top
Bottom

A Few errors after installing BBpress


  • Shannonx
    Member

    @shannonx

    Hey you guys,

    So I have a fresh install of BBpress with WordPress. This is my first time using BBpress…

    So I have a few errors on top and I don’t really know how to get rid of ’em. Can somebody please

    help me out? Here’s the link: http://www.urbanstart.nl/forum/

    Errors:

    Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/functions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/pomo/mo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/functions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in /customers/…/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581

    Thanks in advance ^^

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

  • chrishajer
    Participant

    @chrishajer

    Sounds like you’re using WAMP or XAMPP with version 5.3.1 PHP? Those are not really errors but warnings.

    errored when installed

    If you can’t downgrade PHP, you can modify your PHP error reporting:

    http://us2.php.net/manual/en/function.error-reporting.php


    Shannonx
    Member

    @shannonx

    Wow quick response! My man… THANK YOU THANK YOU AND THANK YOU AGAIN!

    It works flawless!! Dude you’re the shizznit, there’s nothing more I can say. Hahah.

    Thanks again


    hydroweb
    Member

    @hydroweb

    For running on localhost

    Somewhere around line 25 of bb-load.php there should be a line that starts with error_reporting(. Change it to error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);


    chrishajer
    Participant

    @chrishajer

    I don’t recommend editing core bbPress files. This is fixed in the latest development version already as well.


    hydroweb
    Member

    @hydroweb

    Where do we find latest dev version for those of us on localhosts?


    chrishajer
    Participant

    @chrishajer

    You can get a zipped version here:

    https://trac.bbpress.org/changeset/2401/trunk?old_path=%2F&format=zip

    Or you can check out the latest via subversion:

    svn co http://svn.automattic.com/bbpress/trunk/ .

    Either of those two methods will get you the latest trunk (development) version.


    hydroweb
    Member

    @hydroweb

    Many thanks, Chris


    agwag
    Member

    @agwag

    For the absolute noob – how do we implement the trunk version?

    Does it just get unzipped into the htdocs folder? Does it replace the v1.0 files downloaded from the stable release? Or is complementary to those files?

    Thanks for any help.


    chrishajer
    Participant

    @chrishajer

    Replace all your existing files with the trunk download. It’s not a diff or a patch, it’s just a complete testing version of the software.


    agwag
    Member

    @agwag

    Thanks! Will give it a try.

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