Skip to:
Content
Pages
Categories
Search
Top
Bottom

Warning: Creating default object from empty value in


  • ma3ry
    Participant

    @ma3ry

    The following Warning shows below the links of my Edit Profile page, and also in my error-log.

    Warning: Creating default object from empty value in /plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-group.php on line 453

    It is there using Twenty-Sixteen theme.
    It is there with all other plugins deactivated.
    I am on WP v4.6.1 using BP v2.7.2
    My website is https://christiangays.com

    Can you tell me how to deal with this error please.

Viewing 1 replies (of 1 total)

  • jenfilgate
    Participant

    @jenfilgate

    I had to add this code to my functions.php file to get rid of it.

    /* Remove errors if any */
    error_reporting(E_ERROR | E_PARSE);
    /* End remove Errors */

    It just removes the warning, but doesn’t solve the problem that causes it. I wasn’t able to find a resolution to that and may need for my plugins to update in order to solve it. Mine was being caused by a conflict between BuddyPress and W3 Total Cache.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar