nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Assigning the return value of new by reference is deprecated
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm)
View previous topic :: View next topic  
Author Message
Guardian
webmaster


Joined: Dec 25, 2005
Posts: 364
Location: Vsetin, Czech Republic

PostPosted: Tue Jun 25, 2013 2:20 am    Post subject: Assigning the return value of new by reference is deprecated Reply with quote

This effects RavenNuke version 2.5+ (and any earlier versions that use nukeFEED)

Depending on your error reporting level and the version of PHP you are using you may experience errors being reported within the nukeFEED administration area and also the feed side block.
Most errors indicate the problem file is includes/xmlrpc/xmlrpc.php, which is not in fact the cause.

The error is being report because '&' (the ampersand symbol) is used in PHP to pass an object to a method or assign a new object to a variable by reference.
This is deprecated in PHP 5 because PHP 5 passes all variables by reference by default.

The solution is to do a mass replace in the file includes/SimplePie/simplepie.inc
Search for "=& new" (without the quotes) and replace with "= new" (without the quotes.

If you do not experience this error, do NOT edit your file because the chances are high you may be using PHP4 and the change will break the script.
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeFEED (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.12 Seconds