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

CommentFileSizeAuthor
#6 cck-datetime-filter-err.JPG25.86 KBGreg Savelieff

Comments

niklp’s picture

I 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.

couloir007’s picture

subscribe

sandfurz’s picture

subscribing
I have even 9 ... someone got more? :D

Greg Savelieff’s picture

The 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.

niklp’s picture

Greg - this is potentially helpful information. Can you elaborate on what you mean by """not standard CCK fields" for node type defined by user" please?

Greg Savelieff’s picture

StatusFileSize
new25.86 KB

Well, 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.

Greg Savelieff’s picture

Hmm, 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.

victoria_b’s picture

Backtracking 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.

Greg Savelieff’s picture

Maybe move this to FIlefield?

victoria_b’s picture

It 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.

yched’s picture

Status: Active » Closed (duplicate)

OK, marking as duplicate. Thanks for pinning this down.