Hi,

I've spotted that descriptions for images of ImageField are not being saved anymore. Actually I catched this after latest security update of FileField to 3.5 - may be these issues are connected.

Could you help me please and check it out?

Also crossposted:
* #832260: LinkImage values aren't saved
* #832256: Default URL not overriden, URL for LinkImage not saved

Comments

Anonymous’s picture

I'm seeing this as well.

wayfarer_boy’s picture

Category: support » bug

Same problem here - using:

Drupal 6.17
ImageField 6.x-3.3
FileField 6.x-3.5
CCK 6.x-3.x-dev

Like kettari, it occured after recent FileField update. The database update doesn't reflect the text entered in the description field, instead updating with a blank description. I'm using an unlimited quantity image field (no list option, description field on).

kettari’s picture

I'm using:

Drupal 6.17
CCK 6.x-2.7
FileField 6.x-3.5
ImageField 6.x-3.3
LinkImage 6.x-1.0-beta2

Problem with LinkImage field temporary solved by disabling FileField-Meta (see http://drupal.org/node/832256#comment-3113194), it works for me, but I need image descriptions so some kind of fix is still required.

scott m. sanders’s picture

Likewise so subscribing.

scott m. sanders’s picture

Disabling FileField Meta 3.5 allows ImageField to save data again for me too.

I do not have LinkImage but do have the others. I reported this to FileField.

harcher’s picture

I need filefield meta so I can't disable it.

This seems to be a problem with FileField_Meta 6.x-3.5

Need a fix please.

quicksketch’s picture