It appears that the new version of SimplePie will only supply the first Tag of a feed item. I'm hoping it was just overlooked by the SimplePie developers when they moved Categories into an Object, but I certainly could use some support at the thread on their forum at http://simplepie.org/support/viewtopic.php?pid=3702#p3702 as I'm really not sure if I'm mis-understanding them.

In the meantime here is a patch to SimplePie.inc to remove the new function and use the old function for get_categories. I tested it and it seems to work fine with Simplefeed when rolling back the last revision of simplefeed_item.module to revision 1.39. Revision 1.40 included changes to support the new class object in SimplePie.

I also posted a comment to the RSS & Aggreagation group on the post "What are you using an aggregator for?" at http://groups.drupal.org/node/4892#comment-14967 to help support the module.

CommentFileSizeAuthor
simplepie.inc_.patch2.33 KBJHeffner

Comments

JHeffner’s picture

The latest version of SimplePie fixes this issue and is available at http://svn.simplepie.org/simplepie/branches/1.0/simplepie.inc . It is scheduled to be released as 1.01 this weekend per the conversation at http://simplepie.org/support/viewtopic.php?pid=3716#p3716 . Great Job to the SimplePie developers for fixing this bug so quickly. The attached patch can be ignored, and the new version of simplepie.inc should probably be committed.

m3avrck’s picture

Status: Active » Fixed

Ok now using SimplePie 1.0.1 -- please confirm this is now fixed :-)

JHeffner’s picture

Status: Fixed » Closed (fixed)

officially confirmed :-)