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

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Are you sure you are referring to Image and not ImageField module here?

mattrweaver’s picture

I have image, image attach, image gallery, image import and imagemagick adv. options. I have not installed imagefield.

sun’s picture

And your CCK content-type is NOT named "image" internally? If it is, then you need to rename it.

mattrweaver’s picture

My content type is named "eresource".

mattrweaver’s picture

And images used to appear in them.

Hetta’s picture

Can 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?

mattrweaver’s picture

newly 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

Hetta’s picture

Not the paths in your browser. The paths in your _files_ table. In the database. Use phpmyadmin or similar to check that.

mattrweaver’s picture

The paths go to the directory where the images reside.

Hetta’s picture

Are the two (old and new) paths identical except for the "whatever.jpg" and "whatever-else.jpg" bit?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sorry, 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.