Table 'eshopuga_upgr_4122._product_filters_products_2' doesn't exist (1146)
SELECT MIN(IF(shared_prices.product_id IS NOT NULL, shared_prices.price, cscart_product_prices.price)) as min, MAX(IF(shared_prices.product_id IS NOT NULL, shared_prices.price, cscart_product_prices.price)) as max FROM cscart_product_prices LEFT JOIN cscart_products as products ON products.product_id = cscart_product_prices.product_id LEFT JOIN cscart_product_prices as prices_2 ON cscart_product_prices.product_id = prices_2.product_id AND cscart_product_prices.price > prices_2.price AND prices_2.lower_limit = 1 AND prices_2.usergroup_id IN (0, 0, 1) LEFT JOIN cscart_ult_product_prices AS shared_prices ON shared_prices.product_id = products.product_id AND shared_prices.lower_limit = 1 AND shared_prices.usergroup_id IN (0, 0, 1) AND shared_prices.company_id = 1 INNER JOIN _product_filters_products_2 ON products.product_id = _product_filters_products_2.product_id WHERE products.status IN ('A') AND cscart_product_prices.lower_limit = 1 AND cscart_product_prices.usergroup_id IN (0, 0, 1) AND prices_2.price IS NULL
app/Tygh/Database/Connection.php, line: 1155
File: | app/Tygh/Database/Connection.php |
Line: | 518 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 226 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 31 |
Function: | getArray |
File: | app/controllers/common/debugger.php |
Line: | 60 |
Function: | db_get_array |
File: | app/functions/fn.control.php |
Line: | 685 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 434 |
Function: | fn_run_controller |
File: | index.php |
Line: | 25 |
Function: | fn_dispatch |