[0] HttpException in App.php line 390

控制器不存在:app\home\controller\Project

  1. // 设置当前请求的控制器、操作
  2. $request->controller(Loader::parseName($controller, 1))->action($actionName);
  3. // 监听module_init
  4. Hook::listen('module_init', $request);
  5. try {
  6. $instance = Loader::controller($controller, $config['url_controller_layer'], $config['controller_suffix'], $config['empty_controller']);
  7. } catch (ClassNotFoundException $e) {
  8. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  9. }
  10. // 获取当前操作名
  11. $action = $actionName . $config['action_suffix'];
  12. $vars = [];
  13. if (is_callable([$instance, $action])) {
  14. // 执行操作方法
  15. $call = [$instance, $action];

Call Stack

  1. in App.php line 390
  2. at App::module(['home', 'Project', '178'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 296
  3. at App::exec(['type' => 'module', 'module' => ['home', 'Project', '178']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('/usr/home/wh-as9k1ir...') in index.php line 26

Environment Variables

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

Server/Request Data

DOCUMENT_ROOT
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public
GATEWAY_INTERFACE
CGI/1.1
HTTP_ACCEPT
*/*
HTTP_HOST
ua48.com
HTTP_USER_AGENT
claudebot
PATH
/bin
PHPRC
/var/www/php70/hichina_ini/wh-as9k1irf0gtgh46uiqv
QUERY_STRING
REDIRECT_DOCUMENT_ROOT
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public
REDIRECT_GATEWAY_INTERFACE
CGI/1.1
REDIRECT_HTTP_ACCEPT
*/*
REDIRECT_HTTP_HOST
ua48.com
REDIRECT_HTTP_USER_AGENT
claudebot
REDIRECT_PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
REDIRECT_PATH_INFO
/178.html
REDIRECT_PATH_TRANSLATED
redirect:/index.php/178.html
REDIRECT_QUERY_STRING
REDIRECT_REMOTE_ADDR
3.236.139.73
REDIRECT_REMOTE_PORT
51488
REDIRECT_REQUEST_METHOD
GET
REDIRECT_REQUEST_URI
/Project/178.html
REDIRECT_SCRIPT_FILENAME
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/Project
REDIRECT_SCRIPT_NAME
/Project
REDIRECT_SCRIPT_URI
http://ua48.com/Project/178.html
REDIRECT_SCRIPT_URL
/Project/178.html
REDIRECT_SERVER_ADDR
10.29.163.103
REDIRECT_SERVER_ADMIN
webmaster@wh-as9k1irf0gtgh46uiqv.my3w.com
REDIRECT_SERVER_NAME
ua48.com
REDIRECT_SERVER_PORT
80
REDIRECT_SERVER_PROTOCOL
HTTP/1.1
REDIRECT_SERVER_SIGNATURE
REDIRECT_SERVER_SOFTWARE
Apache
REDIRECT_STATUS
200
REDIRECT_TZ
Asia/Shanghai
REDIRECT_UNIQUE_ID
ZgVHfAodo2cAG2zAjtEAAAAK
REDIRECT_URL
/Project/178.html
REMOTE_ADDR
3.236.139.73
REMOTE_PORT
51488
REQUEST_METHOD
GET
REQUEST_URI
/Project/178.html
SCRIPT_FILENAME
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/index.php
SCRIPT_NAME
/index.php
SCRIPT_URI
http://ua48.com/Project/178.html
SCRIPT_URL
/Project/178.html
SERVER_ADDR
10.29.163.103
SERVER_ADMIN
webmaster@wh-as9k1irf0gtgh46uiqv.my3w.com
SERVER_NAME
ua48.com
SERVER_PORT
80
SERVER_PROTOCOL
HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache
TZ
Asia/Shanghai
UNIQUE_ID
ZgVHfAodo2cAG2zAjtEAAAAK
ORIG_PATH_INFO
/Project/178.html
ORIG_PATH_TRANSLATED
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711622012.4792
REQUEST_TIME
1711622012
PATH_INFO
/Project/178.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../application/
UPLOAD_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../public
RUNTIME_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../runtime/
APP_DEBUG
true
BIND_MODULE
home
THINK_VERSION
5.0.11
THINK_START_TIME
1711622012.48
THINK_START_MEM
366880
EXT
.php
DS
/
THINK_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/thinkphp/
LIB_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/thinkphp/library/
CORE_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/thinkphp/library/think/
TRAIT_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/thinkphp/library/traits/
ROOT_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/
EXTEND_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/extend/
VENDOR_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/vendor/
LOG_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../runtime/log/
CACHE_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../runtime/cache/
TEMP_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../runtime/temp/
CONF_PATH
/usr/home/wh-as9k1irf0gtgh46uiqv/htdocs/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false