To whom it may concern,

I recently upgraded a site from Drupal 5 to 6, and I cannot get Imagecache to work for some odd reason. I searched the issue queue, but none of the circumstances seem remotely to mine.

Some details:

  • Drupal 6.16, Imagecache Beta 10, Image API 1.6, Imagefield 3.2, Filefield 3.2 and CCK 2.6
  • The Drupal 5 setup did not have Imagecache, Image API or imagefield installed. Imagecache and related modules were only installed after the site was upgraded to Drupal 6.16
  • Since this is an upgrade, the files directory is "/files" directory, not in '/sites/default/files"
  • There are no errors on the status page, file system config page or anywhere else for that matter
  • The "/files/imagecache" folder gets created when the module is installed. Permission on the folder is 775
  • I can create presets, but no folder gets created in the imagecache folder. I've tried to run cron and flush caches several times but it doesn't make a difference
  • When looking at the image in the source, the path to image is what you would expect it to be.
  • I have installed and re-installed imagecache several times.
  • Once the upgrade to 6.16 was complete, I added a multisite to this Drupal installation. Imagecache works perfectly on this one.
  • It's on server that has many, many Drupal installs, and this is the first instance of this happening

I'm really at a loss to what I could possibly be missing. Any help finding a solution would be much appreciated.

Sincerely,
Rene

Comments

nedjo’s picture

The starting place is the troubleshooting page:

http://drupal.org/node/224913

Because other sites on the same install work, the problem is almost certainly related to your files or temp directory setup on the upgraded site or to an .htaccess rule.

Related:

#726810: ImageCache not working after changing file upload path
http://drupal.org/node/319388#comment-2270090
#305637: Empty Imagecache Folder

fizk’s picture

Status: Active » Closed (fixed)

Please reopen if this is still an issue with ImageCache 6.x-2.0-rc1.

gmasky’s picture

After updating from the last 5.x to 6.x, I cannot see any actions in the new action drop down in existing presets as well as any new presets I create. I can create and save new presets but cannot apply any new actions as the dropdown does not display anything.

I have updated to the latest dev version of IC on D6.26, deleted and regenerated the .htaccess in the files folder, ran db update as well as un-installed and re-installed the module with all associated modules ie ImageAPI and GD2. However i cannot get the new action drop down to work.

Any help will be highly appreciated.