Made a new node type w/cck text fields.. started having problems so I deleted it and started over to test. Now has just one ordinary text cck field.
What happens: create new node, key in something in title, body, and cck text field, save.
Only the title and body save.
Then if I click Edit, add value to the cck field and save, it saves.
Any idea what would cause this? I have other content types w/cck fields that do not seem to have this problem at all.
Got a feeling it's something obvious I've forgotten to do, but can't figure out what.
Comments
Comment #1
aharown07 commentedIf it matters, I do not have any kind of field permissions enabled.
Edit: oddly, if I hit Preview, it will show the field w/the value in it, but then when I save, the value does not appear in the node.. and when I hit Edit, the field is empty.
Add it again and save and it saves.
Comment #2
aharown07 commentedA little more info. This is actually happening in all my node types where cck fields are involved... and it effects all my cck field types.
Comment #3
yched commentedDo you have any 'actions' (as in trigger.module) assigned to node creation ?
Side note : there are no 'critical' support requests :-)
Comment #4
aharown07 commentedNope, no actions assigned to node creation.
... and hey, it's 'critical' to me :) If it's a bug, it sure seems like more people would have seen it by now. So I'm inclined to think something broke in my cck module last time I updated maybe?
Comment #5
tomtom122 commentedHi @all,
i have the same issue. I have also no actions assigned to node creation.
Comment #6
aharown07 commentedI attempted a complete uninstall and reinstall of cck and that pretty much wrecked my install... fatal errors. I'm guessing at some pt I corrupted my db doing module updates so I'm going to attempt to roll back to my last good backup and see if I can narrow down where it broke.
Comment #7
aharown07 commented@tomtom122
Are you using Ad Module by any chance? In my own case, the problem seems to begin occurring after installing an update of the Ad Module and then running the update.php, which errors.
Before that, my cck fields seem to work normally everywhere but in the Advertisement content type.
Comment #8
jeremy commentedThis appears to be a bug in the ad_channel and ad_weight_probability modules. Reviewing the issue here. I suspect you can mark this issue as duplicate.
Comment #9
jeremy commentedaharown07 and tomtom122 confirmed in #436234: CCK nodes do not save on initial creation when ad_channel or ad_weight_probability is enabled that the ad_channel and ad_weight_probability modules were to blame. Closing this issue, it was not a CCK problem.
Comment #10
yched commentedThanks for pinning this down.