I was getting 2 errors when using another plugin with your BP Profile Visibility… the file bp-profile-visibility.php fired off on profile page Illegal string offset ‘id’ and Uninitialized string offset: 0 so I added
$btn['id'] = ' ';
on line (195 right before line 196) in bp-profile-visibility.php file. This seems to have fixed the problem. Is this okay to do?Hi,
Yes, That is a notice since we did an unset on Id. We could not notice it due to the version of php it seems. Your change is fine. It wills top the notice and we will have it in our next update(in next 2-3 days). It is not an error, so you can ignore it for now.Thank you
BrajeshIt’s good to have the WP_DEBUG enabled on development sites, It helps catch a lot of future issues:)
You must be logged in to reply to this topic.