Info
- 3 posts
- 2 voices
- Started 2 years ago by gerikg
- Latest reply from gerikg
- This topic is not resolved
Warning: extract() class.wp-users.php on line 506
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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_metain their source code. -
- Posted 2 years ago #
@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.
-
You must log in to post.