$this->debug(false, '', $master);
// 返回结果集
return $this->getResult($pdo, $procedure);
} catch (\PDOException $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw new PDOException($e, $this->config, $this->getLastsql());
} catch (\Throwable $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
}
throw $e;
} catch (\Exception $e) {
if ($this->isBreak($e)) {
return $this->close()->query($sql, $bind, $master, $pdo);
SQLSTATE | 42S22 |
Driver Error Code | 1054 |
Driver Error Message | Unknown column '' in 'field list' |
Error Code | 10501 |
Error Message | SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'field list' |
Error SQL | SELECT `id`,`cate_id`,`create_time`,`update_time`,`hits`,`is_hot`,`` FROM `sx_article` WHERE `isdel` = 0 AND `status` = 1 AND ( `title` LIKE '%%' OR `lead` LIKE '%%' OR `tags` LIKE '%%' OR `content` LIKE '%%' ) AND `cate_id` IN (1,2,3,4,5,7,18,25,26,19,27,28,29,30,17,8,9,10,11,12,13,14,15,16,21,22,23,) ORDER BY CAST(sort as SIGNED) asc,id desc LIMIT 0,9 |
type | mysql |
hostname | 127.0.0.1 |
database | lcywhx_com |
hostport | 3306 |
dsn | |
params | [] |
charset | utf8 |
prefix | sx_ |
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 | [] |
PHPSESSID | c28v745ab4j277h7opcvmch3m0 |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=c28v745ab4j277h7opcvmch3m0 |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.lcywhx.com |
HTTP_USER_AGENT | Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.224 Mobile Safari/537.36 (compatible; GoogleOther) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | lcywhx.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.17.80.68 |
REMOTE_PORT | 35300 |
REMOTE_ADDR | 104.206.98.186 |
SERVER_SOFTWARE | nginx/1.20.2 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/lcywhx.com |
DOCUMENT_URI | /index.php |
REQUEST_URI | /news/index.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/news/index.html |
SCRIPT_FILENAME | /www/wwwroot/lcywhx.com/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1706536343.5202 |
REQUEST_TIME | 1706536343 |
APP_PATH | /www/wwwroot/lcywhx.com/application/ |