[0] HttpException in App.php line 591

控制器不存在:app\index\controller\Prolist

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 591
  2. at App::module(['Index', 'prolist', 'id'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['Index', 'prolist', 'id']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/mnt/fuguangchina202...') in index.php line 25

Environment Variables

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

Server/Request Data

USER
www-data
HOME
/var/www
HTTP_X5_UUID
5ec9f3ddb472b91be2ce3b6975875d8b
HTTP_X_SINFO
on
HTTP_X_CLIENT_IP
34.228.7.237
HTTP_X_TRUE_IP
34.228.7.237
HTTP_X_FORWARDED_PROTO
https
HTTP_WL_PROXY_CLIENT_IP
34.228.7.237
HTTP_WEB_SERVER_TYPE
nginx
HTTP_X_REAL_IP
34.228.7.237
HTTP_EAGLEEYE_RPCID
0.1
HTTP_ACCEPT
*/*
HTTP_EAGLEEYE_TRACEID
707c9fc317108201789101100e3e17
HTTP_X_FORWARDED_CLUSTER
waf,
HTTP_X_FORWARDED_FOR
34.228.7.237
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.fuguangchina.com
SCRIPT_FILENAME
/mnt/fuguangchina2022/web/index.php
REDIRECT_STATUS
200
SERVER_NAME
www.fuguangchina.com
SERVER_PORT
443
SERVER_ADDR
172.16.47.175
REMOTE_PORT
48998
REMOTE_ADDR
112.124.159.195
SERVER_SOFTWARE
nginx/1.14.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/mnt/fuguangchina2022/web
DOCUMENT_URI
/index.php
REQUEST_URI
/Index/prolist/id/11/ks/11/xl/172/pr/3/tp/1.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//Index/prolist/id/11/ks/11/xl/172/pr/3/tp/1.html
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710820178.9599
REQUEST_TIME
1710820178
PATH_INFO
//Index/prolist/id/11/ks/11/xl/172/pr/3/tp/1.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/fuguangchina2022/web/application/
RUNTIME_PATH
/mnt/fuguangchina2022/web/runtime/
THINK_VERSION
5.0.24
THINK_START_TIME
1710820178.96
THINK_START_MEM
398472
EXT
.php
DS
/
THINK_PATH
/mnt/fuguangchina2022/web/thinkphp/
LIB_PATH
/mnt/fuguangchina2022/web/thinkphp/library/
CORE_PATH
/mnt/fuguangchina2022/web/thinkphp/library/think/
TRAIT_PATH
/mnt/fuguangchina2022/web/thinkphp/library/traits/
ROOT_PATH
/mnt/fuguangchina2022/web/
EXTEND_PATH
/mnt/fuguangchina2022/web/extend/
VENDOR_PATH
/mnt/fuguangchina2022/web/vendor/
LOG_PATH
/mnt/fuguangchina2022/web/runtime/log/
CACHE_PATH
/mnt/fuguangchina2022/web/runtime/cache/
TEMP_PATH
/mnt/fuguangchina2022/web/runtime/temp/
CONF_PATH
/mnt/fuguangchina2022/web/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.2.10