I am working on a site that uses Drupal to manage a catalogue of museum objects. I inherited a mostly finished D5 site, which I have been upgrading to D6, and trying to finish off as I go along.

I have come to a problem where when an object node is saved, I get some errors that I do not understand, and all the taxonomy terms for the object are wiped out. Can somebody point me in the right direction to start debugging this edit form?

slide 1: the object node page before saving the edit form
slide 2: the object node page after saving the edit form, including errors
http://imgur.com/a/eZrKo#IyDCw

http://artworld.uea.ac.uk/testing/artworld_catalogue/painting-qing-copy-...

Comments

pbarnett’s picture

Looking at the error messages, it would appear that the following fields are not set when the form is saved -

  • field_description_author
  • field_technique
  • field_environment
  • field_specific_discovery_site

Why, I couldn't say - but that's the problem!

charleyramm’s picture

Thanks for taking a look Pete. I will have to do some homework on form fields. Hopefully there is something on the subject in Pro Drupal Development.

Charley