[10501] PDOException in Connection.php line 687

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

  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('SHOW COLUMNS FROM `c...', [], false, true) in Mysql.php line 90
  3. at Mysql->getFields('cmf_hook') in Connection.php line 377
  4. at Connection->getTableInfo('cmf_hook', 'bind') in Connection.php line 454
  5. at Connection->getFieldsBind('cmf_hook') in Builder.php line 292
  6. at Builder->buildWhere(object(Query), ['AND' => [['type', '=', 1]], 'OR' => [object(Closure)]]) in Builder.php line 264
  7. at Builder->parseWhere(object(Query), ['AND' => [['type', '=', 1]], 'OR' => [object(Closure)]]) in Builder.php line 998
  8. at Builder->select(object(Query)) in Connection.php line 1370
  9. at Connection->column(object(Query), 'hook', '') in Query.php line 628
  10. at Query->column('hook') in InitHookBehavior.php line 37
  11. at InitHookBehavior->run(null)
  12. at ReflectionMethod->invokeArgs(object(InitHookBehavior), [null]) in Container.php line 373
  13. at Container->invokeMethod(['cmf\behavior\InitHoo...', 'run'], [null]) in Container.php line 411
  14. at Container->invoke(['cmf\behavior\InitHoo...', 'run'], [null]) in Hook.php line 208
  15. at Hook->execTag('cmf\behavior\InitHoo...', 'app_init', null) in Hook.php line 149
  16. at Hook->listen('app_init') in App.php line 280
  17. at App->initialize() in App.php line 427
  18. at App->run() in index.php line 33

Exception Datas

PDO Error Info
SQLSTATE HY000
Driver Error Code 1
Driver Error Message Can't create/write to file '/tmp/#sql_1ad8be_0.MYI' (Errcode: 28 - No space left on device)
Database Status
Error Code 10501
Error Message SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/#sql_1ad8be_0.MYI' (Errcode: 28 - No space left on device)
Error SQL SHOW COLUMNS FROM `cmf_hook`
Database Config
type mysql
hostname 127.0.0.1
database lewo
hostport 3306
dsn
params []
charset utf8
prefix cmf_
debug true
deploy 0
rw_separate false
master_num 1
slave_no
read_master false
fields_strict true
resultset_type collection
auto_timestamp false
datetime_format false
sql_explain true
builder
query \think\db\Query
break_reconnect false
break_match_str []
authcode 23EuAGBWf0DvN03KPN

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/czfnds.cn/index.php
QUERY_STRING
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /pro10/49.html
DOCUMENT_URI /index.php/pro10/49.html
DOCUMENT_ROOT /www/wwwroot/czfnds.cn
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.18.0
REMOTE_ADDR 3.238.79.169
REMOTE_PORT 54946
SERVER_ADDR 172.28.80.159
SERVER_PORT 80
SERVER_NAME czfnds.cn
REDIRECT_STATUS 200
PATH_INFO /pro10/49.html
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.czfnds.com
PHP_SELF /index.php/pro10/49.html
REQUEST_TIME_FLOAT 1711646247.6046
REQUEST_TIME 1711646247
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /www/wwwroot/czfnds.cn/./sys/
CMF_DATA /www/wwwroot/czfnds.cn/./sys/data/
APP_PATH /www/wwwroot/czfnds.cn/./sys/app/
WEB_ROOT /www/wwwroot/czfnds.cn/
HTMLPURIFIER_PREFIX /www/wwwroot/czfnds.cn/sys/vendor/ezyang/htmlpurifier/library
0.036736s