Table './admin_vesh/cscart_product_popularity' is marked as crashed and should be repaired (145)
SELECT SQL_CALC_FOUND_ROWS products.product_id, IF(shared_descr.product_id IS NOT NULL, shared_descr.product, descr1.product) as product, cscart_supplier_links.supplier_id, products.product_type, products.parent_product_id FROM cscart_products as products LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'ru' LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 INNER JOIN cscart_products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN cscart_categories ON cscart_categories.category_id = products_categories.category_id AND (cscart_categories.usergroup_ids = '' OR FIND_IN_SET(0, cscart_categories.usergroup_ids) OR FIND_IN_SET(1, cscart_categories.usergroup_ids)) AND cscart_categories.status IN ('A', 'H') LEFT JOIN cscart_ult_product_descriptions shared_descr ON shared_descr.product_id = products.product_id AND shared_descr.company_id = 1 AND shared_descr.lang_code = 'ru' LEFT JOIN cscart_supplier_links ON cscart_supplier_links.object_id = products.product_id AND cscart_supplier_links.object_type = 'P' LEFT JOIN cscart_product_popularity as popularity ON popularity.product_id = products.product_id WHERE 1 AND cscart_categories.category_id IN (638) AND cscart_categories.company_id = 1 AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.parent_product_id = 0 GROUP BY products.product_id ORDER BY popularity.total desc, products.product_id ASC LIMIT 0, 20
app/Tygh/Database/Connection.php, line: 1145
File: | app/Tygh/Database/Connection.php |
Line: | 508 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 218 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 23 |
Function: | getArray |
File: | app/functions/fn.catalog.php |
Line: | 7594 |
Function: | db_get_array |
File: | app/functions/fn.catalog.php |
Line: | 7670 |
Function: | {closure} |
File: | app/controllers/frontend/categories.php |
Line: | 97 |
Function: | fn_get_products |
File: | app/functions/fn.control.php |
Line: | 671 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 422 |
Function: | fn_run_controller |
File: | index.php |
Line: | 17 |
Function: | fn_dispatch |