[0] HttpException in Controller.php line 77

控制器不存在:app\controller\Lxwm

  1. ->setAction($this->actionName);
  2. }
  3. public function exec()
  4. {
  5. try {
  6. // 实例化控制器
  7. $instance = $this->controller($this->controller);
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 注册控制器中间件
  12. $this->registerControllerMiddleware($instance);
  13. $this->app->middleware->controller(function (Request $request, $next) use ($instance) {
  14. // 获取当前操作名
  15. $action = $this->actionName . $this->rule->config('action_suffix');

Call Stack

  1. in Controller.php line 77
  2. at Controller->exec() in Dispatch.php line 103
  3. at Dispatch->run() in Route.php line 751
  4. at Route->think\{closure}() in Container.php line 292
  5. at Closure->__invoke() in Container.php line 292
  6. at Container->invokeFunction() in Container.php line 371
  7. at Container->invoke() in Middleware.php line 204
  8. at Middleware->think\{closure}()
  9. at call_user_func() in Middleware.php line 152
  10. at Middleware->dispatch() in Route.php line 758
  11. at Route->dispatch() in Http.php line 194
  12. at Http->runWithRequest() in Http.php line 146
  13. at Http->run() in index.php line 22

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.tswl.net
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.tsyxart.com
SERVER_PORT 80
SERVER_ADDR 192.168.0.49
REMOTE_PORT 41310
REMOTE_ADDR 35.173.125.112
SERVER_SOFTWARE nginx/1.24.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.tsyxart.com/public
DOCUMENT_URI /index.php
REQUEST_URI /lxwm
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/lxwm
SCRIPT_FILENAME /www/wwwroot/www.tsyxart.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711696412.4634
REQUEST_TIME 1711696412
Environment Variablesempty
ThinkPHP Constantsempty