Unknown column 'p.price' in 'field list' (1054)
SELECT MIN(p.price) FROM cscart_products AS p LEFT JOIN cscart_products_categories AS pc ON pc.product_id = p.product_id WHERE pc.category_id IN (307) AND p.status = 'A' AND p.price > 0
app/Tygh/Database/Connection.php, line: 1616
File: | app/Tygh/Database/Connection.php |
Line: | 766 |
Function: | throwError |
File: | app/Tygh/Database/Connection.php |
Line: | 422 |
Function: | query |
File: | app/functions/fn.database.php |
Line: | 73 |
Function: | getField |
File: | app/addons/auto_seo_title/func.php |
Line: | 217 |
Function: | db_get_field |
File: | app/addons/auto_seo_title/func.php |
Line: | 115 |
Function: | fn_auto_seo_title_get_lowest_price |
File: | app/addons/auto_seo_title/func.php |
Line: | 20 |
Function: | fn_auto_seo_title_replacement |
File: | app/functions/fn.control.php |
Line: | 123 |
Function: | fn_auto_seo_title_get_category_data_post |
File: | app/functions/fn.categories.php |
Line: | 873 |
Function: | fn_set_hook |
File: | app/controllers/frontend/categories.php |
Line: | 77 |
Function: | fn_get_category_data |
File: | app/functions/fn.control.php |
Line: | 722 |
Function: | include |
File: | app/functions/fn.control.php |
Line: | 458 |
Function: | fn_run_controller |
File: | index.php |
Line: | 19 |
Function: | fn_dispatch |