Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db_inaura_prod.kategori_perawatan' doesn't exist
The SQL being executed was: SELECT b.id, b.kode, b.nama, b.size, b.sat, b.hrg_jpr, b.stok, eb.deskripsi, eb.image_path, kp.jenis_kategori FROM barang b
RIGHT JOIN ebarang eb ON eb.barang_id=b.id
LEFT JOIN kategori_perawatan kp ON kp.id = eb.kategori_perawatan_id
WHERE b.id = '123';

Error Info: Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'db_inaura_prod.kategori_perawatan' doesn't exist
)
$_GET = [
    'id' => '123',
];