Closed (fixed)
Project:
ImageCache
Version:
5.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2008 at 10:05 UTC
Updated:
29 Apr 2009 at 20:23 UTC
Hello,
I get a problem with imagecache module, that I use with Ubercart. The module works fine in localhost but unfortunately not on the distant server : it did not add neither product_list images nor cart images.
Does it exist a solution?
Thanks
Comments
Comment #1
guidot commentedThis is probably not a bug in Drupal core nor in ImageCache. It looks more like a configuration issue. To raise the chance for getting help i took the liberty of moving your question to the related project.
The version I had to choose to move the issue may be wrong. Please set it to the one you have installed.
Let's see if I myself can be of any help:
Check the file permissions for the imagecache directory and all subdirectories. The user that executes the php-interpreter needs write access to them. Depending on your servers configuration that may be the user of the webserver (apache, lighttpd, ...) or the user of the fastcgi-executable.
Check whether your temporary directory (in /admin/settings/file-system) is writable by that user too. If it's outside your drupal installation the filesystem permission may not suffice if openbasedir is set (normaly in php.ini). The temp dir has to be somewhere under a directory that is set by openbasedir.
Comment #2
dopry commentedComment #3
drewish commentedThis issue is being closed due to lack of feedback. Please update to the latest version of the module and see if the problem still occurs. If it does and you can provide more information please re-open this issue.