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 'SELECT images.*, images_links.*, common_descriptions.description AS alt, images.' at line 1 (1064)
SELECT images.*, images_links.*, common_descriptions.description AS alt, images.image_id AS images_image_id FROM images_links LEFT JOIN images ON images_links.image_id = images.image_id LEFT JOIN common_descriptions ON common_descriptions.object_id = images.image_id AND common_descriptions.object_holder = 'images' AND common_descriptions.lang_code = 'en' WHERE images_links.object_type = 'variant_image' AND images_links.type = 'V' AND images_links.object_id IN (37490, 37491, 37492, 37493, 37494, 37495, 37496, 37497, 37498, 37527, 37528, 37540, 37543, 42253, 42254, 42255, 42256, 42257, 42258, 55070, 55071, 55072, 55073, 55074, 55081, 55082, 55083, 55084, 55085, 59393, 42252, 103515, 103516) ORDER BY images_links.position, images_links.pair_id;SELECT images.*, images_links.*, common_descriptions.description AS alt, images.image_id AS images_image_id FROM images_links LEFT JOIN images ON images_links.detailed_id = images.image_id LEFT JOIN common_descriptions ON common_descriptions.object_id = images.image_id AND common_descriptions.object_holder = 'images' AND common_descriptions.lang_code = 'en' WHERE images_links.object_type = 'variant_image' AND images_links.type = 'V' AND images_links.object_id IN (37490, 37491, 37492, 37493, 37494, 37495, 37496, 37497, 37498, 37527, 37528, 37540, 37543, 42253, 42254, 42255, 42256, 42257, 42258, 55070, 55071, 55072, 55073, 55074, 55081, 55082, 55083, 55084, 55085, 59393, 42252, 103515, 103516) ORDER BY images_links.position, images_links.pair_id
app/Tygh/Database/Connection.php, line: 1712
File: | app/Tygh/Database/Connection.php |
Line: | 1489 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 699 |
Function: | execQuery |
File: | app/Tygh/Database/Connection.php |
Line: | 331 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 35 |
Function: | getArray |
File: | app/controllers/common/debugger.php |
Line: | 60 |
Function: | db_get_array |
File: | app/functions/fn.control.php |
Line: | 721 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 457 |
Function: | fn_run_controller |
File: | index.php |
Line: | 25 |
Function: | fn_dispatch |