Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'de' in 'field list'
The SQL being executed was: select id,de as name,alias,parents,number,level from category order by number

Error Info: Array
(
    [0] => 42S22
    [1] => 1054
    [2] => Unknown column 'de' in 'field list'
)
$_GET = [
    'VacancySearch' => [
        'job_types' => '6',
    ],
];