Closed (duplicate)
Project:
ImageField
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2008 at 17:25 UTC
Updated:
11 Mar 2009 at 00:33 UTC
I suppose that this is caused by imagefield?
I have a field in cck that uploads an image. I can select an image and I can upload it. It is then in the folder where it is supposed to be. But after saving the cck node at the end of the cck form, the thumbnail in the cck form is gone, and the image is also not shown on the node.
Does anybody have a clue why this can happen. It worked fine a month ago, but now it doesn't. I upgraded to the newest versions of Imagecache, CCK, Imagefield and so on.
Thanks in advance
Comments
Comment #1
no2e commentedCan you see the uploaded images after clearing Drupals cache or re-editing the node?
If so, this might relate to http://drupal.org/node/309509
Comment #2
clown10 commentedNo, I can't. I tried everything I could think of, but the images are never shown.
So then I set up a complete new installation with the same moduls and versions and it works. But I really don't want to build the whole site again with all the content.
Comment #3
rene_kapusta commentedi have quite the same problem. the image is saved and there is a thumbnail in the admin -- but the title/alt/description text is not saved in the database (i also updated all related modules to the current version running D6.4)
i discovered also some strange things in imagefield.install...
--> should it maybe: 'serialize' instead of 'serlialize'?
--> the functions in the same file are named: _imagefield_update_6001_*_operation -- the functions above do not exist :(
loaded data from dev module in a node:
--> width and height are not correct and i suppose there should be the title/alt/desc. strings...
cheers,
rene
Comment #4
pierremarcel commentedI had the same problem, but my problem was with lightbox2. I don't know if you guys are using it (lightbox2) but if you are, update it to the dev version.
Now for me CCK>>imagefield >>imagecache>>lightbox2 working great!
I hope this will help.
Pierre
Comment #5
rene_kapusta commentedi don't use lightbox, but after i deactivated "FileField Meta" it's now working (i also de-/reinstalled other modules, but "FileField Meta" seems to be the main problem)
Comment #6
chellman commentedI can confirm that disabling FileField Meta got alt text working for me.
Comment #7
mecano commentedsubscribing
Comment #8
openmind commentedHi Guys,
I had the same problem. Disabling FileField Meta got alt and titles working for me. Though I would really like to use FileField Meta as well.
Any ideas on how to get them playing nicely?
I'm using....
Drupal 6.6
CCK 2.21
FileField Meta 6.30
Kind regards,
Chris
Comment #9
possum4all commentedsubscribing
Comment #10
drewish commentedmarked #332025: Custom Alternate Text, title and description content not shown when editing node and #352568: alt text, description, and title do not get written to database as a duplicate.
Comment #11
quicksketchThis is already fixed in #310126: Filefield Meta erasing file descriptions. It'll be corrected in the next release of FileField.