Ajax Errors
StephenFresh - July 28, 2009 - 01:46
| Project: | Views Bonus Pack |
| Version: | 6.x-1.x-dev |
| Component: | Views Export |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Using the "Bonus: Views Export" module after adding a new "Feed" display to my view:
when i try and set the style to csv file I get this error:
An error occurred at http://www.mydomainname.com/sp/admin/build/views/ajax/display/viewname/f....
when trying to set a path i get this error:
An error occurred at http://www.mydomainname.com/sp/admin/build/views/ajax/display/viewname/f....
I have seen this similar issue at http://drupal.org/node/346987 but that page implied it was fixed - what have I done wrong?
Any suggestions?
I'm using
D 6.13
Views 6.x-2.6
VBO 6.x-1.7
Bonus Views Export 6.x-1.x-dev
also tried Bonus Views Export first 6.x-1.0-beta4
among others

#1
I'm also unable to switch to the DOC or CSV type of feeds, although I'm not getting an ajax error. I select DOC or CSV, save, and it doesn't save, it stays as an RSS feed. I'm using 6.x-1.x-dev from July 23. Let me know if I can do any other troubleshooting.
#2
Ok, I've got some further information. This problem isn't happening with 6.x-1.0-beta4, but it is happening with the 6.x-1.x-dev version that was released in early July as well as the most recent version. It doesn't happen in all cases, I've got the same views on a different installation where there isn't a problem, but most of the installations we are working with on this project have this problem. Let me know if I can answer any other questions.
#3
One other change was that I did install a newer version of Views in the past week, I wonder if that is exacerbating the problem.
#4
Thanks Darrel - I don't know what else I can try maybe the 6.x-2.x-dev version of views as I'm using the 6.x-2.6 2009-Jun-10 version - but you said you had issues with that as well.
My errors were there when I tried the 6.x-1.0-beta4 2009-Jun-30 version as well - so maybe the problem lies with somewhere else?
Edit:
O.K tested without VBP enabled - I get the same error when trying to change a rss feed to display as a node when it says Missing style plugin.
#5
Hi,
I regret don't have good news for you, Stephen. I figured out the problem on my side. Somehow the file views_bonus_plugin_style_export.inc was not configured to be a file in our source code repository, and appears to be causing this problem. So, when I changed versions, and then tried it on a different install using a checkout from the repository, it still didn't work. I just noticed that this file wasn't checked in and investigated.
I don't know if this helps you, but make sure all the files are in the right place.
#6
Successful workaround!
As per this issue http://drupal.org/node/295246 I tested turning off Javascript in the views tools and it allowed me to add the csv export feed.
I attached it to the view page and downloads successfully.
I assume there is a bug somewhere in views 2.6 as per above page comments - hopefully will be found in later views updates.
Hope this works for you Darrel.