but the date is still displayed on the View display of the content type nodes. On this content type only, the date field (date type) has disappeared from the "manage fields" CCK tab. The date field is still listed in the "display fields" CCK tab. Other content types on the same site are showing the date field in both places just fine. I've emptied the cache and rebuilt permissions.

When clicking on create content > news item, the new node does not have a date field.

Apologies if this is actually a CCK issue...

Drupal 5.5
CCK 5.x-1.6-1
Apache 2.2.4
PHP 5.2.4
MySQL 5.0.45
Timezone US/Pacific

Comments

karens’s picture

Status: Active » Fixed

This almost has to be coming from some other module that intervenes on that content type. Both CCK and Date will show up in the same way on all content types. If it disappears from the Manage Fields screen and in the edit form, it is likely from some other module that is manipulating the form for that content type (the Manage Fields screen comes from the form, too).

Every time anything like this has been reported in CCK, it has turned out to be another contrib module that is altering the form. Turn off other modules you have installed, one at a time, to see when the problem goes away and you have the culprit.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ducdebreme’s picture

I had exactly the same problem when after upgrading from D5.5 to D5.10
Before upgrade i had
- D 5.5
- CCK 5.x-1.7
- Views 5.x-1.6
- Date 5.x-1.8
- Faceted Search 5.x-1.0-beta1

After upgrading
- D 5.10
- CCK
- (all other modules disabled)

Have no idea yet ...
Stefan