Fatal error: Call to undefined method views_node_feed_plugin_style_feed::attach_to() in /xxx/sites/all/modules/views/plugins/views_plugin_display_feed.inc on line 195
Reproduce:
1. Create a view node feed with the following for the node template.
print $node->title;
2. Select the style for the view. Currently using an RSS view. Maybe this is the issue?