Using Views version 5.x-1.6-beta5, the indicator of whether a view has a feed appears to have changed compared to where the Feedburner module expects it to be... it is in views_arguments instead of views_views. So I changed line 581 (in my copy) to

$result = db_query("SELECT url, page_title FROM view_view v join view_argument a on v.vid = a.vid WHERE a.type like '%_feed'");

The url is not quite right, but it at least gets the view on the list of options.

Comments

dave reid’s picture

Title: limit blog list to users who have blogging permission » Views Feed Arguments has changed
Assigned: Unassigned » dave reid

Changing title to reflect issue and just to let you know I'm working on it.

dave reid’s picture

Title: Views Feed Arguments has changed » Views integration
Version: 5.x-1.x-dev » 6.x-1.x-dev

Trying to get this to work in 6.x first properly, then will backport to 5.x.

nsputnik’s picture

I assumed this would work with the feed the views generates, it does not.

benstallings’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.