My site is www.feedfry.com.
I'm running drupal 4.7 with a handful of modules included News Feed. I downloaded the latest CVS tonight.
I created an aggregator category called "The War in Iraq" and added 2 feeds to that category. One is CNN and the other is Fox News. Then, I created a News Page with a filter word "iraq" and published it. I opened the page. When I click on the orange XML icon at the bottom of the news feed page (http://www.feedfry.com/?q=news_page/feed/2/admin/21232f297a57a5a743894a0...)
I get this error:
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.ishtar/feedfry/feedfry.com/modules/user.module on line 349.
* warning: implode() [function.implode]: Bad arguments. in /home/.ishtar/feedfry/feedfry.com/modules/user.module on line 349.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /home/.ishtar/feedfry/feedfry.com/includes/database.mysql.inc on line 120.
You are not authorized to access this page.
I expected to see an XML feed of my News Page articles.
The feed at the bottom of this page works fine: http://www.feedfry.com/?q=aggregator
The feed at the bottom of this page does not: http://www.feedfry.com/?q=node/2
Comments
Comment #1
ben finklea commentedThis might be the same issue as posted here: http://drupal.org/node/70564
Comment #2
robert castelo commentedI've uploaded a new version - wait until tomorrow to download, or get it directly from cvs.
Comment #3
ben finklea commentedGreat job! It seems to be working now. Check it out:
http://www.feedfry.com/?q=news_page/feed/6
Thanks!
It does raise another question that I'll post as a feature request.
Comment #4
robert castelo commentedComment #5
robert castelo commented