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.

CommentFileSizeAuthor
xml_view.png103.72 KBrayworld

Comments

blehrer’s picture

I am having the same issue with the git version of xml_views.

Rushwind’s picture

I 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.

bgm’s picture

Status: Active » Fixed

I 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)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.