[10501] PDOException in Connection.php line 687

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 ') ) AND `fang_article`.`delete_time` IS NULL ORDER BY `hits` DESC LIMIT 10' at line 1

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

Call Stack

  1. in Connection.php line 687
  2. at Connection->query('SELECT `id`,`title` ...', [], false, false) in Connection.php line 923
  3. at Connection->select(object(Query)) in Query.php line 3049
  4. at Query->select() in e83e5ccc7943e62a69cf25c8976efcac.php line 174
  5. at include('/www/wwwroot/jikeanj...') in File.php line 59
  6. at File->read('/www/wwwroot/jikeanj...', ['userInfo' => null, 'menu' => ['Index' => ['id' => 1, 'pid' => 0, 'title' => '首页', ...], 'Rental' => ['id' => 4, 'pid' => 0, 'title' => '法拍房', ...], 'News' => ['id' => 7, 'pid' => 0, 'title' => '资讯', ...], ...], 'seo' => ['title' => '资讯_吉客安家', 'keys' => '资讯', 'desc' => ''], ...]) in Template.php line 226
  7. at Template->fetch('/www/wwwroot/jikeanj...', ['userInfo' => null, 'menu' => ['Index' => ['id' => 1, 'pid' => 0, 'title' => '首页', ...], 'Rental' => ['id' => 4, 'pid' => 0, 'title' => '法拍房', ...], 'News' => ['id' => 7, 'pid' => 0, 'title' => '资讯', ...], ...], 'seo' => ['title' => '资讯_吉客安家', 'keys' => '资讯', 'desc' => ''], ...], []) in Think.php line 93
  8. at Think->fetch('/www/wwwroot/jikeanj...', ['userInfo' => null, 'menu' => ['Index' => ['id' => 1, 'pid' => 0, 'title' => '首页', ...], 'Rental' => ['id' => 4, 'pid' => 0, 'title' => '法拍房', ...], 'News' => ['id' => 7, 'pid' => 0, 'title' => '资讯', ...], ...], 'seo' => ['title' => '资讯_吉客安家', 'keys' => '资讯', 'desc' => ''], ...], []) in View.php line 189
  9. at View->fetch('', ['userInfo' => null, 'menu' => ['Index' => ['id' => 1, 'pid' => 0, 'title' => '首页', ...], 'Rental' => ['id' => 4, 'pid' => 0, 'title' => '法拍房', ...], 'News' => ['id' => 7, 'pid' => 0, 'title' => '资讯', ...], ...], 'seo' => ['title' => '资讯_吉客安家', 'keys' => '资讯', 'desc' => ''], ...], []) in Controller.php line 161
  10. at Controller->fetch() in News.php line 38
  11. at News->index()
  12. at ReflectionMethod->invokeArgs(object(News), []) in Container.php line 395
  13. at Container->invokeReflectMethod(object(News), object(ReflectionMethod), ['city' => '1', 'convert' => false]) in Module.php line 132
  14. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  15. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  16. at Middleware->think\{closure}(object(Request))
  17. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  18. at Middleware->dispatch(object(Request), 'controller') in Module.php line 137
  19. at Module->exec() in Dispatch.php line 168
  20. at Dispatch->run() in App.php line 432
  21. at App->think\{closure}(object(Request), object(Closure), null)
  22. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  23. at Middleware->think\{closure}(object(Request))
  24. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  25. at Middleware->dispatch(object(Request)) in App.php line 435
  26. at App->run() in index.php line 24

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 ') ) AND `fang_article`.`delete_time` IS NULL ORDER BY `hits` DESC LIMIT 10' 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 ') ) AND `fang_article`.`delete_time` IS NULL ORDER BY `hits` DESC LIMIT 10' at line 1
Error SQL SELECT `id`,`title` FROM `fang_article` WHERE ( ( status=1 and city = ) ) AND `fang_article`.`delete_time` IS NULL ORDER BY `hits` DESC LIMIT 10
Database Config
type mysql
hostname 47.94.226.197
database jkaj
hostport 3306
dsn
params []
charset utf8
prefix fang_
debug true
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict true
resultset_type array
auto_timestamp false
datetime_format false
sql_explain true
builder
query \think\db\Query
break_reconnect false
break_match_str []

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
PATH_TRANSLATED redirect:/index.php/news.html
PATH_INFO /news.html
SCRIPT_NAME /index.php
REQUEST_URI /news.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /news.html
REMOTE_PORT 55360
SCRIPT_FILENAME /www/wwwroot/jikeanjia/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/jikeanjia/public
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /www/wwwroot/jikeanjia/public
REMOTE_ADDR 44.212.26.248
SERVER_PORT 443
SERVER_ADDR 172.17.211.116
SERVER_NAME www.jikeanjia.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.jikeanjia.com Port 443</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST www.jikeanjia.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
H2_STREAM_TAG 000
H2_STREAM_ID
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.jikeanjia.com
HTTPS on
REDIRECT_STATUS 200
REDIRECT_H2_STREAM_TAG 000
REDIRECT_H2_STREAM_ID
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH off
REDIRECT_H2PUSH off
REDIRECT_HTTP2 on
REDIRECT_SSL_TLS_SNI www.jikeanjia.com
REDIRECT_HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /index.php/news.html
REQUEST_TIME_FLOAT 1711644166.9145
REQUEST_TIME 1711644166
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7