View Single Post
  #4  
Old 03-10-2005, 01:33 PM
 
techhead techhead is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: Australia, Melbourne
Posts: 30
 

Default

I agree. And that's what I set out to do. I ended up at:
x-cart-directory/image.php

I tried commenting out the following line of code from the file where ever it was called (a bit rough I know) as all of the thumbnails for the products are held in the database. But it had no effect... not sure why... it's something that I'm planning on chasing up and testing further when I find time.
Code:
header("Content-type: image/gif"); func_readfile($default_image, true);
__________________
xcart v3.5.8 through to v4.0.14
redhat v9
php v4.3.10
MySQL 4.0.22
Reply With Quote