Closed (won't fix)
Project:
Views Datasource
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2011 at 03:39 UTC
Updated:
5 Nov 2013 at 22:35 UTC
Jump to comment: Most recent
Comments
Comment #1
Charles Herring commentedI have the same issue. 500 error is generated by an out of memory condition.
Comment #2
anthonylindsay commentedFor really large datasets, https://drupal.org/project/views_data_export is your man. Alas, it won't do JSON. But it will do XML, if you can parse that.
Views datasource is geared towards smaller datasets.
You can also try the Services module, but I guess it will have similar memory problems to this module.
Comment #3
anthonylindsay commented