Views Data Export is no longer working with Eva 1.2. Earlier Versions of Eva and views data export worked perfectly together.

(They changed the eva view from entity content to eva field and with that change it is no longer working together)

I made an event registration like that here and wanted to add views data export to export the registrations into xls. Everything seems to be alright, but the xls is always empty.

CommentFileSizeAuthor
#6 view.txt14.45 KBjavier.drupal.2012

Comments

majorbenks’s picture

Title: Not working with eva (entity content) » No data exported
Priority: Normal » Major

Actually it is not working at all! No matter what I am doing, I do not get this module to export any of the data. Every file is just empty. I assume the problem is views 3.5.

32i’s picture

Can you check your watchdog for errors?
maybe there's errors like

1. Notice: Undefined index: title in views_fetch_base_tables() (line 4921 of sites/all/modules/views/includes/admin.inc).
2. Notice: Undefined index: options in views_plugin_display->get_plugin() (line 833 of sites/all/modules/views/plugins/views_plugin_display.inc).
3. Notice: Undefined index: uid in views_handler_field->get_value() (line 340 of sites/all/modules/views/handlers/views_handler_field.inc).

or similar? Are you using batched export?

majorbenks’s picture

I assume you mean the recent log entries report? Unfortunatly I can't see any error for views data export in the recent log entries report. I use batched export, but the other export does not work too. Drupal does not find the url if I try to use non batched export and the log shows this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/eeschweiz.ch/httpdocs/includes/common.inc:2613) in drupal_send_headers() (line 1243 of /home/httpd/vhosts/eeschweiz.ch/httpdocs/includes/bootstrap.inc).

steven jones’s picture

Status: Active » Postponed (maintainer needs more info)

Are you able to provide an export of the view configuration, I'm not sure what you mean by VDE working with EVA?

steven jones’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Sorry, not had a response for a long time.

javier.drupal.2012’s picture

Version: 7.x-3.0-beta6 » 7.x-3.0-beta7
Issue summary: View changes
StatusFileSize
new14.45 KB

Hi all,

I have been reding through the thread and I have the same issue. When I load the view, after some seconds, the answer is empty. Here you can find an export of my view. In my logs, there is not any message related to this module.

Any help would be great.

Thanks heaps!

m.stenta’s picture

[face palm] - I just spent a while trying to debug the same issue. Finally fixed it by clearing my site's cache.

ALWAYS CLEAR CACHE! Never forget.

Maybe this will help someone else. :-)