View Single Post
  #129  
Old 01-13-2014, 04:50 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by cflsystems
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

TXS recently solved a featured category defect that was introduced during upgrading to xBanners2 -- and some tables were added/modified. It looks like the featured cats table code in the file, /modules/TXS_Xtreme_Gear/loadhp.php also needs an edit to support xBanners2.

I wish they'd answer their emails and reply to active support tickets.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote