View Single Post
  #128  
Old 01-13-2014, 04:21 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: NEW xcart template - xtreme Gear

SELECT fc.*, im.image_path, im.image_x, im.image_y, im.filename FROM txs_xg_feat_cats AS fc LEFT JOIN AS im ON im.id=fc.id WHERE lngcode='en' AND fc.status='Y' ORDER BY fc.orderby

im is not defined - missing table name - TABLE AS im

Yes the error backtrace path points to them
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote