jperez48
Veteran
Just Getting Started
Member Likes (0)
Hello,
I recently tried to upgrade to BuddyPress 1.5, using BuddyPress, BP Social Theme, and several of the plugins on this site. When doing so, I get a series of Deprecated Errors that I can't get rid of.
My site is: http://www.customerserviceinthecloud.com
The errors are a bunch like the following:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/customerserviceinthecloud.com/httpdocs/wp-content/plugins/membership/membershipincludes/classes/class.ping.php on line 461
I already attempted to remove the errors by surprising them using the following code in the WPConfig.PHP file:
// Hide E_DEPRECATED messages.
if (defined('E_DEPRECATED')) {
error_reporting(error_reporting() & ~E_DEPRECATED);
}
Stil no luck. Any assistance would be appreciated.
THanks,

Responses (5)
Developer (joined June 2008) Likes (0)
Do you WP_DEBUG defined in your wp-config anywhere?
If not, what happens when you switch error reporting off completely?
error_reporting(0);Member (joined June 2011) Likes (0)
We downloaded 1,5 and also had everything totally messed up in so many ways.
We had to retrieve our backup of the site, download the old BuddyPress and reconfigure our database to bring it back to what it was.
Not nice. (Of course we have been twits by not running a secondary non-live duplicate site to test things on first... But we'll get there.)
Would still like to know what is happening though as the old BuddyPress isn't particularly great and we do want to upgrade.
WPMU DEV Fanatic (joined October 2009) Likes (0)
Hiya everyone,
Just a heads up, we're looking into BuddyPress 1.5 issues and will get this updated for that very soon. Thanks for your patience on this!
Cheers,
David
Developer (joined June 2008) Likes (0)
Can you elaborate please - we need as many details as possible - thanks,
Member (joined April 2009) Likes (0)
Hiya,
Just checking if it was eventually resolved in another thread? Or by yourself separately to us? Or by us over email with you? Or using our live support?
If so, no need to reply, that's great news.
If not, could you let us know by re-opening this topic, and we'll get onto it and helping you out asap!
Otherwise, happy days, glad you got it sorted :)
Thanks!
Become a member