Jul 13, 2018 9:00 pm
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
Prev