In the “common.php” file found in the “wp-facebookconnect” folder go to line -66 and add “$dims2” like this:
function render_fb_profile_pic($user, $dims = 32, $dims2 = 10, $size = ‘square’ ) {
And change width=”{$dims}px” on line -68 to:
width=”{$dims2}px”
This was my quick “solution” using the standard bp-theme! Not the best but better than having the error message.