[0] HttpException in App.php line 369

控制器不存在:Offer

  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 369
  2. at App::module(['front', 'offer', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/home/wwwroot/health...') in index.php line 23

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_CF_CONNECTING_IP
18.212.102.174
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"http"}
HTTP_X_FORWARDED_PROTO
http
HTTP_CF_RAY
86b86da78b1a0678-EWR
HTTP_X_FORWARDED_FOR
18.212.102.174
HTTP_ACCEPT_ENCODING
gzip
HTTP_CONNECTION
Keep-Alive
HTTP_HOST
www.healthreviewer.org
REDIRECT_STATUS
200
SERVER_NAME
healthreviewer.org
SERVER_PORT
80
SERVER_ADDR
159.65.223.62
REMOTE_PORT
27524
REMOTE_ADDR
162.158.155.223
SERVER_SOFTWARE
nginx/1.16.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/home/wwwroot/healthreviewer.org/www
DOCUMENT_URI
/index.php
REQUEST_URI
/offer
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/offer
SCRIPT_FILENAME
/home/wwwroot/healthreviewer.org/www/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711637382.3708
REQUEST_TIME
1711637382
PATH_INFO
/offer
Environment Variables
empty

ThinkPHP Constants

BIND_MODULE
front
TMPL_PATH
/home/wwwroot/healthreviewer.org/www/../template/
APP_PATH
/home/wwwroot/healthreviewer.org/www/../application/
THINK_VERSION
5.0.7
THINK_START_TIME
1711637382.3715
THINK_START_MEM
404400
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/healthreviewer.org/thinkphp/
LIB_PATH
/home/wwwroot/healthreviewer.org/thinkphp/library/
CORE_PATH
/home/wwwroot/healthreviewer.org/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/healthreviewer.org/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/healthreviewer.org/
EXTEND_PATH
/home/wwwroot/healthreviewer.org/extend/
VENDOR_PATH
/home/wwwroot/healthreviewer.org/vendor/
RUNTIME_PATH
/home/wwwroot/healthreviewer.org/runtime/
LOG_PATH
/home/wwwroot/healthreviewer.org/runtime/log/
CACHE_PATH
/home/wwwroot/healthreviewer.org/runtime/cache/
TEMP_PATH
/home/wwwroot/healthreviewer.org/runtime/temp/
CONF_PATH
/home/wwwroot/healthreviewer.org/www/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
UPLOAD_PATH
/home/wwwroot/healthreviewer.org/public/uploads
STATIC_URL
https://cdn.kolaquiz.com
TYPE_TRIVIA
1
TYPE_FUN_QUIZ
2
TYPE_LOGO_QUIZ
3
0.020362s