Table './sql_italianprice/cscart_product_popularity' is marked as crashed and should be repaired (145)
SELECT SQL_CALC_FOUND_ROWS products.product_id, descr1.product as product, companies.company as company_name, popularity.total as popularity FROM cscart_products as products LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'it' LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN cscart_companies AS companies ON companies.company_id = products.company_id 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_product_popularity as popularity ON popularity.product_id = products.product_id WHERE 1 AND companies.status = 'A' AND popularity.total >= 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.approved = 'Y' AND products.product_type IN ('P', 'C') GROUP BY products.product_id ORDER BY popularity.total desc, products.product_id ASC LIMIT 0, 6
app/Tygh/Database/Connection.php, line: 1136
File: | app/Tygh/Database/Connection.php |
Line: | 500 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 236 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 32 |
Function: | getArray |
File: | app/functions/fn.catalog.php |
Line: | 7143 |
Function: | db_get_array |
File: | app/functions/fn.catalog.php |
Line: | 7226 |
Function: | {closure} |
File: | app/Tygh/BlockManager/Block.php |
Line: | 809 |
Function: | fn_get_products |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 778 |
Function: | getItems |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 644 |
Function: | getValue |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 475 |
Function: | renderBlockContent |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 397 |
Function: | renderBlock |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 357 |
Function: | renderBlocks |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 222 |
Function: | renderGrid |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 192 |
Function: | renderGrids |
File: | app/Tygh/BlockManager/RenderManager.php |
Line: | 156 |
Function: | _renderContainer |
File: | app/functions/smarty_plugins/function.render_location.php |
Line: | 48 |
Function: | render |
File: | var/cache/templates/bright_theme/5c77cd04633105fd30474da1aba07716289fa789.tygh.index.tpl.php |
Line: | 181 |
Function: | smarty_function_render_location |
File: | app/lib/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
Line: | 188 |
Function: | content_6748ccfa12e146_75878794 |
File: | app/Tygh/SmartyEngine/Core.php |
Line: | 76 |
Function: | fetch |
File: | app/functions/fn.control.php |
Line: | 585 |
Function: | fetch |
File: | index.php |
Line: | 25 |
Function: | fn_dispatch |