Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'peplename' in 'order clause'
The SQL being executed was: SELECT * FROM `e3_62` ORDER BY `id` DESC, `peplename`, `sexname`, `agetype`, `volunteertype`, `statustype`, `educationname` LIMIT 20 OFFSET 180

Error Info: Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column 'peplename' in 'order clause'
)
$_GET = [
    'page' => '10',
    'sort' => 'peplename',
];