Viewing 6 replies - 1 through 6 (of 6 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hmm. Apparently the code is getting past the function exists check for bbp_is_user_home but at that point bbp_is_user_home_edit still doesn’t exist, in your case.

    Are you comfy with editing the plugin for a hotfix? I’ll add the same edits to the plugin in a future release so it won’t be lost next time there’s an update.

    Thread Starter jfrigger

    (@jfrigger)

    Sure, if you have a fix, please let me know it and i’ll edit the plugin file ??

    Thanks a lot!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Change line 346 to the following and try it out

    if ( !function_exists( 'bbp_is_user_home' ) || !function_exists( 'bbp_is_user_home_edit') ) { return false; }
    Thread Starter jfrigger

    (@jfrigger)

    Awesome, that worked! Thanks a lot!

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    awesome to hear.

    I had the same issue and resolved it with the code line above.
    Please don’t forget to add the line to the next update!

    (and of course thank you for the awesome plugin!!!)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal error: Call to undefined function bbp_is_user_home_edit()’ is closed to new replies.