[0] HttpException in App.php line 388

控制器不存在:Productlist

  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 388
  2. at App::module(['home', 'productlist', null], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['home', 'productlist', null]], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/www.hen...') in index.php line 17

Environment Variables

GET Data

124_2_html
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
REDIRECT_STATUS
200
proxy-nokeepalive
1
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.hengxinggc.com
PATH
/www/server/panel/pyenv/bin:/www/server/panel/pyenv/bin:/www/server/panel/pyenv/bin:/www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
LD_LIBRARY_PATH
/www/server/apache/lib
SERVER_SIGNATURE
<address>Apache Server at www.hengxinggc.com Port 80</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.hengxinggc.com
SERVER_ADDR
172.30.24.247
SERVER_PORT
80
REMOTE_ADDR
54.146.154.243
DOCUMENT_ROOT
/www/wwwroot/www.hengxinggc.com/public
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/www.hengxinggc.com/public
SERVER_ADMIN
webmaster@example.com
SCRIPT_FILENAME
/www/wwwroot/www.hengxinggc.com/public/index.php
REMOTE_PORT
57176
REDIRECT_URL
/productlist/
REDIRECT_QUERY_STRING
s=/productlist/&124_2.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
s=/productlist/&124_2.html
REQUEST_URI
/productlist/?124_2.html
SCRIPT_NAME
/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711668009.0598
REQUEST_TIME
1711668009
PATH_INFO
/productlist/
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.hengxinggc.com/public/../application/
THINK_VERSION
5.0.9
THINK_START_TIME
1711668009.0601
THINK_START_MEM
237432
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.hengxinggc.com/thinkphp/
LIB_PATH
/www/wwwroot/www.hengxinggc.com/thinkphp/library/
CORE_PATH
/www/wwwroot/www.hengxinggc.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.hengxinggc.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.hengxinggc.com/
EXTEND_PATH
/www/wwwroot/www.hengxinggc.com/extend/
VENDOR_PATH
/www/wwwroot/www.hengxinggc.com/vendor/
RUNTIME_PATH
/www/wwwroot/www.hengxinggc.com/runtime/
LOG_PATH
/www/wwwroot/www.hengxinggc.com/runtime/log/
CACHE_PATH
/www/wwwroot/www.hengxinggc.com/runtime/cache/
TEMP_PATH
/www/wwwroot/www.hengxinggc.com/runtime/temp/
CONF_PATH
/www/wwwroot/www.hengxinggc.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.2.10