Closed (fixed)
Project:
Date
Version:
4.7.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2007 at 15:54 UTC
Updated:
12 Feb 2007 at 11:16 UTC
I upgraded to latest submit of the module, run update.php and found all dates missing in my site. When going to update nodes, the correct date where there. So by inspection I saw that the date field (which I called "when") variable had in field_when[0]['value'] the correct ISO date, but there was no field_when[0]['view'] (and nothing else, for what matters). I tried updating the node, but no change happened. I tried creating a node from scratch, but found the same problem. I tried various things (fiddling with site's date configuration, the display options of the field, site's localization, changing widget etc) but still no dates displayed.
Comments
Comment #1
karens commentedAre you seeing this on 4.7?? There was a bug in CCK 5.x that was causing this behavior which has since been fixed. The date module doesn't really control this. If this was 5.x, update to the latest snapshot version of CCK and things should look OK again. If it is 4.7, I have no idea what would make it behave this way, so report back and I'll mull it over.
Comment #2
redsun82 commentedNo, I'm running 4.7, and latest version of CCK. Date is the only field affected. I also tried to change other things (requiredness, muliple values, tried to create a date field from scratch, thinking maybe only the updating of already existing fields was affected), and still get just values without display. When creating a view and using the long-medium-short formats I get the desired results (but I guess those displays are computed directly from the ISO value...). I'm available for any additional info on my site's setup.
Comment #3
Jensor commentedThanks KarenS,
the hint with the update of the cck to the development snapshot works for me.
Comment #4
redsun82 commentedUpgrading to the development snapshot of CCK solved the problem for me also. Thanks! I'm changing status to fixed.
Comment #5
(not verified) commented