[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', 'yxzx'], ['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
HandLtestDomainNameServer HandLtestDomainValueServer
handl_landing_page https://hostedvillas.com/?s=%E8%B4%A2%E8%BF%90%E4%B8%8D%E4%BD%B3%E7%9A%84%E9%A3%8E%E6%B0%B4%E8%B0%83%E6%95%B4%E3%80%90Q%E2%92%8A%E2%92%8F%E2%92%8A%E2%92%8C%E2%92%8CO%E2%92%8F%E2%92%8FO%E3%80%91%E2%88%9A%E8%BD%ACihbwel%E8%B0%B7O6J
care_did 5bb36015-8e16-4e54-a1eb-c1a5159e0f0d
user_agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
handl_ip 3.128.201.207
fikker-61vm-nk2N MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E
handl_url https://hartfordrents.com/wp-json/oembed/1.0/embed?format=xml&url=https%3A%2F%2Fhartfordrents.com%2Flocations%2Fcalifornia%2Fmonitor-rental%2F
handl_url_base https://hartfordrents.com/wp-json/oembed/1.0/embed
Sessionempty
Server/Request Data
USER nobody
HOME /
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /data/user/htdocs/index.php
PATH_INFO /ben/yxzx/815453.shtml
QUERY_STRING s=/ben/yxzx/815453.shtml
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /ben/yxzx/815453.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.207
REMOTE_PORT 62570
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/yxzx/815453.shtml
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_COOKIE HandLtestDomainNameServer=HandLtestDomainValueServer; handl_landing_page=https%3A%2F%2Fhostedvillas.com%2F%3Fs%3D%25E8%25B4%25A2%25E8%25BF%2590%25E4%25B8%258D%25E4%25BD%25B3%25E7%259A%2584%25E9%25A3%258E%25E6%25B0%25B4%25E8%25B0%2583%25E6%2595%25B4%25E3%2580%2590Q%25E2%2592%258A%25E2%2592%258F%25E2%2592%258A%25E2%2592%258C%25E2%2592%258CO%25E2%2592%258F%25E2%2592%258FO%25E3%2580%2591%25E2%2588%259A%25E8%25BD%25ACihbwel%25E8%25B0%25B7O6J; care_did=5bb36015-8e16-4e54-a1eb-c1a5159e0f0d; 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.128.201.207; fikker-61vm-nk2N=MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E; handl_url=https%3A%2F%2Fhartfordrents.com%2Fwp-json%2Foembed%2F1.0%2Fembed%3Fformat%3Dxml%26url%3Dhttps%253A%252F%252Fhartfordrents.com%252Flocations%252Fcalifornia%252Fmonitor-rental%252F; handl_url_base=https%3A%2F%2Fhartfordrents.com%2Fwp-json%2Foembed%2F1.0%2Fembed
HTTP_HOST moutil.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1732273728.4846
REQUEST_TIME 1732273728
Environment Variablesempty
ThinkPHP Constants
APP_PATH ../myfolder/application/
BIND_MODULE index
THINK_VERSION 5.0.6
THINK_START_TIME 1732273728.4847
THINK_START_MEM 233512
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/yxzx/815453.shtml
ref http://moutil.com/ben/yxzx/815453.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/yxzx/815453.shtml
memes ?road=moutil.com/ben/yxzx/815453.shtml&referer=http%3A%2F%2Fmoutil.com%2Fben%2Fyxzx%2F815453.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