Skip to:
Content
Pages
Categories
Search
Top
Bottom

Warnings after moving previously working BBpress install

  • I have been experiencing the following issue after moving my install from a staging server:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bb_template_scripts’ was given in /home/tdsegvth/public_html/thepoolparties/bb-includes/wp-functions.php on line 586

    I have tried disabling all plug-ins, combing through the code to figure out what it could possibly be, and doing everything I can imaging to the database. The entire setup seems to be working perfectly aside from that error.

    Obviously the site can’t go live until this is fixed, so any suggestions would be appreciated.

    You can see the site here: http://thepoolparties.jellynyc.com/

    The version that isn’t experiencing the error is here: http://thepoolparties.wearefamiliar.com/

    Thanks for any help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • For what it’s worth, the error seems to be occurring within the bb_head(); call.

    Further information:

    After looking at the source, it seems the Signature plugin’s style information is not being loaded in the site with the error. But even if I disable the BB-Signature plugin, I still have the error.

    If I comment out the following line in default_filters.php:

    // add_action(‘bb_head’, ‘bb_template_scripts’);

    The warning goes away. But I am not sure what this affects.

    The above “fix” has solved the problem, and I have seen no adverse results over the last two days. This is a hacked fix, but it works.

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