Notifications
Clear all

wpForo 1.x.x [Closed] Editing a user in the Wordpress Users system throws an error

6 Posts
2 Users
1 Reactions
5,136 Views
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Ok @verek, as a temporary solution please open /plugins/wpforo/wpf-includes/class-members.php file.

Find this line:

if( wpfkey($data, 'secondary_groups') ){

Change to this:

if( wpfkey($data, 'secondary_groups') && is_array($data['secondary_groups']) ){

We'll adapt the code in next version for such cases.

Page 2 / 2