hate to pile on...
Will, I have an open ticket for this sql error since last week:
Ticket: #JBA-303-37984
I can't evaluate
/home/username/public_html/modules/TXS_Xtreme_Gear/config.php:74
/home/username/public_html/modules/TXS_Xtreme_Gear/loadhp.php:23
because these are encrypted.
I don't mind obfuscated files, but if your team doesn't reply to support questions, please remind me why this is good business.
Anyone else see anything obvious in here? Looks like xtreme gear syntax, right?
Quote:
[13-Jan-2014 17:10:58] (shop: 13-Jan-2014 18:10:5 SQL error:
Site : http://www.domain.com
Remote IP : 123.45.678.9
Logged as :
SQL query : 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
Error code : 1064
Description : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS im ON im.id=fc.id WHERE lngcode='en' AND fc.status='Y' ORDER BY fc.orderby' at line 1
Request URI: /home.php
Backtrace:
/home/username/public_html/include/func/func.db.php:309
/home/username/public_html/include/func/func.db.php:209
/home/username/public_html/include/func/func.db.php:489
/home/username/public_html/modules/TXS_Xtreme_Gear/config.php:74
/home/username/public_html/modules/TXS_Xtreme_Gear/loadhp.php:23
/home/username/public_html/home.php:58
|
PS -- this is clearly something coming from
/modules/TXS_Xtreme_Gear/loadhp.php:23
(encrypted)
FYI...
home.php:58
Code:
if ($active_modules['TXS_Xtreme_Gear']) {include $xcart_dir."/modules/TXS_Xtreme_Gear/loadhp.php";}