Closed (fixed)
Project:
DraggableViews
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2008 at 22:17 UTC
Updated:
20 Aug 2009 at 21:48 UTC
With the changes to Views API in the latest version (as of 12 Sep 08) will Draggable Views break? I don't want to upgrade until I know that this will still work.
Thank you.
Comments
Comment #1
meppy commentedI can confirm that the latest version does indeed break Draggable Views, I had to upgrade to fix another problem with CCK.
Comment #2
meppy commentedThe error I get is:
Fatal error: Call to a member function uses_fields() on a non-object in /home/mepppen3/public_html/drupal/sites/all/modules/views/includes/view.inc on line 556
That line is in the middle of this bit of code:
$this->init_style();
if ($this->style_plugin->uses_fields()) {
$this->_build('field');
}
Comment #3
crizYes, I can confirm this.
Comment #4
crizI mark it as duplicated. See http://drupal.org/node/307463.
cheers.
chris
Comment #5
sevi commented