Hi all,

I'm a new user, so forgive me if the answer to this is already available - I have tried and failed to find it.

I initialy created a new content type using some CCK custom fields. These appear as available options in views, great!

I have since tried to create another custom type as well as adding another field to an existing content type, however no matter what I do I can't get them to show up in the field options for views. The original ones are still available, these have not dissapeared.

Is there something I need to do to enable these? Or is there something I might have done which makes them unavailable? I've spent many hours trying to get these to show with no luck...

I have drupal 6.2 installed, as well as the following modules:
advanced help 6.x.1.0
cck 6.x.1.0
date 6.x.2.0
link 6.x.2.1 beta4
views 6.x.2.0 beta3

Thanks very much in advance,
Citrus

Comments

citronized’s picture

Did you already have a look at phpMyAdmin?

You should have your newly added fields in a table named something like content_yourfieldname.

visionmark’s picture

Also make sure you go to your theme page to clear your cache and empty all your cache tables from phpMyAdmin. I had this problem too but I just needed to clear the many caches.

citrustree’s picture

Thanks both for your help. Clearing the cache sorted it by magic!

Thanks again.