Hello!

I was creating the 14th view of my website and, suddenly, cck fields stopped appearing on views.
I uninstalled lots of modules and, finally, I made a fresh install of Drupal. However, it happens the same.
Fields looked like this on the generated view:

<div class="views-field-field-contenido-nuevo-texto-value">
          <label class="views-label-field-contenido-nuevo-texto-value">
        Texto:
      </label>
                <span class="field-content"></span>
  </div>

The field is empty but, however, the associated SQL query works properly!

SELECT node.nid AS nid,
   node.title AS node_title,
   node_data_field_contenido_nuevo_texto.field_contenido_nuevo_texto_value AS node_data_field_contenido_nuevo_texto_field_contenido_nuevo_texto_value,
   node.type AS node_type,
   node.vid AS node_vid
 FROM node node 
 LEFT JOIN content_type_contenido_nuevo node_data_field_contenido_nuevo_texto ON node.vid = node_data_field_contenido_nuevo_texto.vid

That returns...

nid    node_title          node_data_field_contenido_nuevo_texto_field_contenido_nuevo_tex       node_type            node_vid
1      Content sample      Text to be shown                                                       contenido_nuevo         1

I tried with Views 2.8 and 2.10.
I use Drupal 6.16 and PostgreSQL 8.2, with only CCK and Views modules running.

Does it happens to anyone more?

Thank you in advance, greetings!

Javier

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.10 » 6.x-2.x-dev
Component: Views Data » Views Integration
Assigned: javiarauz » Unassigned

As per the submission guidelines.

javiarauz’s picture

Thank you so much, I didn't know how to set that info correctly.

Any idea about the problem??

javiarauz’s picture

I forgot it: the only fields being shown are title and body.
Greetings

javiarauz’s picture

Title: CCK fields not showing up on Views » CCK fields don't appear on Views
karens’s picture

Status: Active » Postponed (maintainer needs more info)

Not enough information to do anything with this report. No details on how to replicate the problem.

jkingsnorth’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further information from the original poster, so I'm going to close the issue. Please reopen with steps to recreate in the latest version if it is still a problem.