Forums

Join
bbPress Support ForumsInstallationWarning: extract() class.wp-users.php on line 506

Info

Tags

Warning: extract() class.wp-users.php on line 506

  1. I keep getting this error when trying to post a new topic in a forum.

    Warning: extract() [function.extract]: First argument should be an array in /home/xx/public_html/forum/bb-includes/backpress/class.wp-users.php on line 506

    Warning: Cannot modify header information - headers already sent by (output started at /home/xx/public_html/forum/bb-includes/backpress/class.wp-users.php:506) in /home/xx/public_html/wp-includes/pluggable.php on line 865

    after returning to the forum and refreshing I see that the post gets posted.

    It's now on the default template.

  2. http://phpxref.ftwr.co.uk/bbpress/bb-includes/backpress/class.wp-users.php.source.html#l506

    That error can only be caused by plugins. What plugins are you running?

    If you can, search for WP_Users::update_meta in their source code.

  3. @Ben L. Thank you! It was "User Roles Table for bbPress" it was installed, activated but not "on". Once I turned it "on" it worked.

  4. You must log in to post.