PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

BuddyPress 1.6 beta-1 problem solution

  1. If you guys did same mistake like me as upgraded to buddypress 1.6 beta.. here is Gravity Forms User Registration Add-On fix for bp1.6beta

    Find line 1427:
    $bp_field->bp_xprofile_field($meta_item['meta_name']);

    Replace with:
    $bp_field->__construct($meta_item['meta_name']);

    Posted 11 years ago on Monday June 25, 2012 | Permalink
  2. Seems i talked a bit early.. Still have problem..

    Posted 11 years ago on Monday June 25, 2012 | Permalink
  3. nvm.. this is only solution.. that was different problem it seems ^^

    Posted 11 years ago on Tuesday June 26, 2012 | Permalink

This topic has been resolved and has been closed to new replies.