I discovered this because on my site I use a different directory the problem is on line 413:

$image = $GLOBALS['base_url'] .'/files/'. rawurlencode(basename($product->field_image_cache[0]['filepath']));

I changed it to:

$image = $GLOBALS['base_url'] .'/' . file_directory_path() . '/'. rawurlencode(basename($product->field_image_cache[0]['filepath']));

I'd go in and modify this myself except I do not have the authority to do it!

Thanks,
Scott

Comments

keptin-1’s picture

I should clarify - I changed this on my site but can't change it in the CVS repository. :)

bojanz’s picture

Status: Active » Fixed

Thanks keptin. Fixed in CVS.

Bojan

Status: Fixed » Closed (fixed)

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