Forums

Join
bbPress Support ForumsTroubleshootingWeird header code

Info

Weird header code

  1. Hi, I am very new to bbPress but I used WordPress for a decent amount of time

    I was installing a fresh copy of both wordpress & bbPress to be integrated together on my localhost, I did the steps exactly how they should be & everything is successfully running except for one thing ... I get weird lines on top of every bbPress page in this form --->>

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Masr-A7la\Forum\bb-settings.php on line 186

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Masr-A7la\Forum\bb-includes\backpress\functions.wp-object-cache.php on line 108

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Masr-A7la\Forum\bb-includes\backpress\pomo\mo.php on line 171

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Masr-A7la\Forum\bb-includes\functions.bb-l10n.php on line 484

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Masr-A7la\Forum\bb-includes\backpress\class.wp-taxonomy.php on line 581

    It's kinda urgent for me to fix that so please guys does anyone have any solution?

    Thanks a lot

  2. Find this line and make sure it says error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);

  3. OOOH ... lovely, works like a charm thanks a lot, but is there some serious error that I should know about & perhaps try to fix?

    knowing that I installed a fresh copy & not yet touched anything

    Thanks again (",)

  4. No. You have a very modern installation of PHP and there is some code in bbPress that now it deprecated. Nothing to worry about.

  5. Oh I see ... that's good to know, thanks a lot :-) !!

  6. You must log in to post.