Closed (fixed)
Project:
XML Views
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 13:06 UTC
Updated:
11 Aug 2011 at 19:11 UTC
Instead of "query settings" i can see "Distinct: No". So i can't put my xml url and i can't work with xml_views.
I use a fresh drupal 6.20 instalation with Views 3 alpha, and the cvs version of xml_views. I don't know what i'm doing wrong...
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| xml_view.png | 103.72 KB | rayworld |
Comments
Comment #1
blehrer commentedI am having the same issue with the git version of xml_views.
Comment #2
Rushwind commentedI ran into the same problem, and ended up figuring out that XML Views will only run against Views-6.x-3.x-dev (not Views 2 and not any of the alpha tags).
The version of XML Views retrieved from git did not matter; I checked the diffs and the recent changes are unrelated to the settings screen.
Once I installed the correct version of Views, I can now see the "Query settings" field.
I have not tried running XML Views against Drupal 7.
Comment #3
bgm commentedI also ran into this issue, and to be more precise, you must have the views 6.x-3.x version from git:
git clone --branch 6.x-3.x http://git.drupal.org/project/views.git
The 3.x-alpha relelase is very old and should not be used. (although, using the 6.x-3.x git version of views is not recommended, since it is not supported by the community, you should use the 7.x-3.x version if you want something more stable and supported)