JoomlaWorks Community Forum

LOGIN
Welcome to the JoomlaWorks Community Forum | If you have a question, please search before posting!

Author Topic: new deprecated error code with rss feed.   (Read 2011 times)

Offline arcee123

  • Newbie
  • *
  • Posts: 1
    • View Profile
new deprecated error code with rss feed.
« on: May 20, 2012, 03:10:11 PM »
greetings,
I am receiving this code:
Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/trekfederation.com/iftbeta/modules/mod_jw_srfr/includes/simplepie.php on line 731

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/trekfederation.com/iftbeta/modules/mod_jw_srfr/includes/simplepie.php on line 1098

This code repeats itself throughout the module for what it appears to be each article.

Thank you.
Signatures appear only for members with more than 30 posts

Offline jaacek323

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • star-marketing
Re: new deprecated error code with rss feed.
« Reply #1 on: May 21, 2012, 01:44:48 PM »
im having the same error
Signatures appear only for members with more than 30 posts

Offline smurfslayer

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: new deprecated error code with rss feed.
« Reply #2 on: July 30, 2012, 08:44:06 PM »
I got the error as well, it was the 3rd post install error.  The first 2 I found hints to here, this one I didn’t and didn’t see an obvious answer to. 

I disabled the srfr and within 1/4 the time I spent on it, used iWeb to create exactly the page I wanted, wrapped it in an iFrame menu item and had it in my users hot little hands.  I dislike having to use more than one app to publish, but as near as I can tell there is simply no plug and play option that doesn’t require you to modify some file somewhere in the core install, or produce some basket full of errors, or only displays a single column, etc., etc.

For those of you having problems like this, consider building the page outside Joomla and wrapping it in the template. 
Signatures appear only for members with more than 30 posts

Offline apoel15

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • barrio de praga
Re: new deprecated error code with rss feed.
« Reply #3 on: August 02, 2012, 01:37:34 AM »
For sure is a problem
Signatures appear only for members with more than 30 posts

Offline Piston

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: new deprecated error code with rss feed.
« Reply #4 on: August 12, 2012, 06:49:44 PM »
happened to me when I used this feed URL:

http://sercblog.si.edu/?feed=rss2 [nofollow]

I removed the ==rss2 and it works without error now.

final URL is this:

http://sercblog.si.edu/?feed [nofollow]

maybe this will help you guys as well as help authors fix small bug
Signatures appear only for members with more than 30 posts

Offline nsimms

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: new deprecated error code with rss feed.
« Reply #5 on: August 23, 2012, 03:31:50 PM »
In Simplepie.php , I did 'a find and replace all' on "& new" , replacing it with "new". It seemed to work.

My logic was the suggestion to replace ampersands which came up in
http://www.gavick.com/forums/114/joomlaworks-simple-rss-feed-reader-13021.html [nofollow]

 , combined with the specific reference to new in the error message

"Deprecated: Assigning the return value of new by reference is deprecated "
Signatures appear only for members with more than 30 posts

Offline srosa

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: new deprecated error code with rss feed.
« Reply #6 on: December 12, 2012, 09:22:34 PM »
I'm upgrading (finally) one of my 1.5 sites and I'm running with J2.5.8.  I came across this same problem with the JoomlaWorks Simple RSS Feed Reader.

I did try replacing all references to "& new" to "new" in simplepie.php and that seemed to work.  Another thing that worked for me was to replace simplepie.php that comes with the module with the simplepie.php used by core Joomla (libraries/simplepie/simplepie.php).

JoomlaWorks appears to be using simplepie version 1.1.3 while Joomla core is using 1.2
Signatures appear only for members with more than 30 posts

Find this topic helpful? Why not share it with others?