Quote:
Originally Posted by Jeff
You should not be displaying warnings on a production server, you need to fix that in your php,ini file.
Could you find this line in vbbridge.php:
Code:
add_filter('user_has_cap', 'vbb_user_has_cap');
And move it after this line:
Code:
if ($admin_integration):
And tell me if that solves it for you?
|
That worked! Thank you.
Not sure if this is by design but only the user's primary VB group seems to be mapping. When I had Administrators as a secondary group in VB I couldn't access the WP Admin. However, when I added Administrators as my primary group I could access WP Admin. Not a big deal but figured it is worth mentioning.
Thanks again for your help.