Is Views support broken?

I cannot get Views to display Image nodes. I have created the simplest view possible, a block with "List View", and only one field: "Image: Display Image" (tried different sizes), and no filters. This returns a list with items looking like this:

<li><div class='view-item view-item-image-selector-block'><div class='view-field view-data-image-nid'></div></div>
</li>

, i.e no content.

I also tried Full Node views, filtered by "Node Type: Image". This returns empty. Yes, I have created Image nodes, and i can view them sans Views, from the content management lists. Just not in Views.

Anyone else seeing this? Or should my Views be constructed in a special way?

Comments

sovietfunk’s picture

Has nobody but me seen this behaviour? What can I do to track down the problem?

sovietfunk’s picture

Ok, so far it seems that I'm the only one seeing this. Calm down everyone. Proceed to the nearest exit.
Will return if my next vanilla drup install does this too. Back to my module-laden monster to find some other way.

sovietfunk’s picture

Title: Image 5.x-1.5 + Views 5.x-1.6 broken? » Image 5.x-1.5 + Views 5.x-1.6 broken? No, it was i18n-related...
Status: Active » Fixed

I was just about to go utterly paranoid on this one. "Only person in the world with this problem", y'know.

And then I remembered that I hadn't tried if the i18n-language-selection filter was playing me a trick, it has happened with other views, seemingly empty.
And eureka, setting the views filter "i18n: Language Selection" to "All content. No language conditions apply" gave my view a new lease on life.

But why are my galleries still showing "There are 0 images in this gallery"?

Less of a problem now since i can construct a replacement using views.

Anonymous’s picture

Status: Fixed » Closed (fixed)