[0] HttpException in Url.php line 63

控制器不存在:528328

  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|528328') 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.227.112.145
HTTP_X_CLIENT_SCHEME http
HTTP_X_FORWARDED_FOR 34.227.112.145
HTTP_ALI_SWIFT_STAT_HOST level2.www.dzydh.com
HTTP_ALI_SWIFT_LOG_HOST www.dzydh.com
HTTP_EAGLEEYE_TRACEID 3adad01817116308351115528e
HTTP_VIA cn192.l1, kunlun9.cn192, l2cn3129.l2, cache41.l2cn3129
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 60572
REMOTE_ADDR 223.111.107.189
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/528328.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/article/528328.html
SCRIPT_FILENAME /www/wwwroot/www.dzydh.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711630835.1789
REQUEST_TIME 1711630835
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7