#0 [10501]PDOException in PDOConnection.php line 722

SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_788_0.MYI' (Errcode: 28 - No space left on device)

  1. return $this->PDOStatement;
  2. } catch (\Throwable | \Exception $e) {
  3. if ($this->reConnectTimes < 4 && $this->isBreak($e)) {
  4. ++$this->reConnectTimes;
  5. return $this->close()->getPDOStatement($sql, $bind, $master, $procedure);
  6. }
  7. if ($e instanceof \PDOException) {
  8. throw new PDOException($e, $this->config, $this->getLastsql());
  9. } else {
  10. throw $e;
  11. }
  12. }
  13. }
  14. /**
  15. * 执行语句
  16. * @access public

Call Stack

  1. in PDOConnection.php line 722
  2. at PDOConnection->getPDOStatement('SHOW FULL COLUMNS FR...') in Mysql.php line 66
  3. at Mysql->getFields('`vc_model`') in PDOConnection.php line 393
  4. at PDOConnection->getTableFieldsInfo('vc_model') in PDOConnection.php line 353
  5. at PDOConnection->getTableInfo('vc_model', 'type') in PDOConnection.php line 464
  6. at PDOConnection->getFieldsType('vc_model') in TableFieldInfo.php line 58
  7. at Query->getFieldsType() in TableFieldInfo.php line 69
  8. at Query->getFieldType('create_time')
  9. at call_user_func_array([object(Query), 'getFieldType'], ['create_time']) in Model.php line 1020
  10. at Model->__call('getFieldType', ['create_time']) in TimeStamp.php line 73
  11. at Model->checkTimeFieldType(true) in TimeStamp.php line 54
  12. at Model->isAutoWriteTimestamp(true) in ModelService.php line 35
  13. at ModelService->think\service\{closure}(object(Model))
  14. at call_user_func(object(Closure), object(Model)) in Model.php line 221
  15. at Model->__construct() in Model.php line 1025
  16. at Model::__callStatic('where', ['status', '>', 0]) in app.php line 14
  17. at include('/www/wwwroot/www.vis...') in Http.php line 239
  18. at Http->loadRoutes() in Http.php line 210
  19. at Http->think\{closure}() in Route.php line 736
  20. at Route->dispatch(object(Request), object(Closure)) in Http.php line 213
  21. at Http->dispatchToRoute(object(Request)) in Http.php line 203
  22. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  23. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  24. at SessionInit->handle(object(Request), object(Closure))
  25. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  26. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  27. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  28. at TraceDebug->handle(object(Request), object(Closure))
  29. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  30. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  31. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  32. at Pipeline->then(object(Closure)) in Http.php line 204
  33. at Http->runWithRequest(object(Request)) in Http.php line 162
  34. at Http->run() in index.php line 26

Environment Variables

GET Data
s /cooperation
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.visifon.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.visifon.com
SERVER_PORT 80
SERVER_ADDR 10.7.171.250
REMOTE_PORT 59680
REMOTE_ADDR 3.236.217.172
SERVER_SOFTWARE nginx/1.16.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.visifon.com/webroot/public
DOCUMENT_URI /index.php
REQUEST_URI /cooperation
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/cooperation
SCRIPT_FILENAME /www/wwwroot/www.visifon.com/webroot/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711712526.5159
REQUEST_TIME 1711712526
Environment Variables
APP_DEBUG 1
ROOTUID 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME localhost
DATABASE_DATABASE www_visifon_com
DATABASE_USERNAME www_visifon_com
DATABASE_PASSWORD KYxMKnLTYjFNWN28
DATABASE_HOSTPORT 3306
DATABASE_CHARSET utf8
DATABASE_PREFIX vc_
DATABASE_DEBUG 1
LANG_DEFAULT_LANG zh-cn
JWT_SECRET cFCgxceVlzwlSwtpt9fITLi46Zwmtmlg
ThinkPHP Constants
SENTCMS_VERSION 4.x
0.051137s