• Resolved Lucy Eind

    (@lucyproductionz)


    Hii, thanks for creating this plugin.
    I’m using your plugin on a BuddyBoss environment where users can add/upload images to their profile.
    As soon as I have installed another plugin called “Youzify – BuddyPress Profile Completeness” (which are mentioning on their site that its compatible with yours), I receive a fatal error mentioning the “BuddyPress Xprofile Custom Field Types” plugin in the file path.
    See this screenshot: https://www.dropbox.com/s/b2c89iz2nmgjm7y/BuddyPress%20xprofile%20fatal%20error.png?dl=0

    If I deactivate the “BuddyPress Xprofile Custom Field Types” plugin, then everything works fine.

    Is this something you can fix? Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author BuddyDev

    (@buddydev)

    Hi Lucy,
    I am sorry about the issue.

    This is a bug caused by Youzify’s Profile completeness addon. That addon calls the profile fields list at “bp_loaded” action and that is leading to this issue.

    A simple solution will be to avoid using bp_loaded hook for collecting fields and instead using any hook after it. One of the people using this plugin did report it to Youzify team(as per their feedback) but it seems this behaviour has not changed.

    I am very sorry but there is not much we can do it(It needs us to load functions before bp_loaded and will have ripple effect on other parts of the code as we need to extend the xprofile field type after it is loaded by BuddyPress).

    Regards
    Brajesh

    Thread Starter Lucy Eind

    (@lucyproductionz)

    Thanks Brajesh for this quick response and explanation!

    Kind regards,
    Lucy

    how to avoid using bp_loaded hook for collecting fields and instead using any hook after it.

    Becuse i am using youzify plugin and got same Fatal error.

    Plugin Author BuddyDev

    (@buddydev)

    Sorry about this. We are pushing a change in next 2 days to avoid fatal error. It may not solve the compatibility problem but it will stop breaking the sites.

    Regards
    Brajesh

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error in combination with Profile Completeness addon’ is closed to new replies.