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?