Tygh\Exceptions\AException

Message

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 'groups ON pf.parent_id = groups.feature_id LEFT JOIN cscart_product_features_des' at line 1 (1064)

SELECT pf.feature_id, pf.company_id, pf.feature_type, pf.parent_id, pf.display_on_product, pf.display_on_catalog, pf.display_on_header, cscart_product_features_descriptions.description, cscart_product_features_descriptions.lang_code, cscart_product_features_descriptions.prefix, cscart_product_features_descriptions.suffix, pf.categories_path, cscart_product_features_descriptions.full_description, pf.status, pf.comparison, pf.position, groups.position AS group_position, cscart_product_features_values.value, cscart_product_features_values.variant_id, cscart_product_features_values.value_int FROM cscart_product_features AS pf LEFT JOIN cscart_product_features AS groups ON pf.parent_id = groups.feature_id LEFT JOIN cscart_product_features_descriptions ON cscart_product_features_descriptions.feature_id = pf.feature_id AND cscart_product_features_descriptions.lang_code = 'en' INNER JOIN cscart_product_features_values ON cscart_product_features_values.feature_id = pf.feature_id AND cscart_product_features_values.product_id = 1 AND cscart_product_features_values.lang_code = 'en' INNER JOIN cscart_ult_objects_sharing ON (cscart_ult_objects_sharing.share_object_id = pf.feature_id AND cscart_ult_objects_sharing.share_company_id = 1 AND cscart_ult_objects_sharing.share_object_type = 'product_features') WHERE 1 AND pf.feature_type != 'G' AND pf.status IN ('A') AND pf.display_on_product = 'Y' AND ( pf.categories_path = '' OR ISNULL(pf.categories_path)OR FIND_IN_SET(1, pf.categories_path) OR FIND_IN_SET(6, pf.categories_path) ) GROUP BY pf.feature_id ORDER BY group_position, pf.position, cscart_product_features_descriptions.description

Error at

app/Tygh/Database/Connection.php, line: 855

Backtrace

File:app/Tygh/Database/Connection.php
Line:454
Function:error
File:app/Tygh/Database/Connection.php
Line:259
Function:query
File:app/functions/fn.database.php
Line:41
Function:getHash
File:app/functions/fn.catalog.php
Line:4124
Function:db_get_hash_array
File:app/functions/fn.catalog.php
Line:211
Function:fn_get_product_features
File:app/controllers/frontend/products.php
Line:86
Function:fn_get_product_data
File:app/functions/fn.control.php
Line:699
Function:include
File:app/functions/fn.control.php
Line:455
Function:fn_run_controller
File:index.php
Line:26
Function:fn_dispatch