本地未安装插件里,点击安装出错 [10501] PDOException in Connection.php line 456 SQLSTATE[42S22]: Column not found: 1054 Unknown column 'version2' in 'field list' // 调试结束 $this->debug(false);
$this->numRows = $this->PDOStatement->rowCount(); return $this->numRows; } catch (\PDOException $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw new PDOException($e, $this->config, $this->getLastsql()); } catch (\Throwable $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw $e; } catch (\Exception $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } Call Stack in Connection.php line 456 at Connection->execute('INSERT INTO `qb_hook...') at call_user_func_array([object(Mysql), 'execute'], ['INSERT INTO `qb_hook...']) in Db.php line 178 at Db::__callStatic('execute', ['INSERT INTO `qb_hook...']) in common.php line 632 at into_sql('INSERT INTO `qb_conf...') in Market.php line 224 at Plugin->install('examdial', 'p') in Plugin.php line 80 at Plugin->add('examdial') at ReflectionMethod->invokeArgs(object(Plugin), ['examdial']) in App.php line 348 at App::invokeMethod([object(Plugin), 'add'], []) in App.php line 607 at App::module(['admin', 'plugin', 'add'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 461 at App::exec(['type' => 'module', 'module' => ['admin', 'plugin', 'add']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139 at App::run() in start.php line 19 at require('/www/wwwroot/www.mhl...') in admin.php line 23 Exception Datas PDO Error InfoSQLSTATE 42S22 Driver Error Code 1054 Driver Error Message Unknown column 'version2' in 'field list' Database StatusError Code 10501 Error Message SQLSTATE[42S22]: Column not found: 1054 Unknown column 'versi