Hello,
I downloaded the module and it worked fine with the first view I added services display. But when I made a new view and tried to add the path it didnt let me to save and it returned:
An AJAX HTTP error occurred.HTTP Result Code: 500Debugging information follows Internal Server ErrorResponseText:
It does that everytime I try to add a service display on a view. Any ideas???
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | services_views-2019891.patch | 803 bytes | lexfunk |
Comments
Comment #1
lexfunk commentedI am also seeing the same error, not sure why. Services Views that I have configured previous to installing the dev version seem to work just fine when enabling them as features.
Comment #2
lexfunk commentedThe issue happens to be in the views_plugin_display_services.inc file on line 137. The path to the services.resource_build function is wrong. Attached is a patch that should fix the path.
Comment #3
les limConfirmed -- setting this to RTBC.
Comment #4
ygerasimov commentedFile services.resource_build.inc has been moved to includes folder. Please update your services module.
Comment #4.0
ygerasimov commentededit