[0] HttpException in App.php line 372

控制器不存在:Cate

  1. // 设置当前请求的控制器、操作
  2. $request->controller(Loader::parseName($controller, 1))->action($actionName);
  3. // 监听module_init
  4. Hook::listen('module_init', $request);
  5. $instance = Loader::controller($controller, $config['url_controller_layer'], $config['controller_suffix'], $config['empty_controller']);
  6. if (is_null($instance)) {
  7. throw new HttpException(404, 'controller not exists:' . Loader::parseName($controller, 1));
  8. }
  9. // 获取当前操作名
  10. $action = $actionName . $config['action_suffix'];
  11. $vars = [];
  12. if (is_callable([$instance, $action])) {
  13. // 执行操作方法
  14. $call = [$instance, $action];
  15. } elseif (is_callable([$instance, '_empty'])) {

Call Stack

  1. in App.php line 372
  2. at App::module(['front', 'cate', 'action'], ['app_namespace' => 'app', 'app_debug' => false, 'app_trace' => false, ...], true) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/home/wwwroot/5tgame...') in index.php line 23

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_CF_CONNECTING_IP
34.230.68.214
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
86b64974cf8556b0-EWR
HTTP_X_FORWARDED_FOR
34.230.68.214
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CONNECTION
Keep-Alive
HTTP_HOST
5tgames.com
REDIRECT_STATUS
200
SERVER_NAME
5tgames.com
SERVER_PORT
80
SERVER_ADDR
167.99.239.60
REMOTE_PORT
49458
REMOTE_ADDR
162.158.154.108
SERVER_SOFTWARE
nginx/1.16.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/home/wwwroot/5tgames.com/www
DOCUMENT_URI
/index.php
REQUEST_URI
/cate/action.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/cate/action.html
SCRIPT_FILENAME
/home/wwwroot/5tgames.com/www/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711614928.1389
REQUEST_TIME
1711614928
PATH_INFO
/cate/action.html
Environment Variables
empty

ThinkPHP Constants

BIND_MODULE
front
TMPL_PATH
/home/wwwroot/5tgames.com/www/../template/
APP_PATH
/home/wwwroot/5tgames.com/www/../application/
THINK_VERSION
5.0.7
THINK_START_TIME
1711614928.1392
THINK_START_MEM
367600
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/5tgames.com/thinkphp/
LIB_PATH
/home/wwwroot/5tgames.com/thinkphp/library/
CORE_PATH
/home/wwwroot/5tgames.com/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/5tgames.com/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/5tgames.com/
EXTEND_PATH
/home/wwwroot/5tgames.com/extend/
VENDOR_PATH
/home/wwwroot/5tgames.com/vendor/
RUNTIME_PATH
/home/wwwroot/5tgames.com/runtime/
LOG_PATH
/home/wwwroot/5tgames.com/runtime/log/
CACHE_PATH
/home/wwwroot/5tgames.com/runtime/cache/
TEMP_PATH
/home/wwwroot/5tgames.com/runtime/temp/
CONF_PATH
/home/wwwroot/5tgames.com/www/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
UPLOAD_PATH
/home/wwwroot/5tgames.com/public/uploads
STATIC_URL
https://cdn1.5bob.net
ASSETS_URL
/assets/