[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-711125.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_landing_page https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09
care_did ef21c3df-9f7e-4e9c-b42e-fa9e479c2048
handl_url_base https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09/
user_agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
handl_ip 3.142.36.215
handl_original_ref https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09
handl_ref https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09
RWSESSID 260337273bfa45644ba5d27b664c9cba
fly_ab_uid f300915c-50b3-412e-b128-b94dc887f651
fly_device desktop
HandLtestDomainNameServer HandLtestDomainValueServer
fly_geo {"countryCode":"us","region":"oh","dma":"535"}
organic_source https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09
organic_source_str Internal
handl_url https://sprutcam.com/fr/%C3%A9v%C3%A9nements/mois/2024-09/
Sessionempty
Server/Request Data
USER nobody
HOME /
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /data/user/htdocs/index.php
PATH_INFO /ben/article-711125.shtml
QUERY_STRING s=/ben/article-711125.shtml
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /ben/article-711125.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.142.36.215
REMOTE_PORT 44134
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-711125.shtml
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_COOKIE handl_landing_page=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09; care_did=ef21c3df-9f7e-4e9c-b42e-fa9e479c2048; handl_url_base=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09%2F; 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; handl_ip=3.142.36.215; handl_original_ref=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09; handl_ref=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09; RWSESSID=260337273bfa45644ba5d27b664c9cba; fly_ab_uid=f300915c-50b3-412e-b128-b94dc887f651; fly_device=desktop; HandLtestDomainNameServer=HandLtestDomainValueServer; fly_geo={"countryCode":"us","region":"oh","dma":"535"}; organic_source=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09; organic_source_str=Internal; handl_url=https%3A%2F%2Fsprutcam.com%2Ffr%2F%25C3%25A9v%25C3%25A9nements%2Fmois%2F2024-09%2F
HTTP_HOST moutil.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1734883460.3287
REQUEST_TIME 1734883460
Environment Variablesempty
ThinkPHP Constants
APP_PATH ../myfolder/application/
BIND_MODULE index
THINK_VERSION 5.0.6
THINK_START_TIME 1734883460.3289
THINK_START_MEM 236376
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-711125.shtml
ref http://moutil.com/ben/article-711125.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-711125.shtml
memes ?road=moutil.com/ben/article-711125.shtml&referer=http%3A%2F%2Fmoutil.com%2Fben%2Farticle-711125.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