Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'main_law.doc_st' doesn't exist
The SQL being executed was: SELECT * FROM `doc_st` WHERE (`lex_id` = 10) AND (`st_id` = '7') AND (`type_id` = '5')

Error Info: Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'main_law.doc_st' doesn't exist
)
$_GET = [
    'lex_id' => '10',
    'st_id' => '7',
];