Closed (won't fix)
Project:
Image
Version:
5.x-1.9
Component:
image.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 15:03 UTC
Updated:
6 Mar 2010 at 19:38 UTC
I read http://drupal.org/node/340096, but it redirects to a different thread on image module 5.2. I am using v5-1.9.
I am using the GD library. I can add images to a new CCK content type (created after the upgrade) and they display; but a CCK content type that was created in 4.7 will not display the images after the upgrade.
However, images do display on the edit screen, after being uploaded.
Comments
Comment #1
sunAre you sure you are referring to Image and not ImageField module here?
Comment #2
mattrweaver commentedI have image, image attach, image gallery, image import and imagemagick adv. options. I have not installed imagefield.
Comment #3
sunAnd your CCK content-type is NOT named "image" internally? If it is, then you need to rename it.
Comment #4
mattrweaver commentedMy content type is named "eresource".
Comment #5
mattrweaver commentedAnd images used to appear in them.
Comment #6
Hetta commentedCan you see newly created images? If so, compare their path (in table "files") to the path of one or the other old image. Any difference?
Comment #7
mattrweaver commentednewly created images appear just fine. And the paths are the same:
http://www.mysite.org/files/images/newimage.gif
or
http://www.mysite.org/files/images/newimage.thumbnail.gif
If I enter these urls in a browser URL window, old, new and thumbnail images appear.
I have looked at my settings for the CCK content type and images are enabled, all that stuff. It's really quite baffling at this point.
mrweaver
Comment #8
Hetta commentedNot the paths in your browser. The paths in your _files_ table. In the database. Use phpmyadmin or similar to check that.
Comment #9
mattrweaver commentedThe paths go to the directory where the images reside.
Comment #10
Hetta commentedAre the two (old and new) paths identical except for the "whatever.jpg" and "whatever-else.jpg" bit?
Comment #11
sunSorry, without further information this issue can only be marked as won't fix.
Feel free to re-open this issue if you want to provide further information. Thanks.