bryan-hadaway 3 Report post Posted February 8, 2011 For quick reference: Fatal error: Call to undefined function bp_member_add_friend_button() in /home2/odpowied/public_html/internationalchurch/wp-content/themes/platformbase/members/members-loop.php on line 52 Marking for developer review. Thanks, Bryan Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 8, 2011 I just dug this up, also using PlatformPro http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/apprent-bug-in-buddypress-when-friends-is-disabled/ You can also comment out, until the plugin is updated. Share this post Link to post Share on other sites
siso 0 Report post Posted February 8, 2011 Thanks for the digging, Adam. Could you tell me what you mean / how to do that -- commenting it out? In simple terms Share this post Link to post Share on other sites
Kate 3 Report post Posted February 8, 2011 @Paul I believe Adam was saying you can just comment the line with the function call out so that it remains in the theme, but isn't being used. I didn't open the file up, but basically, (and this may need some modification), it would look like this: //bp_member_add_friend_button() or: /*bp_member_add_friend_button()*/ Share this post Link to post Share on other sites
siso 0 Report post Posted February 10, 2011 Thanks! Share this post Link to post Share on other sites