:(

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'path' in 'where clause'

错误位置

FILE: D:\wwwroot\zTmp\Library\Think\Db\Driver.class.php  LINE: 169

TRACE

#0 D:\wwwroot\zTmp\Library\Think\Db\Driver.class.php(169): PDOStatement->execute()
#1 D:\wwwroot\zTmp\Library\Think\Db\Driver.class.php(930): Think\Db\Driver->query('SELECT `id` FRO...', false)
#2 D:\wwwroot\zTmp\Library\Think\Model.class.php(960): Think\Db\Driver->select(Array)
#3 D:\wwwroot\multi\Category\Controller\IndexController.class.php(197): Think\Model->getField('id')
#4 D:\wwwroot\multi\Category\Controller\IndexController.class.php(127): Category\Controller\IndexController->topic()
#5 [internal function]: Category\Controller\IndexController->index()
#6 D:\wwwroot\zTmp\Library\Think\App.class.php(164): ReflectionMethod->invoke(Object(Category\Controller\IndexController))
#7 D:\wwwroot\zTmp\Library\Think\App.class.php(202): Think\App::exec()
#8 D:\wwwroot\zTmp\Library\Think\Think.class.php(120): Think\App::run()
#9 D:\wwwroot\zTmp\ThinkPHP.php(97): Think\Think::start()
#10 D:\wwwroot\multi\index.php(7): require('D:\\wwwroot\\zTmp...')
#11 {main}