[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', 'm=home'], ['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 Data
wap View
a index
aid 784486.shtml
POST Dataempty
Filesempty
Cookies
handl_landing_page https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03
HandLtestDomainNameServer HandLtestDomainValueServer
fikker-61vm-nk2N MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E
handl_url https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03/
organic_source https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03
handl_original_ref https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03
organic_source_str Internal
care_did bfffec0a-92da-41b8-a47a-ffa471711ed0
handl_url_base https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03/
handl_ip 3.143.214.89, 3.143.214.89
user_agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
handl_ref https://yellowbirdre.com/events/category/for-the-chicks-women-networking/day/2027-11-03
Sessionempty
Server/Request Data
USER nobody
HOME /
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /data/user/htdocs/index.php
PATH_INFO /ben/m=home
QUERY_STRING s=/ben/m=home&wap=View&a=index&aid=784486.shtml
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /ben/m=home&wap=View&a=index&aid=784486.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.143.214.89
REMOTE_PORT 58320
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/m=home&wap=View&a=index&aid=784486.shtml
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_COOKIE handl_landing_page=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03; HandLtestDomainNameServer=HandLtestDomainValueServer; fikker-61vm-nk2N=MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E; handl_url=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03%2F; organic_source=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03; handl_original_ref=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03; organic_source_str=Internal; care_did=bfffec0a-92da-41b8-a47a-ffa471711ed0; handl_url_base=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03%2F; handl_ip=3.143.214.89%2C%203.143.214.89; 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_ref=https%3A%2F%2Fyellowbirdre.com%2Fevents%2Fcategory%2Ffor-the-chicks-women-networking%2Fday%2F2027-11-03
HTTP_HOST moutil.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1732001533.3984
REQUEST_TIME 1732001533
Environment Variablesempty
ThinkPHP Constants
APP_PATH ../myfolder/application/
BIND_MODULE index
THINK_VERSION 5.0.6
THINK_START_TIME 1732001533.3985
THINK_START_MEM 236848
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/m=home&wap=View&a=index&aid=784486.shtml
ref http://moutil.com/ben/m=home&wap=View&a=index&aid=784486.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/m=home&wap=View&a=index&aid=784486.shtml
memes ?road=moutil.com/ben/m=home&wap=View&a=index&aid=784486.shtml&referer=http%3A%2F%2Fmoutil.com%2Fben%2Fm%3Dhome%26wap%3DView%26a%3Dindex%26aid%3D784486.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