Hi,
I created a custom content type with a bunch of custom fields in it. My problem is, whenever a user tries to edit the fields, the content submitted to the fields won't save.
Every time i try to update the content, it comes up with this error:

"user warning: Unknown column" after this, it lists every field with either the inputted data or 'NULL' if left empty.
at the end it adds
"WHERE vid = 11 in /home1/promosea/public_html/modules/cck/content.module on line 1213."
And nothing saves. Nothing shows up, and when i try to edit the content, everything has defaulted back to blank. Is there a reason for this and how do i fix it?
Using Drupal 6.17

Comments

jax_rox’s picture

to clarify, the start of the error warning says:
"user warning: Unknown column 'field_mobile_value' in 'field list' query: UPDATE drp_content_type_uprofile SET vid = 11, nid = 11, "

adamelleston’s picture

I got the same issue.

I have a content type with about 30 cck fields and just a single field stopped working

Luckily it happened on a dev site with no real data so took the following steps

1. Upgraded to 6.x-2.9
2. Deleted field
3. Recreated field

Seems to have worked.