#0 [0]HttpException in MultiApp.php line 140

应用不存在:data

  1. if (isset($map[$name])) {
  2. if ($map[$name] instanceof Closure) {
  3. $result = call_user_func_array($map[$name], [$this->app]);
  4. $appName = $result ?: $name;
  5. } else {
  6. $appName = $map[$name];
  7. }
  8. } elseif ($name && (false !== array_search($name, $map) || in_array($name, $deny))) {
  9. throw new HttpException(404, 'app not exists:' . $name);
  10. } elseif ($name && isset($map['*'])) {
  11. $appName = $map['*'];
  12. } else {
  13. $appName = $name ?: $defaultApp;
  14. $appPath = $this->path ?: $this->app->getBasePath() . $appName . DIRECTORY_SEPARATOR;
  15. if (!is_dir($appPath)) {
  16. $express = $this->app->config->get('app.app_express', false);
  17. if ($express) {

Call Stack

  1. in MultiApp.php line 140
  2. at MultiApp->parseMultiApp() in MultiApp.php line 64
  3. at MultiApp->handle(object(Request), object(Closure))
  4. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  5. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  6. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  7. at SessionInit->handle(object(Request), object(Closure))
  8. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  9. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  10. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  11. at Pipeline->then(object(Closure)) in Http.php line 201
  12. at Http->runWithRequest(object(Request)) in Http.php line 162
  13. at Http->run() in index.php line 30

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST wzszgh.org.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME wzszgh.org.cn
SERVER_PORT 80
SERVER_ADDR 154.194.155.163
REMOTE_PORT 33860
REMOTE_ADDR 44.197.113.64
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/wzszgh.i9k.me/public
DOCUMENT_URI /index.php
REQUEST_URI /data/sitemap.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/data/sitemap.html
SCRIPT_FILENAME /www/wwwroot/wzszgh.i9k.me/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710830457.6081
REQUEST_TIME 1710830457