soledad penadés
repeat 4[fd 100 rt 90]

Fix for the notice errors on simplepie.inc line 5463

If you have errors like these ones

locate the function get_enclosures(), then add this before anything else:

foreach(explode(',', 'url,type,length,bitrate,channels,expression,framerate,height,lang,medium,samplingrate,width') as $var_name)
{
        $$var_name = null;
}

This is for version 1.1!

I would post this in their support forums if only I hadn't to sign into yahoo groups and register to their support forums which obviously are for members only.

I also read that Ryan, one of SimplePie's developers, is working two full time jobs - it didn't sound very nice to me, so I hope this helps him alleviate from answering some questions. And by the way, Ryan, feel free to incorporate that code into simplepie if you think it's good enough :-)

// 2 responses to Fix for the notice errors on simplepie.inc line 5463

Ryan Parman
Ryan Parman
20080307

Thanks for this, but this issue has already been fixed on the branch and trunk builds, and SimplePie 1.1.1 will be out shortly to resolve this. :)

And I'm back down to one full-time job now (thankfully), but I own my own company, and that still keeps me very busy. :)

sole
sole
20080308

Oh that's great :)

I usually check svn versions but I was in a rush today… I'll have an eye on the next version, thanks!

Feel free to leave a reply

Comments are moderated: Rude and offtopic ones are out!