[0] HttpException in Module.php line 100

控制器不存在:app\www\controller\2015Controller

  1. $instance = $this->app->controller($this->controller,
  2. $this->rule->getConfig('url_controller_layer'),
  3. $this->rule->getConfig('controller_suffix'),
  4. $this->rule->getConfig('empty_controller'));
  5. if ($instance instanceof Controller) {
  6. $instance->registerMiddleware();
  7. }
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 100
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 432
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  8. at Middleware->dispatch(object(Request)) in App.php line 435
  9. at App->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
HOSTNAME 365tui
PHP_INI_DIR /usr/local/etc/php
HOME /var/www
PHP_LDFLAGS -Wl,-O1 -pie
PHP_CFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_VERSION 7.3.33
GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
PHP_CPPFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_ASC_URL https://www.php.net/distributions/php-7.3.33.tar.xz.asc
PHP_URL https://www.php.net/distributions/php-7.3.33.tar.xz
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPS autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PWD /var/www/html
PHP_SHA256 166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc
TZ Asia/Shanghai
USER www-data
HTTP_HOST 788365.net
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /2015/11/index.php
REDIRECT_STATUS 200
SERVER_NAME *.com
SERVER_PORT 80
SERVER_ADDR 45.125.218.235
REMOTE_PORT 39144
REMOTE_ADDR 3.93.173.205
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/admin.365365058.com/public_www
DOCUMENT_URI /index.php/2015/11/
REQUEST_URI /index.php/2015/11/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /www/wwwroot/admin.365365058.com/public_www/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php/2015/11/index.php
REQUEST_TIME_FLOAT 1710826973.2688
REQUEST_TIME 1710826973
Environment Variablesempty
ThinkPHP Constants
DocumentRoot /www/wwwroot/admin.365365058.com/public_www