After upgrading a site from Drupal 5 to 6. When creating/editing a node of my custom type, CCK fields are not saved, but only standard node ones (title and body).
Here is what I have:
- Custom module based content type
- Some CCK text fields
- A File field
- Two image fields
- A Link field
After some time trying to fix this, I discovered it works when I disable link module. Disabling filefield and imagefield modules doesn't.
Comments
Comment #1
recidive commentedThis is duplicate of #318277: Null value error when creating a new node with an empty link URL. Just saw the sql errors in logs.