I've just noticed that when constructing a view and I add a Field, under "Content" I have 5 instances of " Content: Error: missing title
Error: missing help"
Is this connected to Views or CCK and does anyone have any idea how to remedy it?
Thank you for your help!
Victoria
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | cck-datetime-filter-err.JPG | 25.86 KB | Greg Savelieff |
Comments
Comment #1
niklp commentedI have the same. No idea what's caused this. The fields in question are of different types, as far as I can tell.
I'm using the latest dev of cck and views.
Comment #2
couloir007 commentedsubscribe
Comment #3
sandfurz commentedsubscribing
I have even 9 ... someone got more? :D
Comment #4
Greg Savelieff commentedThe same situation. I have 3. I think the count is the same as the count of "not standard CCK fields" for node type defined by user. I have 3 of them and I have 3 "Error missing title" fields.
Comment #5
niklp commentedGreg - this is potentially helpful information. Can you elaborate on what you mean by """not standard CCK fields" for node type defined by user" please?
Comment #6
Greg Savelieff commentedWell, I have a custom node type called 'super'. This node type has 5 CCK fields: 2 of them are 'standard cck fields' (I mean, just Text fields, they are going with CCK as far as I know), 3 others are Datetime fields, which are not standard CCK fields, I mean, this CCK Type is a part of Date module.
So, when I try to add new filter to my view, I can see correct checkboxes near the 'standard cck fields', not near other 3 Datetime fields. Near them I see 3 "pseudo fields" which are called like SUBJ and has a checkboxes near them.
See attachment, sorry, it is partially localized in Russian, but the wrong checkboxes are English and are marked by me. The text 'Содержание' means 'Content'. Sorry for my poor English too.
Using the latest dev cck, views, date.
Comment #7
Greg Savelieff commentedHmm, seems like my imagination was somewhere near the truth. The function views_fetch_fields() in views/includes/admin.inc can not fetch needed array about CCK field (in my situation - about all datetime fields).
I don't know what does it mean in context of "CCK+Views", but still debugging.
//update
Views module think it should use boolean filter type and fails on this. Maybe Date CCK reports incorrect filter information to views module? Still debugging.
//update
Well, seems there is no matter about Datetime field - it's all about filefield and imagefield modules. Something goes wrong when getting information about them in views.
So, I understood who is a bad guy, but //offtop here:// I still don't know how to include datetime filter in views.
Comment #8
victoria_b commentedBacktracking through my backups this bug seams to have only appeared when I upgraded to Filefield 6.x-3.0. I might rollback my work and not install the FileField update.
Comment #9
Greg Savelieff commentedMaybe move this to FIlefield?
Comment #10
victoria_b commentedIt appears that this error has already been documented in the ImageField Issues queue - http://drupal.org/node/443850.
Probably best to close this issue down as it isn't a CCK problem.
Comment #11
yched commentedOK, marking as duplicate. Thanks for pinning this down.