After creating a feed using with the simplepie parser, the associated view does not return any results. Here is an example:
http://lis.luther.edu/feed-item/2757
If I go to the view itself, I can see the results, but only after I filtered result to include only the "feed-item" content type I created. I also cannot list the FeedAPI title, node or item URL in table mode.
Comments
Comment #1
gjerdery commentedadding that http://lis.luther.edu/feed-item displays all items from all feeds.
Comment #2
aron novakhttp://lis.luther.edu/feed-item
I've got 404 to this one.
Do you actually see the item nodes under admin/content/node?
Do you use the built-in views?
Did you modified the built-in views?
Comment #3
gjerdery commentedSorry about that 404 -- it looks like I did modify the view after submitting the original message. I've done a variety of tweaking with the built-in "feeds" view in an attempt to get the display to work -- and am afraid I don't remember what the fresh default looks like.
Feed items are being imported into nodes -- here is an example: http://lis.luther.edu/node/2846.
Here is the main node for the feed: http://lis.luther.edu/node/2757
The link to "Feed items" on the above page reports that no feed items are found.
Below is an export of the current view which now does display all content, from all feeds (at the moment there is only one feed) at http://lis.luther.edu/feed-item
Thanks!
Comment #4
gjerdery commentedComment #5
gjerdery commentedI'm now wondering if a table did not get added correctly on install. I discovered a slew of PHP errors in my log file that read as below. I disabled FeedAPI for the time-being ... and that cleaned up the errors.