Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blank page after saving edited profile


  • The Doctor
    Participant

    @panicky

    Hi!
    I don’t really know why, but it seems that something is up with my buddypress. After I save in the edit section it updates to a blank page instead of showing “Changes saved”

    What can be wrong?

Viewing 3 replies - 1 through 3 (of 3 total)

  • adamt19
    Participant

    @adamt19


    rccoder
    Participant

    @rccoder

    I had the same problem. It was caused by an unhandled PHP error.

    PHP Fatal error: Call to undefined function bp_activity_get() in …/wp/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php on line 266

    Here’s the fix.

    Fix: Modified BP plugin bp-xprofile function to prevent the error.

    File: wp/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php
    Function: bp_xprofile_updated_profile_activity
    Line: 266

    Added the following to prevent the error.
    // FIX: Blank page after edit profile save.
    if ( function_exists ( ‘bp_activity_get’ ) ) {


    The Doctor
    Participant

    @panicky

    Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank page after saving edited profile’ is closed to new replies.
Skip to toolbar