I set up a new content type to use the Common Syndication Parser only. (Simplepie not enabled) I have PHP 5.
When creating the content type, I checked the box "Is a feed content type."
After creating the content type, I went to create a feed using it. All the feedapi options were there, but after creating the feed, there were no "feed specific" options, such as refresh, or go to site, etc. In other words, it doesn't seem to be recognized as a feed content type.
I used the exact same procedure as I did to make a Simplepie parser, except for choosing the Common Syndication Parser instead.
What am I doing wrong??
Comments
Comment #1
BioALIEN commentedI am having the same issue along with many others. There seems to be big problems with FeedAPI parsers.
Setting issue to duplicate of #263341: Common syndication parser fails to parse some valid feeds
Comment #2
iqbal.pakistan commentedYou have not downloaded the library of simplepie in place it in sites\all\modules\feedapi\parser_simplepie. Do it and your problem will be solved
Comment #3
zoon_unit commentedWrong.
Reread my post. My problem isn't with Simplepie, it's with the Common Syndication Parser that is included in the feedapi module.
I HAVE downloaded Simplepie and that parser works fine.