Hi there,

I´m working with ubercart 5.x-1.4, UC-option Image 5.x-1.0-3 and ImageCache 5.x 1-6 on PHP5 and MySQL 5.
Almost everything is working fine - except these error-messages:

Example#1:

warning: getimagesize(imagecache/product_list/files/champagne.jpg): failed to open stream: No such file or directory in /srv/www/htdocs/web8/html/kymo/sites/all/modules/imagecache/imagecache.module on line 208.
warning: filesize(): stat failed for imagecache/product_list/files/champagne.jpg in /srv/www/htdocs/web8/html/kymo/sites/all/modules/imagecache/imagecache.module on line 209.

Example #2:

warning: getimagesize(imagecache/product/files/option-images/olive-3286.jpg): failed to open stream: No such file or directory in /srv/www/htdocs/web8/html/kymo/sites/all/modules/imagecache/imagecache.module on line 208.
warning: filesize(): stat failed for imagecache/product/files/option-images/olive-3286.jpg in /srv/www/htdocs/web8/html/kymo/sites/all/modules/imagecache/imagecache.module on line 209.

When I take a look in the folders that are listed (eg. imagecache/product_list/files/) the images are there.
And of Course they are shown in the Browser (some are not in IE 6 - but that could be another issue...).

What can be the reason for these error messages?

Thanks!

4k

Comments

tjholowaychuk’s picture

Hmm you mention imagecache/product/files.. and then imagecache/product_list/files do they both exist?

One thing I would suggest if you do not require using imagecache 1.6 is try an upgrade to the latest 2.x (in a development environtment), that seems to solve alot of issues people are having with dependencies across ubercart/drupal/imagecache/jquery

4kant’s picture

Thanks for your reply!

Could you please write down your environment where everything is working?
PHP, Database (hopefully MySQL) + version, ubercart-version, imagecache-version, and - I guess - the latest uc_option_image module ;-) ?

I will then start again from scratch to have a clean installation.

And after that I will tell you about my results.

Thanks in advance!

4k

tjholowaychuk’s picture

It was to long age to recall unfortunately, I no longer work for the company that I originally developed the module for, and since then I have had no need for the module so I am seeking a maintainer

4kant’s picture

Found the solution via searching in imagecache-issues.

http://drupal.org/node/303903#comment-1048912
(this is the link to my comment but the patch I´m talking about there is from chellman)

In summary the only thing to do was to change imagecache.module by applying this patch.

Now this - option images - is a fine module.

Thanks!

4k

4kant’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.