[0] HttpException in Module.php line 101

控制器不存在:app\admin\controller\xueshujie_addedit_purview_add_change\Asp

  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 101
  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 38

Environment Variables

GET Data
action change
id 515
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.gtycn.net
PATH /sbin:/usr/sbin:/bin:/usr/bin
LD_LIBRARY_PATH /alidata/server/httpd/lib
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME www.gtycn.net
SERVER_ADDR 59.110.52.60
SERVER_PORT 80
REMOTE_ADDR 44.192.247.144
DOCUMENT_ROOT /alidata/www/gty/public/
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /alidata/www/gty/public/
SERVER_ADMIN webmaster@dummy-host.example.com
SCRIPT_FILENAME /alidata/www/gty/public/index.php
REMOTE_PORT 37642
REDIRECT_QUERY_STRING action=change&id=515
REDIRECT_URL /admin/xueshujie_AddEdit_purview_add_change.asp
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING action=change&id=515
REQUEST_URI /admin/xueshujie_AddEdit_purview_add_change.asp?action=change&id=515
SCRIPT_NAME /index.php
PATH_INFO /admin/xueshujie_AddEdit_purview_add_change.asp
PATH_TRANSLATED redirect:/index.php/admin/xueshujie_AddEdit_purview_add_change.asp/xueshujie_AddEdit_purview_add_change.asp
PHP_SELF /index.php/admin/xueshujie_AddEdit_purview_add_change.asp
REQUEST_TIME_FLOAT 1711714429.234
REQUEST_TIME 1711714429
Environment Variablesempty
ThinkPHP Constants
APP_PATH /alidata/www/gty/public/../app/