View Single Post
  #4  
Old 11-02-2015, 07:21 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Xcart Image display

Quote:
SQL QUERY FAILURE:SELECT image_x, image_y, image_path FROM WHERE id=1 LIMIT 1

is missing table. It should be

....FROM TABLE_NAME WHERE....
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote