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

hbk’s picture

same problem

spydmobile’s picture

+1 same here

mudderklirren’s picture

Same 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.

jfhovinne’s picture

Same 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.

jebeaudoin’s picture

Same issue. Will downgrade views for the time being. Very odd.

giovannirinaldi’s picture

Issue summary: View changes

The 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

jmary’s picture

#6 did it.