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

app not exists:admin

  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()
  4. at call_user_func() in Middleware.php line 142
  5. at Middleware->think\{closure}() in Pipeline.php line 85
  6. at Pipeline->think\{closure}() in SessionInit.php line 67
  7. at SessionInit->handle()
  8. at call_user_func() in Middleware.php line 142
  9. at Middleware->think\{closure}() in Pipeline.php line 85
  10. at Pipeline->think\{closure}() in LoadLangPack.php line 57
  11. at LoadLangPack->handle()
  12. at call_user_func() in Middleware.php line 142
  13. at Middleware->think\{closure}() in Pipeline.php line 85
  14. at Pipeline->think\{closure}() in Pipeline.php line 66
  15. at Pipeline->then() in Http.php line 206
  16. at Http->runWithRequest() in Http.php line 170
  17. at Http->run() in index.php line 26

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
TEMP /tmp
TMPDIR /tmp
TMP /tmp
PATH /usr/local/bin:/usr/bin:/bin
USER www
HOME /home/www
HTTP_REFERER https://dhb.com.cn/admin
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.dhb.com.cn
REDIRECT_STATUS 200
SERVER_NAME www.dhb.com.cn
SERVER_PORT 443
SERVER_ADDR 121.46.201.220
REMOTE_PORT 53438
REMOTE_ADDR 18.234.165.107
SERVER_SOFTWARE nginx/1.21.4
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /data/www/dhb.com.cn
DOCUMENT_URI /index.php
REQUEST_URI /admin
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/admin
SCRIPT_FILENAME /data/www/dhb.com.cn/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711652239.0552
REQUEST_TIME 1711652239