[0] HttpException in App.php line 556

控制器不存在:index-home_Lists_index_8

  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 556
  2. at App::module(['index', 'index-home_Lists_ind...', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'index-home_Lists_ind...', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/new.cnc...') in index.php line 26

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.cnccyy.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/index-home_Lists_index_8.html
REDIRECT_STATUS
200
SERVER_NAME
www.cnccyy.com
SERVER_PORT
80
SERVER_ADDR
172.26.150.138
REMOTE_PORT
49638
REMOTE_ADDR
54.152.77.92
SERVER_SOFTWARE
nginx/1.15.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/new.cnccyy.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/index-home_Lists_index_8.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index-home_Lists_index_8.html
SCRIPT_FILENAME
/www/wwwroot/new.cnccyy.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711651429.1068
REQUEST_TIME
1711651429
Environment Variables
empty

ThinkPHP Constants

BIND_MODULE
index
APP_PATH
/www/wwwroot/new.cnccyy.com/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711651429.1073
THINK_START_MEM
414368
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/new.cnccyy.com/thinkphp/
LIB_PATH
/www/wwwroot/new.cnccyy.com/thinkphp/library/
CORE_PATH
/www/wwwroot/new.cnccyy.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/new.cnccyy.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/new.cnccyy.com/
EXTEND_PATH
/www/wwwroot/new.cnccyy.com/extend/
VENDOR_PATH
/www/wwwroot/new.cnccyy.com/vendor/
RUNTIME_PATH
/www/wwwroot/new.cnccyy.com/runtime/
LOG_PATH
/www/wwwroot/new.cnccyy.com/runtime/log/
CACHE_PATH
/www/wwwroot/new.cnccyy.com/runtime/cache/
TEMP_PATH
/www/wwwroot/new.cnccyy.com/runtime/temp/
CONF_PATH
/www/wwwroot/new.cnccyy.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
0.026681s