Needs work
Project:
Statuses (Social Microblog)
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 02:35 UTC
Updated:
17 Mar 2015 at 04:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
icecreamyou commentedIt looks like Statuses views can actually use the default RSS style plugin this time around, which means this issue now simply requires replacing the old feed display from the views that still have it (statuses_all and statuses_tags) with the new feed display. An example export is below (although we need to fill out the fields better):
Adding the new feed displays depends on #1779234: Convert default Views exports to Views 3 syntax, although the real "bug" here is the old/broken feed displays so I'd be fine with removing those separately. Untested patch attached to do so.
Comment #2
mathankumarc commentedViews is not happy with this patch. Getting the following errors after applying this patch,
Notice: Undefined property: stdClass::$display_plugin in view->init_display() (line 282 of views/includes/view.inc).
Notice: Undefined property: stdClass::$display_plugin in views_get_applicable_views() (line 1306 of views/views.module).
Notice: Undefined property: stdClass::$display_plugin in view->init_display() (line 282 of views/includes/view.inc).
Comment #3
icecreamyou commentedWhat I did to get the patch in #1 was look at the diff between the exported view in D6 with and without the feed display. I guess a better way would be to just edit the view in D7, remove the feed display, and then export it using the Views 3.x format.
Comment #4
icecreamyou commentedMarked #1904022: statuses_rss in views_plugin_list as duplicate
Comment #5
semei commentedI still get this error with the latest dev. Isn't there any clean way yet to resolve the issue?
Comment #6
kebz commentedI just now got these "strict warnings" below. The only thing I did prior to is install and enable these modules:
=================
STRICT WARNINGS
=================
Comment #7
kebz commentedI just disabled the "Statuses Tags" module for now
Comment #8
ed523 commentedI too am experiencing this and fixed it by disabling statuses tags which is too bad. There's this https://www.drupal.org/project/hashtags but it says it's a way to add hastags to nodes and statuses aren't nodes...