
新安装系统,cms模块报错
$this->PDOStatement->execute(); // 调试结束 $this->debug(false); // 返回结果集 return $this->getResult($pdo, $procedure); } catch (\PDOException $e) { if ($this->isBreak($e)) { return $this->close()->query($sql, $bind, $master, $pdo); } throw new PDOException($e, $this->config, $this->getLastsql()); } catch (\Throwable $e) { if ($this->isBreak($e)) { return $this->close()->query($sql, $bind, $master, $pdo); } throw $e; } catch (\Exception $e) { if ($this->isBreak($e)) { return $this->close()->query($sql, $bind, $master, $pdo); }
atConnection->query('SELECT * FROM `qb_cm...', ['where_AND_id' => ['17', 1]], false, false) in Query.php line 227
atQuery->query('SELECT * FROM `qb_cm...', ['where_AND_id' => ['17', 1]], false, false) in Query.php line 2619
atQuery->find() in C.php line 398
atC::getMidById('17') in C.php line 163
atC->show('17') in Content.php line 27
atContent->show('17')
atReflectionMethod->invokeArgs(object(Content), ['17']) in App.php line 348
atApp::invokeMethod([object(Content), 'show'], []) in App.php line 612
atApp::module(['cms', 'content', 'show'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 462
atApp::exec(['type' => 'module', 'module' => ['cms', 'content', 'show'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
atApp::run() in start.php line 19
at require('/home/wwwroot/www.75...') in index.php line 29
求助怎么处理!!!