Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'shop_product_t.title' in 'order clause'
The SQL being executed was: SELECT COUNT(*) FROM (SELECT * FROM `shop_product` WHERE (`is_active`=TRUE) AND (`shop_product`.`category_id`=52) GROUP BY `shop_product`.`id` ORDER BY `shop_product_t`.`title`) `c`

Error Info: Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column 'shop_product_t.title' in 'order clause'
)
$_GET = [
    'id' => 52,
    'sort' => 'name_asc',
];