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

steven jones’s picture

Status: Active » Fixed

That will teach me for back-porting and not testing.

Fixed in http://drupal.org/cvs?commit=459904

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

enboig’s picture

Status: Closed (fixed) » Active

I just downloaded de 2011-Apr-09 version and the error is back.

lucuhb’s picture

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

steven jones’s picture

Status: Active » Closed (works as designed)

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

lucuhb’s picture

I tried with 2.x version of Views data export and now it is OK with my Views 6x.2 version. Thanks.