[0] HttpException in Module.php line 97

控制器不存在:app\web\controller\Art

  1. $this->app['hook']->listen('module_init');
  2. try {
  3. // 实例化控制器
  4. $instance = $this->app->controller($this->controller,
  5. $this->rule->getConfig('url_controller_layer'),
  6. $this->rule->getConfig('controller_suffix'),
  7. $this->rule->getConfig('empty_controller'));
  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 97
  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)) in sys.php line 113
  7. at {closure}(object(Request), object(Closure), null)
  8. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  9. at Middleware->think\{closure}(object(Request)) in common.php line 246
  10. at {closure}(object(Request), object(Closure), null)
  11. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  12. at Middleware->think\{closure}(object(Request))
  13. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  14. at Middleware->dispatch(object(Request)) in App.php line 435
  15. at App->run() in index.php line 24

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_MIBDIRS /xampp/php/extras/mibs
REDIRECT_MYSQL_HOME \xampp\mysql\bin
REDIRECT_OPENSSL_CONF /xampp/apache/bin/openssl.cnf
REDIRECT_PHP_PEAR_SYSCONF_DIR \xampp\php
REDIRECT_PHPRC \xampp\php
REDIRECT_TMP \xampp\tmp
REDIRECT_STATUS 200
MIBDIRS /xampp/php/extras/mibs
MYSQL_HOME \xampp\mysql\bin
OPENSSL_CONF /xampp/apache/bin/openssl.cnf
PHP_PEAR_SYSCONF_DIR \xampp\php
PHPRC \xampp\php
TMP \xampp\tmp
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST aiguowang.org
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
SystemRoot C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
SERVER_SIGNATURE <address>Apache/2.4.39 (Win64) OpenSSL/1.1.1c PHP/7.3.6 Server at aiguowang.org Port 80</address>
SERVER_SOFTWARE Apache/2.4.39 (Win64) OpenSSL/1.1.1c PHP/7.3.6
SERVER_NAME aiguowang.org
SERVER_ADDR 116.90.83.203
SERVER_PORT 80
REMOTE_ADDR 3.93.173.205
DOCUMENT_ROOT H:/xampp/htdocs/aiguo/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT H:/xampp/htdocs/aiguo/public
SERVER_ADMIN postmaster@localhost
SCRIPT_FILENAME H:/xampp/htdocs/aiguo/public/index.php
REMOTE_PORT 34954
REDIRECT_URL /web/art
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /web/art
SCRIPT_NAME /index.php
PATH_INFO /web/art
PATH_TRANSLATED redirect:\index.php\web\art\art
PHP_SELF /index.php/web/art
REQUEST_TIME_FLOAT 1710822488.072
REQUEST_TIME 1710822488
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.9