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
Comment #1
merlinofchaos commentedAs per the submission guidelines.
Comment #2
javiarauz commentedThank you so much, I didn't know how to set that info correctly.
Any idea about the problem??
Comment #3
javiarauz commentedI forgot it: the only fields being shown are title and body.
Greetings
Comment #4
javiarauz commentedComment #5
karens commentedNot enough information to do anything with this report. No details on how to replicate the problem.
Comment #6
jkingsnorth commentedNo 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.