View Single Post
01-13-2012, 10:19 AM   #7
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
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?
Jeff is offline   Reply With Quote