@renzo-kuomo
15 years, 6 months ago
mmm.. I confused. I deatived twiter to wire plugin and work now! Any idea?
wpmu 2.7.1 + BP lasts trunk (original theme, only change of color) + BPDEV last trunk
15 years, 7 months ago
Eureka! For this error in the dashboard
Warning: Missing argument 5 for fbc_get_avatar() in /home/you/public_html/wp-content/plugins/bp-fbconnect/wp-facebookconnect/fbconnect.php on line 528
In line 528 of fbconnect.php say:
function fbc_get_avatar( $avatar, $id_or_email, $dims, $size, $default) {
Remove the $dims variable
function fbc_get_avatar( $avatar, $id_or_email, $size, $default) {
and in line 534
return render_fb_profile_pic($fbuid, $size);
Work for me!