0
votes

Drupal 6:

I have a content type and it has multiple CCK fields: one user reference field, one node reference field, one taxonomy field, 4 text fields & 2 date fields.

It was working just fine until yesterday, but when I create content now, not even one entry is coming to the page except default boy area input & title.

It's really weird for me as this has never happened.

Does any body have any idea why this is happening?

1

1 Answers

0
votes

Possibilities:

  1. Permission to see the fields.
  2. Go to manage tab of the content type and see if you can see the fields.
  3. Use print_r($node->field_machine_readable_name); in body or teaser.
  4. Use devel module.