[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 '7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26) ) AND `is_check` = ?' 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 COUNT(*) AS t...', ['ThinkBind_1_996950525_' => [1, 1]], false, true) in Connection.php line 1299
  3. at Connection->value(object(Query), ['COUNT(*) AS tp_count'], 0, false) in Connection.php line 1327
  4. at Connection->aggregate(object(Query), 'COUNT', 'COUNT(*) AS tp_count') in Query.php line 643
  5. at Query->aggregate('COUNT', '*', true) in Query.php line 678
  6. at Query->count() in Query.php line 1804
  7. at Query->paginate(12, false, ['type' => 'Bootstrap3', 'var_page' => 'page', 'list_rows' => 15, ...]) in Product.php line 41
  8. at Product->getAllProductDataById(',7,8,9,10,11,12,13,1...', 12) in Product.php line 27
  9. at Product->lists()
  10. at ReflectionMethod->invokeArgs(object(Product), []) in Container.php line 395
  11. at Container->invokeReflectMethod(object(Product), object(ReflectionMethod), ['page' => '3', 'city' => 'Hefei', 'urlname' => 'fjddb', ...]) in Module.php line 131
  12. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  13. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  14. at Middleware->think\{closure}(object(Request))
  15. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  16. at Middleware->dispatch(object(Request), 'controller') in Module.php line 136
  17. at Module->exec() in Dispatch.php line 168
  18. at Dispatch->run() in App.php line 432
  19. at App->think\{closure}(object(Request), object(Closure), null)
  20. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  21. at Middleware->think\{closure}(object(Request))
  22. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  23. at Middleware->dispatch(object(Request)) in App.php line 435
  24. at App->run() in index.php line 29

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 '7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26) ) AND `is_check` = ?' 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 '7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26) ) AND `is_check` = ?' at line 1
Error SQL SELECT COUNT(*) AS tp_count FROM `hope_product` WHERE ( cate_id in (,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26) ) AND `is_check` = 1
Database Config
type mysql
hostname 127.0.0.1
database beisenzx_cn
hostport 3306
dsn
params []
charset utf8
prefix hope_
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 Y-m-d H:i:s
sql_explain false
builder
query \think\db\Query
break_reconnect false
break_match_str []

Environment Variables

GET Data
page 3
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHPRC D:/phpstudy_pro/Extensions/php/php7.0.9nts
_FCGI_SHUTDOWN_EVENT_ 10032
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /product/Hefei/fjddb.html?page=3
QUERY_STRING page=3
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING page=3
REDIRECT_URL /product/Hefei/fjddb.html
REMOTE_PORT 36200
SCRIPT_FILENAME D:/wwwroot/beisenzx.cn/public/index.php
SERVER_ADMIN admin@example.com
CONTEXT_DOCUMENT_ROOT D:/wwwroot/beisenzx.cn/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT D:/wwwroot/beisenzx.cn/public
REMOTE_ADDR 3.238.62.119
SERVER_PORT 80
SERVER_ADDR 172.16.238.225
SERVER_NAME www.xrjjf.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST www.xrjjf.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
REDIRECT_PATH_INFO product/Hefei/fjddb.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711632193.1558
REQUEST_TIME 1711632193
Environment Variablesempty
ThinkPHP Constants
DS \
APP_PATH D:\wwwroot\beisenzx.cn\public/../application/
CONF_PATH D:\wwwroot\beisenzx.cn\public/../config/
PUBILC_PATH D:\wwwroot\beisenzx.cn\public/
ROOT_PATH D:\wwwroot\beisenzx.cn\public
CACHE_PATH D:\wwwroot\beisenzx.cn\public/../runtime/
CONFIG_PATH D:\wwwroot\beisenzx.cn\public/../config/
UPLOAD_PATH uploads