[0] HttpException in App.php line 566

控制器不存在:8ztgsnsmjg_1

  1. App::$modulePath = APP_PATH . ($module ? $module . DS : '');
  2. // 是否自动转换控制器和操作名
  3. $convert = is_bool($convert) ? $convert : $config['url_convert'];
  4. // 获取控制器名
  5. $controller = strip_tags($result[1] ?: $config['default_controller']);
  6. if (!preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  7. throw new HttpException(404, 'controller not exists:' . $controller);
  8. }
  9. $controller = $convert ? strtolower($controller) : $controller;
  10. // 获取操作名
  11. $actionName = strip_tags($result[2] ?: $config['default_action']);
  12. if (!empty($config['action_convert'])) {
  13. $actionName = Loader::parseName($actionName, 1);
  14. } else {

Call Stack

  1. in App.php line 566
  2. at App::module(['Article', '8ztgsnsmjg_1', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['Article', '8ztgsnsmjg_1', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  4. at App::run() in index.php line 58

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.huiquan.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/Article/8ztgsnsmjg_1.html
REDIRECT_STATUS
200
SERVER_NAME
www.huiquan.com
SERVER_PORT
80
SERVER_ADDR
172.18.61.117
REMOTE_PORT
47472
REMOTE_ADDR
35.170.64.185
SERVER_SOFTWARE
nginx/1.16.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/hq.com
DOCUMENT_URI
/index.php
REQUEST_URI
/Article/8ztgsnsmjg_1.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/Article/8ztgsnsmjg_1.html
SCRIPT_FILENAME
/www/wwwroot/hq.com/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711709694.5127
REQUEST_TIME
1711709694
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
true
CMF_ROOT
/www/wwwroot/hq.com/
APP_PATH
/www/wwwroot/hq.com/app/
UPLOAD_PATH
/www/wwwroot/hq.com/upload/
CMF_PATH
/www/wwwroot/hq.com/simplewind/cmf/
PLUGINS_PATH
/www/wwwroot/hq.com/plugins/
EXTEND_PATH
/www/wwwroot/hq.com/simplewind/extend/
VENDOR_PATH
/www/wwwroot/hq.com/simplewind/vendor/
RUNTIME_PATH
/www/wwwroot/hq.com/data/runtime/
THINKCMF_VERSION
5.0.170927
SO
is_top DESC,list_order DESC,published_time DESC,post_id DESC
GSO
is_top DESC,category_relate.list_order DESC,published_time DESC,goods_id DESC
TMPLSO
order:is_top DESC,list_order DESC,published_time DESC,post_id DESC;
TMPLGSO
order:is_top DESC,category_relate.list_order DESC,published_time DESC,goods_id DESC;
WEB_ROOT
/www/wwwroot/hq.com/
THINK_VERSION
5.0.24
THINK_START_TIME
1711709694.5132
THINK_START_MEM
407848
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/hq.com/simplewind/thinkphp/
LIB_PATH
/www/wwwroot/hq.com/simplewind/thinkphp/library/
CORE_PATH
/www/wwwroot/hq.com/simplewind/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/hq.com/simplewind/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/hq.com/
LOG_PATH
/www/wwwroot/hq.com/data/runtime/log/
CACHE_PATH
/www/wwwroot/hq.com/data/runtime/cache/
TEMP_PATH
/www/wwwroot/hq.com/data/runtime/temp/
CONF_PATH
/www/wwwroot/hq.com/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/www/wwwroot/hq.com/simplewind/vendor/ezyang/htmlpurifier/library
QINIU_FUNCTIONS_VERSION
7.2.1
IS_WECHAT_FALSE
1
IS_WECHAT_TRUE
2
0.037891s