[10501] PDOException in Connection.php line 385

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

  1. $this->PDOStatement->execute();
  2. // 调试结束
  3. $this->debug(false, '', $master);
  4. // 返回结果集
  5. return $this->getResult($pdo, $procedure);
  6. } catch (\PDOException $e) {
  7. if ($this->isBreak($e)) {
  8. return $this->close()->query($sql, $bind, $master, $pdo);
  9. }
  10. throw new PDOException($e, $this->config, $this->getLastsql());
  11. } catch (\Throwable $e) {
  12. if ($this->isBreak($e)) {
  13. return $this->close()->query($sql, $bind, $master, $pdo);
  14. }
  15. throw $e;
  16. } catch (\Exception $e) {
  17. if ($this->isBreak($e)) {
  18. return $this->close()->query($sql, $bind, $master, $pdo);
  19. }

Call Stack

  1. in Connection.php line 385
  2. at Connection->query('select * from violet...')
  3. at call_user_func_array([object(Mysql), 'query'], ['select * from violet...']) in Db.php line 178
  4. at Db::__callStatic('query', ['select * from violet...']) in Content.php line 380
  5. at Content->detail()
  6. at ReflectionMethod->invokeArgs(object(Content), []) in App.php line 343
  7. at App::invokeMethod([object(Content), 'detail'], []) in App.php line 611
  8. at App::module(['index', 'content', 'detail'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 456
  9. at App::exec(['type' => 'module', 'module' => ['index', 'content', 'detail'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  10. at App::run() in start.php line 19
  11. at require('/www/wwwroot/www.uum...') in index.php line 21

Exception Datas

PDO Error Info
SQLSTATE 42000
Driver Error Code 1064
Driver Error Message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Database Status
Error Code 10501
Error Message SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error SQL select * from violet_building where del=0 and status=1 and buildid=
Database Config
type mysql
hostname 127.0.0.1
database fld_test
hostport 3306
dsn
params []
charset utf8
prefix violet
debug true
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict true
result_type 2
resultset_type array
auto_timestamp false
datetime_format Y-m-d H:i:s
sql_explain false
builder
query \think\db\Query
break_reconnect false

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty

Session

think
{ "areaid": 1 }

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
yanjiao.uumfw.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
//dongtai/880400.html
REDIRECT_STATUS
200
SERVER_NAME
www.uumfw.com
SERVER_PORT
80
SERVER_ADDR
172.23.50.39
REMOTE_PORT
52168
REMOTE_ADDR
3.84.7.255
SERVER_SOFTWARE
nginx/1.20.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/www.uumfw.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/dongtai/880400.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//dongtai/880400.html
SCRIPT_FILENAME
/www/wwwroot/www.uumfw.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711670873.2536
REQUEST_TIME
1711670873
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.uumfw.com/public/../application/
PC_PATH
/www/wwwroot/www.uumfw.com/public/../application/index/view/
PUBLIC_PATH
/www/wwwroot/www.uumfw.com/public/../public/
A_PATH
/www/wwwroot/www.uumfw.com/public/../public/a/
THINK_VERSION
5.0.24
THINK_START_TIME
1711670873.2539
THINK_START_MEM
412344
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.uumfw.com/thinkphp/
LIB_PATH
/www/wwwroot/www.uumfw.com/thinkphp/library/
CORE_PATH
/www/wwwroot/www.uumfw.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.uumfw.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.uumfw.com/
EXTEND_PATH
/www/wwwroot/www.uumfw.com/extend/
VENDOR_PATH
/www/wwwroot/www.uumfw.com/vendor/
RUNTIME_PATH
/www/wwwroot/www.uumfw.com/runtime/
LOG_PATH
/www/wwwroot/www.uumfw.com/runtime/log/
CACHE_PATH
/www/wwwroot/www.uumfw.com/runtime/cache/
TEMP_PATH
/www/wwwroot/www.uumfw.com/runtime/temp/
CONF_PATH
/www/wwwroot/www.uumfw.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false