[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', 'j1r1768aujscstcuk.sh...'], ['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
user_agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
handl_landing_page https://maestriacondos.com/plans-penthouses/?Questions-127582=https%3A%2F%2Fmaestriacondos.com%2Fen%2Fplans-penthouses%2F%3FQuestions-127582%3Dhttps%3A%2F%2Fbestparadshivling.com%2Fta%2Fcategory%2Fenglish-blog%2Ffeed%26Questions-127583%3DInternal&Questions-127583=Other
HandLtestDomainNameServer HandLtestDomainValueServer
Questions-127583 Other
handl_url_base https://maestriacondos.com/plans-penthouses/
Questions-127582 https://maestriacondos.com/en/plans-penthouses/?Questions-127582=https://bestparadshivling.com/ta/category/english-blog/feed&Questions-127583=Internal
handl_ip 18.217.49.233
handl_url https://maestriacondos.com/plans-penthouses/?Questions-127582=https%3A%2F%2Fmaestriacondos.com%2Fen%2Fplans-penthouses%2F%3FQuestions-127582%3Dhttps%3A%2F%2Fbestparadshivling.com%2Fta%2Fcategory%2Fenglish-blog%2Ffeed%26Questions-127583%3DInternal&Questions-127583=Other
Sessionempty
Server/Request Data
USER nobody
HOME /
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /data/user/htdocs/index.php
PATH_INFO /ben/j1r1768aujscstcuk.shtml
QUERY_STRING s=/ben/j1r1768aujscstcuk.shtml
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /ben/j1r1768aujscstcuk.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 18.217.49.233
REMOTE_PORT 20960
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/j1r1768aujscstcuk.shtml
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_COOKIE 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_landing_page=https%3A%2F%2Fmaestriacondos.com%2Fplans-penthouses%2F%3FQuestions-127582%3Dhttps%253A%252F%252Fmaestriacondos.com%252Fen%252Fplans-penthouses%252F%253FQuestions-127582%253Dhttps%253A%252F%252Fbestparadshivling.com%252Fta%252Fcategory%252Fenglish-blog%252Ffeed%2526Questions-127583%253DInternal%26Questions-127583%3DOther; HandLtestDomainNameServer=HandLtestDomainValueServer; Questions-127583=Other; handl_url_base=https%3A%2F%2Fmaestriacondos.com%2Fplans-penthouses%2F; Questions-127582=https%3A%2F%2Fmaestriacondos.com%2Fen%2Fplans-penthouses%2F%3FQuestions-127582%3Dhttps%3A%2F%2Fbestparadshivling.com%2Fta%2Fcategory%2Fenglish-blog%2Ffeed%26amp%3BQuestions-127583%3DInternal; handl_ip=18.217.49.233; handl_url=https%3A%2F%2Fmaestriacondos.com%2Fplans-penthouses%2F%3FQuestions-127582%3Dhttps%253A%252F%252Fmaestriacondos.com%252Fen%252Fplans-penthouses%252F%253FQuestions-127582%253Dhttps%253A%252F%252Fbestparadshivling.com%252Fta%252Fcategory%252Fenglish-blog%252Ffeed%2526Questions-127583%253DInternal%26Questions-127583%3DOther
HTTP_HOST moutil.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1726800616.7155
REQUEST_TIME 1726800616
Environment Variablesempty
ThinkPHP Constants
APP_PATH ../myfolder/application/
BIND_MODULE index
THINK_VERSION 5.0.6
THINK_START_TIME 1726800616.7157
THINK_START_MEM 234728
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/j1r1768aujscstcuk.shtml
ref http://moutil.com/ben/j1r1768aujscstcuk.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/j1r1768aujscstcuk.shtml
memes ?road=moutil.com/ben/j1r1768aujscstcuk.shtml&referer=http%3A%2F%2Fmoutil.com%2Fben%2Fj1r1768aujscstcuk.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