Closed (duplicate)
Project:
ImageField
Version:
6.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2010 at 18:58 UTC
Updated:
27 Jun 2010 at 17:48 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedI'm seeing this as well.
Comment #2
wayfarer_boy commentedSame 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).
Comment #3
kettari commentedI'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.
Comment #4
scott m. sanders commentedLikewise so subscribing.
Comment #5
scott m. sanders commentedDisabling 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.
Comment #6
harcher commentedI 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.
Comment #7
quicksketch#834018: Data serialized in a field's data column is lost after field_file_load if filefield_meta in use