Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bailidb.yx_rankread' doesn't exist
The SQL being executed was: SELECT a.P_R_ID AS id, CONCAT('rank/news/10', a.P_R_ID, '.shtml') AS url , a.title, a.mechanism_type FROM yx_rankread a INNER JOIN yx_rankread_data b ON a.P_R_ID = b.PK_RANKREAD WHERE a.rank_type = 2 AND a.mechanism_type IN (4, 5, 6, 7) ORDER BY a.P_R_ID DESC LIMIT 0, 8

Error Info: Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'bailidb.yx_rankread' doesn't exist
)
$_GET = [
    'agencies' => '1',
];

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