Hi,

I am using Drupal 4.6 with the image module. (img_asst is also installed)

I used Create Content to upload an image - the thumbnail was generated and displayed correctly in the gallery page.

Then I edited it, changing the description from plain text to full html and entered some html formatted text with a link. After submitting the change, I got the old "Thumbnail not Created". The image is still in the gallery, with the newly entered description, but there is no thumbnail and the fullsize image displays by default.

I cannot easily see why the thumbnail is not created when the description is updated - there's nothing in my error logs either.

Anyone have any clues on what the problem could be? Any help much appreciated.

...Sharon

Comments

pfmj2005’s picture

I had the same problem and I realized that I forgot to install the img_asst mysql tables that come with the module and I have not had the problem since then...

------------------------------------
Paul Malenke
paul.malenke@gmail.com
AfterDeathGraphics.com

lukes’s picture

Thanks for the quick reply Paul.

I have img_asst installed and thought I had done the sql table creation, I just checked and the image.mysql file in the install creates just one table, the img_assist_map, and I have this table in my drupal database already.

Also, even though I have img_asst installed, I don't believe I'm actually using that module when I'm adding the images and modifying them - I'm just using the Add Content/Image and not using the img_asst Add Images link at all.

As far as I can see I am only using the image.module.

pfmj2005’s picture

Do you have your files and images directories under the right permissions? Thats the only other thing I can think of...

-----------------------------------
Paul Malenke
paul.malenke@gmail.com
AfterDeathGraphics.com

lukes’s picture

That crossed my mind too and I have just found a couple of posts regarding permissions. The files/images directory was set to 700 , so I just had the hoster change that for me to 777 and am looking at the permissions on the contents now.

I take it that the files created subsequently will take the permissions of the directory now??

What is the minimum permission setting you need on the individual files? I'm getting them all changed to 777 to check it out, but would rather they be at the minimum setting.

Just found another forum entry about permissions and the image module also - http://drupal.org/node/19005

Edited to add - just answered my own question - the images are set to 644 by default.

lukes’s picture

This seems to working OK now.

Thanks again for helping me out Paul.

...Sharon