Active
Project:
Managing News
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 12:18 UTC
Updated:
20 Sep 2014 at 08:36 UTC
Jump to comment: Most recent
Hello,
I've updated the views module with the last release views 6.x-2.14 for critical security recommended on the 3rd november 2011 and since this action, my news box in the home dashboard are empty... so I downgraded to the following version ie the 6.x-2.12 version and my news boxes are now working normally... So what next ?
Comments
Comment #1
hbk commentedsame problem
Comment #2
spydmobile commented+1 same here
Comment #3
mudderklirren commentedSame problem here - one of our pages has multiple views attached, and the page only works when only one view is active. Seems like only the last theming template is effective, so the output from the other views is inactive.
Comment #4
jfhovinne commentedSame problem here, so downgraded to views-6.x-2.13.
Home boxes are now working as before the update to views-6.x-2.16.
Comment #5
jebeaudoin commentedSame issue. Will downgrade views for the time being. Very odd.
Comment #6
giovannirinaldi commentedThe issue can be removed by correcting the line 54 of file mn_boxes_feed.inc:
the code
$output = $view->execute_display();
has to be modified in this way
$output = $view->execute_display($view->current_display);
This change work well with views 2.14 and 2.16
Comment #7
jmary commented#6 did it.