[0] HttpException in App.php line 394

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

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

Call Stack

  1. in App.php line 394
  2. at App::module() in App.php line 296
  3. at App::exec() in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/es.hgla...') in index.php line 21

Environment Variables

GET Data

__
true
POST Data
empty
Files
empty
Cookies
empty

Session

think
{ "baseDir": "\/" }

Server/Request Data

USER
www
HOME
/home/www
HTTP_REFERER
http://es.hglaser.com/product/cortadoraporl%25C3%25A1serco2profile3015.htm
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
es.hglaser.com
PATH_INFO
/product/cortadoraporl%C3%A1serco2profile3015.htm
REDIRECT_STATUS
200
SERVER_NAME
es.hglaser.com
SERVER_PORT
443
SERVER_ADDR
173.230.128.102
REMOTE_PORT
59802
REMOTE_ADDR
54.211.203.45
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/es.hglaser.com
DOCUMENT_URI
/index.php
REQUEST_URI
/product/cortadoraporl%25C3%25A1serco2profile3015.htm
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/product/cortadoraporl%25C3%25A1serco2profile3015.htm
SCRIPT_FILENAME
/www/wwwroot/es.hglaser.com/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711621564.8046
REQUEST_TIME
1711621564
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
true
APP_TRACE
false
APP_PATH
/www/wwwroot/es.hglaser.com/app/
CONF_PATH
/www/wwwroot/es.hglaser.com/config/
BIND_MODULE
index
THINK_VERSION
5.0.12
THINK_START_TIME
1711621564.8051
THINK_START_MEM
412208
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/es.hglaser.com/system/
LIB_PATH
/www/wwwroot/es.hglaser.com/system/library/
CORE_PATH
/www/wwwroot/es.hglaser.com/system/library/think/
TRAIT_PATH
/www/wwwroot/es.hglaser.com/system/library/traits/
ROOT_PATH
/www/wwwroot/es.hglaser.com/
EXTEND_PATH
/www/wwwroot/es.hglaser.com/extend/
VENDOR_PATH
/www/wwwroot/es.hglaser.com/vendor/
RUNTIME_PATH
/www/wwwroot/es.hglaser.com/runtime/
LOG_PATH
/www/wwwroot/es.hglaser.com/runtime/log/
CACHE_PATH
/www/wwwroot/es.hglaser.com/runtime/cache/
TEMP_PATH
/www/wwwroot/es.hglaser.com/runtime/temp/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTML_PATH
/www/wwwroot/es.hglaser.com/