[0] HttpException in App.php line 373

控制器不存在:Ben

  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 373
  2. at App::module(['index', 'ben', 'article-006769.shtml'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/data/user/myfolder/...') in index.php line 10

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
handl_ip 3.128.201.71
handl_landing_page https://comau.com/zh-hans/2020/11/18/%e4%ba%ba%e6%9c%ba%e5%8d%8f%e4%bd%9c%ef%bc%9a%e8%8f%b2%e4%ba%9a%e7%89%b9%e5%8a%a8%e5%8a%9b%e7%a7%91%e6%8a%80%e5%b7%b2%e4%b8%8e-%e6%9f%af%e9%a9%ac%e5%8d%8f%e4%bd%9c%e5%b0%86%e5%b7%a5%e4%b8%9a-4-0/feed
care_did dddb0ce7-0a34-4d3c-8748-e1cb9a252e46
user_agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HandLtestDomainNameServer HandLtestDomainValueServer
handl_url https://comau.com/zh-hans/2020/11/18/%e4%ba%ba%e6%9c%ba%e5%8d%8f%e4%bd%9c%ef%bc%9a%e8%8f%b2%e4%ba%9a%e7%89%b9%e5%8a%a8%e5%8a%9b%e7%a7%91%e6%8a%80%e5%b7%b2%e4%b8%8e-%e6%9f%af%e9%a9%ac%e5%8d%8f%e4%bd%9c%e5%b0%86%e5%b7%a5%e4%b8%9a-4-0/feed
handl_url_base https://comau.com/zh-hans/2020/11/18/%e4%ba%ba%e6%9c%ba%e5%8d%8f%e4%bd%9c%ef%bc%9a%e8%8f%b2%e4%ba%9a%e7%89%b9%e5%8a%a8%e5%8a%9b%e7%a7%91%e6%8a%80%e5%b7%b2%e4%b8%8e-%e6%9f%af%e9%a9%ac%e5%8d%8f%e4%bd%9c%e5%b0%86%e5%b7%a5%e4%b8%9a-4-0/feed
Sessionempty
Server/Request Data
USER nobody
HOME /
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /data/user/htdocs/index.php
PATH_INFO /ben/article-006769.shtml
QUERY_STRING s=/ben/article-006769.shtml
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /ben/article-006769.shtml
DOCUMENT_URI /index.php
DOCUMENT_ROOT /data/user/htdocs
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.18.0
REMOTE_ADDR 3.128.201.71
REMOTE_PORT 62726
SERVER_ADDR 10.21.232.236
SERVER_PORT 443
SERVER_NAME moutil.com
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_REFERER http://moutil.com/ben/article-006769.shtml
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_COOKIE handl_ip=3.128.201.71; handl_landing_page=https%3A%2F%2Fcomau.com%2Fzh-hans%2F2020%2F11%2F18%2F%25e4%25ba%25ba%25e6%259c%25ba%25e5%258d%258f%25e4%25bd%259c%25ef%25bc%259a%25e8%258f%25b2%25e4%25ba%259a%25e7%2589%25b9%25e5%258a%25a8%25e5%258a%259b%25e7%25a7%2591%25e6%258a%2580%25e5%25b7%25b2%25e4%25b8%258e-%25e6%259f%25af%25e9%25a9%25ac%25e5%258d%258f%25e4%25bd%259c%25e5%25b0%2586%25e5%25b7%25a5%25e4%25b8%259a-4-0%2Ffeed; care_did=dddb0ce7-0a34-4d3c-8748-e1cb9a252e46; user_agent=Mozilla%2F5.0%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%3B%20compatible%3B%20ClaudeBot%2F1.0%3B%20%2Bclaudebot%40anthropic.com%29; HandLtestDomainNameServer=HandLtestDomainValueServer; handl_url=https%3A%2F%2Fcomau.com%2Fzh-hans%2F2020%2F11%2F18%2F%25e4%25ba%25ba%25e6%259c%25ba%25e5%258d%258f%25e4%25bd%259c%25ef%25bc%259a%25e8%258f%25b2%25e4%25ba%259a%25e7%2589%25b9%25e5%258a%25a8%25e5%258a%259b%25e7%25a7%2591%25e6%258a%2580%25e5%25b7%25b2%25e4%25b8%258e-%25e6%259f%25af%25e9%25a9%25ac%25e5%258d%258f%25e4%25bd%259c%25e5%25b0%2586%25e5%25b7%25a5%25e4%25b8%259a-4-0%2Ffeed; handl_url_base=https%3A%2F%2Fcomau.com%2Fzh-hans%2F2020%2F11%2F18%2F%25e4%25ba%25ba%25e6%259c%25ba%25e5%258d%258f%25e4%25bd%259c%25ef%25bc%259a%25e8%258f%25b2%25e4%25ba%259a%25e7%2589%25b9%25e5%258a%25a8%25e5%258a%259b%25e7%25a7%2591%25e6%258a%2580%25e5%25b7%25b2%25e4%25b8%258e-%25e6%259f%25af%25e9%25a9%25ac%25e5%258d%258f%25e4%25bd%259c%25e5%25b0%2586%25e5%25b7%25a5%25e4%25b8%259a-4-0%2Ffeed
HTTP_HOST moutil.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1734868947.7671
REQUEST_TIME 1734868947
Environment Variablesempty
ThinkPHP Constants
APP_PATH ../myfolder/application/
BIND_MODULE index
THINK_VERSION 5.0.6
THINK_START_TIME 1734868947.7672
THINK_START_MEM 235152
EXT .php
DS /
THINK_PATH /data/user/myfolder/inc/
LIB_PATH /data/user/myfolder/inc/library/
CORE_PATH /data/user/myfolder/inc/library/think/
TRAIT_PATH /data/user/myfolder/inc/library/traits/
ROOT_PATH /data/user/myfolder/
EXTEND_PATH /data/user/myfolder/extend/
VENDOR_PATH /data/user/myfolder/vendor/
RUNTIME_PATH /data/user/myfolder/runtime/
LOG_PATH /data/user/myfolder/runtime/log/
CACHE_PATH /data/user/myfolder/runtime/cache/
TEMP_PATH /data/user/myfolder/runtime/temp/
CONF_PATH ../myfolder/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
url /ben/article-006769.shtml
ref http://moutil.com/ben/article-006769.shtml
ent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
site http://wap.few82.com/
road ?road=moutil.com/ben/article-006769.shtml
memes ?road=moutil.com/ben/article-006769.shtml&referer=http%3A%2F%2Fmoutil.com%2Fben%2Farticle-006769.shtml
regs @BaiduSpider|Sogou|Yisou|Haosou|360Spider@i
mobile /phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/
area true