Exception

Database Exceptionyii\db\Exception

SQLSTATE[HY001]: Memory allocation error: 1038 Out of sort memory, consider increasing server sort buffer size
The SQL being executed was: SELECT * FROM `sp_article` WHERE ((`catid` IN (22, 23)) AND (`is_auth`=1)) AND (`posids` LIKE '%3%') ORDER BY `create_time` DESC, `sort` DESC LIMIT 12

Error Info: Array
(
    [0] => HY001
    [1] => 1038
    [2] => Out of sort memory, consider increasing server sort buffer size
)
$_GET = [
    'r' => 'industry-information/index',
];

$_SESSION = [
    '__flash' => [],
];