Closed (works as designed)
Project:
Views data export
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2010 at 11:50 UTC
Updated:
19 Sep 2011 at 10:04 UTC
Views6-3-dev + ViewsDataExport6-3-dev, fresh Drupal6 installation:
Fatal error: Class 'views_plugin_query_default' not found in [...]/views_data_export/plugins/views_data_export_plugin_display_export.inc on line 714
I have no similar problems with D7 versions
Comments
Comment #1
steven jones commentedThat will teach me for back-porting and not testing.
Fixed in http://drupal.org/cvs?commit=459904
Comment #3
enboig commentedI just downloaded de 2011-Apr-09 version and the error is back.
Comment #4
lucuhb commentedI have this error for the 6.x-3.0-beta5 version too.
When search in Views module, the views_plugins_query_default doesn't exist in the las 6.x version (6.x-2.12), but exists in the 7.x version.
Comment #5
steven jones commentedYou need to use the 2.x version of this module with the 2.x version of views, and the 3.x version with the 3.x version of views.
Comment #6
lucuhb commentedI tried with 2.x version of Views data export and now it is OK with my Views 6x.2 version. Thanks.