I've decided to upgrade views & cck to latest stable versions for Drupal 5. The problem is that most of the views stopped working.
After the upgrade cck fields that are not shared between multiple content types are no longer stored in node_data_field_* tables but as a column in content_type_*.

Views totally ignore that - throw nasty 'Unknown table node_data_field_xxxx in field list' errors.
Recreating view does nothing - I can't select those fields.

Any ideas? Except creating an extra content type sharing all the cck fields

Comments

Etanol’s picture

Solved

CCK and Views got to be in the same directory for the cck views integration to work.

ie. if you have

/sites/all/modules/views
/sites/domain.tld/modules/cck

it will not work despite both being included.