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

控制器不存在:_content

  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 Data
urltype news.DownloadAttachUrl
owner 1427862856
wbfileid 4614284
POST Dataempty
Filesempty
Cookies
PHPSESSID 9565da2f10c5f81bae5bc5ac365ab0c2
Session
last_time 1713294948
Server/Request Data
USER www
HOME /home/www
HTTP_COOKIE PHPSESSID=9565da2f10c5f81bae5bc5ac365ab0c2
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_CONNECTION close
HTTP_REMOTE_HOST 50.3.173.110
HTTP_X_FORWARDED_FOR 50.3.173.110
HTTP_X_REAL_IP 50.3.173.110
HTTP_HOST s.raybiotech.cn
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME s.raybiotech.cn
SERVER_PORT 443
SERVER_ADDR 172.19.46.108
REMOTE_PORT 57644
REMOTE_ADDR 121.89.232.252
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.0
DOCUMENT_ROOT /www/wwwroot/s.raybiotech.cn/thinkcmf6/public
DOCUMENT_URI /index.php
REQUEST_URI //system/_content/download.jsp?urltype=news.DownloadAttachUrl&owner=1427862856&wbfileid=4614284
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=system/_content/download.jsp&urltype=news.DownloadAttachUrl&owner=1427862856&wbfileid=4614284
SCRIPT_FILENAME /www/wwwroot/s.raybiotech.cn/thinkcmf6/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1713296966.1273
REQUEST_TIME 1713296966
0.050152s