#0 [0]HttpException in Url.php line 64

控制器不存在:fid-114

  1. return [null, null];
  2. }
  3. $appName = !empty($path) ? array_shift($path) : null;
  4. // 解析控制器
  5. $controller = !empty($path) ? array_shift($path) : $this->rule->config('default_controller');
  6. if ($controller && !preg_match('/^[A-Za-z0-9][\w|\.]*$/', $controller)) {
  7. throw new HttpException(404, 'controller not exists:' . $controller);
  8. }
  9. // 解析操作
  10. $action = !empty($path) ? array_shift($path) : $this->rule->config('default_action');
  11. $var = [];
  12. // 解析额外参数
  13. if ($path) {
  14. preg_replace_callback('/(\w+)\|([^\|]+)/', function ($match) use (&$var) {

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl() in Url.php line 31
  3. at Url->__construct() in Route.php line 844
  4. at Route->url() in Route.php line 802
  5. at Route->check() in Route.php line 762
  6. at Route->dispatch() in Http.php line 217
  7. at Http->dispatchToRoute() in Http.php line 207
  8. at Http->think\{closure}() in Pipeline.php line 59
  9. at Pipeline->think\{closure}() in SessionInit.php line 67
  10. at SessionInit->handle()
  11. at call_user_func() in Middleware.php line 142
  12. at Middleware->think\{closure}() in Pipeline.php line 85
  13. at Pipeline->think\{closure}() in TraceDebug.php line 71
  14. at TraceDebug->handle()
  15. at call_user_func() in Middleware.php line 142
  16. at Middleware->think\{closure}() in Pipeline.php line 85
  17. at Pipeline->think\{closure}() in Pipeline.php line 66
  18. at Pipeline->then() in Http.php line 208
  19. at Http->runWithRequest() in Http.php line 171
  20. at Http->run() in index.php line 32

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /archiver/fid-114.html
QUERY_STRING s=archiver/fid-114.html
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING s=archiver/fid-114.html
REDIRECT_URL /archiver/fid-114.html
REMOTE_PORT 38736
SCRIPT_FILENAME /www/wwwroot/gejiang.net/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/gejiang.net/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/gejiang.net/public
REMOTE_ADDR 54.196.27.171
SERVER_PORT 80
SERVER_ADDR 172.27.173.240
SERVER_NAME www.gejiang.net
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.gejiang.net Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST www.gejiang.net
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711654347.6812
REQUEST_TIME 1711654347
0.031076s