[0] HttpException in Url.php line 63

控制器不存在:2767669

  1. $module = $this->rule->getConfig('app_multi_module') ? array_shift($path) : null;
  2. if ($this->param['auto_search']) {
  3. $controller = $this->autoFindController($module, $path);
  4. } else {
  5. // 解析控制器
  6. $controller = !empty($path) ? array_shift($path) : null;
  7. }
  8. if ($controller && !preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  9. throw new HttpException(404, 'controller not exists:' . $controller);
  10. }
  11. // 解析操作
  12. $action = !empty($path) ? array_shift($path) : null;
  13. // 解析额外参数
  14. if ($path) {
  15. if ($this->rule->getConfig('url_param_type')) {
  16. $var += $path;

Call Stack

  1. in Url.php line 63
  2. at Url->parseUrl('article|2767669') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 11

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_ALI_CDN_REAL_IP 34.201.37.128
HTTP_X_CLIENT_SCHEME http
HTTP_X_FORWARDED_FOR 34.201.37.128
HTTP_ALI_SWIFT_STAT_HOST level2.www.dzydh.com
HTTP_ALI_SWIFT_LOG_HOST www.dzydh.com
HTTP_EAGLEEYE_TRACEID 3da0c01317116186377331497e
HTTP_VIA cn6425.l1, kunlun5.cn6425, l2cn3160.l2, cache78.l2cn3160
HTTP_HOST www.dzydh.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.dzydh.com
SERVER_PORT 443
SERVER_ADDR 172.16.59.72
REMOTE_PORT 31206
REMOTE_ADDR 112.82.213.98
SERVER_SOFTWARE nginx/1.16.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.dzydh.com
DOCUMENT_URI /index.php
REQUEST_URI /article/2767669.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/article/2767669.html
SCRIPT_FILENAME /www/wwwroot/www.dzydh.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711618637.7798
REQUEST_TIME 1711618637
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7