[0] HttpException in Url.php line 63

控制器不存在:3346976

  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|3346976') 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 3.81.221.121
HTTP_X_CLIENT_SCHEME http
HTTP_X_FORWARDED_FOR 3.81.221.121
HTTP_ALI_SWIFT_STAT_HOST level2.www.dzydh.com
HTTP_ALI_SWIFT_LOG_HOST www.dzydh.com
HTTP_EAGLEEYE_TRACEID 3adad01a17116262902071955e
HTTP_VIA cn192.l1, kunlun1.cn192, l2cn3022.l2, cache73.l2cn3022
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 27734
REMOTE_ADDR 180.101.204.213
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/3346976.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/article/3346976.html
SCRIPT_FILENAME /www/wwwroot/www.dzydh.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711626290.3452
REQUEST_TIME 1711626290
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7