:(

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'new_zxiw.product_kind' doesn't exist

错误位置

FILE: D:\website\new_zxiw\ThinkPHP\Library\Think\Db\Driver.class.php  LINE: 169

TRACE

#0 D:\website\new_zxiw\ThinkPHP\Library\Think\Db\Driver.class.php(169): PDOStatement->execute()
#1 D:\website\new_zxiw\ThinkPHP\Library\Think\Db\Driver\Mysql.class.php(56): Think\Db\Driver->query('SHOW COLUMNS FR...')
#2 D:\website\new_zxiw\ThinkPHP\Library\Think\Model.class.php(134): Think\Db\Driver\Mysql->getFields('product_kind')
#3 D:\website\new_zxiw\ThinkPHP\Library\Think\Model.class.php(122): Think\Model->flush()
#4 D:\website\new_zxiw\ThinkPHP\Library\Think\Model.class.php(1434): Think\Model->_checkTableInfo()
#5 D:\website\new_zxiw\ThinkPHP\Library\Think\Model.class.php(97): Think\Model->db(0, '', true)
#6 D:\website\new_zxiw\ThinkPHP\Common\functions.php(621): Think\Model->__construct('ProductKind', '', '')
#7 D:\website\new_zxiw\Application\Shop\Controller\KindController.class.php(13): M('ProductKind')
#8 [internal function]: Shop\Controller\KindController->index()
#9 D:\website\new_zxiw\ThinkPHP\Library\Think\App.class.php(164): ReflectionMethod->invoke(Object(Shop\Controller\KindController))
#10 D:\website\new_zxiw\ThinkPHP\Library\Think\App.class.php(202): Think\App::exec()
#11 D:\website\new_zxiw\ThinkPHP\Library\Think\Think.class.php(120): Think\App::run()
#12 D:\website\new_zxiw\ThinkPHP\ThinkPHP.php(97): Think\Think::start()
#13 D:\website\new_zxiw\index.php(56): require('D:\\website\\new_...')
#14 {main}