View Single Post
  #29  
Old 11-28-2006, 12:10 PM
 
SMDStudios SMDStudios is offline
 

eXpert
  
Join Date: Dec 2003
Location: Orlando, FL
Posts: 207
 

Default Re: create thumbs from large image

I've updated my file with the below code and the No img available icon is still coming up on my category list.

Quote:
Originally Posted by mrkenzie
This:
Code:
$fields[] = "$sql_tbl[images_P].image_path as ";

should be:
Code:
$fields[] = "$sql_tbl[images_P].image_path as p_image_path";
__________________
X-Cart Gold various versions
Tahoe Web Design

WebsiteCM.com - We recommend WebsiteCM
Reply With Quote