[buddypress-trac] [BuddyPress Trac] #5334: Getting warning "Creating default object from empty value when enabling extended profiles"
buddypress-trac
noreply at wordpress.org
Mon Feb 24 13:23:46 UTC 2014
#5334: Getting warning "Creating default object from empty value when enabling
extended profiles"
--------------------------+--------------------
Reporter: clamoreaux | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: 2.0
Component: XProfile | Version: 1.9.1
Severity: minor | Resolution:
Keywords: needs-patch |
--------------------------+--------------------
Changes (by boonebgorges):
* milestone: => 2.0
Comment:
We will fix this one way or another for 2.0.
In the meantime, it's a harmless warning. If it's displaying to your
users, then you should turn down error reporting on your public site. Put
the following in wp-config.php:
{{{
error_reporting( 0 );
@ini_set( 'display_errors', 0 );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5334#comment:8>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list