I will have to investigate more, but on multiple test sites I'm getting lots of errors setting up view feeds - some from the heartbeat module (other too I will fix those), If you can offer any ideas or tips on this that would be cool.

Warning: include() [function.include]: Failed opening '/home/planetes/public_html/sites/all/modules/heartbeat/views-view-row-rss.tpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/planetes/public_html/sites/all/modules/activitystream/activitystream_flickr/PEAR') in theme_render_template() (line 1247 of /home/planetes/public_html/includes/theme.inc).

Comments

Sol Roth’s picture

Strange - I found a temp solution to this issue. On my test environment with only the newest dev version of views and the dev version of heartbeat (and dependent modules) when I created a feed view of any type and viewed it, it gave the error "failed opening ...heartbeat/views-view-row-rss.tpl.php". I copied the views-view-row-rss.tpl.php file from sites/all/module/views/theme and put it in the heartbeat module and now the error is gone and everything is working like expected.

Sol Roth’s picture

Component: Miscellaneous » Code
Category: support » bug
Stalski’s picture

I did not test RSS integration fully well. It worked for me in the most basic use case. It's only implemented in the dev version for now, until release.

So any help and directions on how to approach would be appreciated.

Stalski’s picture

Title: Warning: include() [Failed opening] » Did not find views-view-row-rss.tpl.php within heartbeat
Status: Active » Postponed

Any updates on this?

Stalski’s picture

Status: Postponed » Needs work

Wasn't there someone who was willing to patch heartbeat so it has an RSS template?

Stalski’s picture

Status: Needs work » Closed (cannot reproduce)

Can't reproduce the problem.

savioret’s picture

Issue summary: View changes
Status: Closed (cannot reproduce) » Active

Hello

I've been able to reproduce this trying to access the advanced forum feed as it makes use of views (I'm quite sure there are other paths to get the same issue, but I did it this way).

Open:
/forum/active/feed

This more or less the call stack I get


(Object view) advanced_forum_active_topics 
  >> views_plugin_display_feed 
    >> views_plugin_style_rss 
      >> views_plugin_row_node_rss ($row) 
        >> theme('views_view_row_rss') -> having :
                    $hooks = theme_get_registry(FALSE)
                    $info = $hooks['views_view_row_rss']
                    $info['path'] = sites/all/modules/ext/heartbeat 
                    $info['includes'][0] = sites/all/modules/ext/heartbeat/heartbeat.views.inc
           >> theme_render_template ( sites/all/heartbeat/views-view-row-rss.tpl.php )

Somehow heartbeat is a candidate to render a "view_row_rss" element.
Any idea of why ?