Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

6 Posts
2 Users
1 Reactions
5,791 Views
Robert
Posts: 10616
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