When I debugged it, it seems that the formatter for textfield became the image formatter, although is seemed 'normal' under admin/content/node-type/xxx/display Re-saving that page solved the problem.

I'm not sure if it's an imagefield or CCK bug (CCK--6-2.2). Might be even that it happened only on my system for on-known reason? donno - anyway, I've decided to report - maybe others have this issue as well.

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)

This was probably caused by a bug in the beta2 version I believe. This patch caused the problem: #320382: Make "Image" the Default Formatter, but it was fixed in beta3 with this patch #407916: FileField defaults Display to Image when ImageField installed.