[0] HttpException in Url.php line 64

控制器不存在:17

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

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl('product|17') in Url.php line 23
  3. at Url->init() in App.php line 445
  4. at App->run() in index.php line 30

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
PHPSESSID r3tmggfpcshg0mn2tt44sdagu2
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_HOST www.winallseed.com
HTTP_X_REAL_IP 170.130.200.38
HTTP_X_FORWARDED_FOR 170.130.200.38
HTTP_CONNECTION close
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip
HTTP_COOKIE PHPSESSID=r3tmggfpcshg0mn2tt44sdagu2
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
Apache/2.4.18 (Ubuntu) Server at www.winallseed.com Port 80
SERVER_SOFTWARE Apache/2.4.18 (Ubuntu)
SERVER_NAME www.winallseed.com
SERVER_ADDR 192.168.0.5
SERVER_PORT 80
REMOTE_ADDR 192.168.0.1
DOCUMENT_ROOT /var/www/html
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/html
SERVER_ADMIN webmaster@localhost
SCRIPT_FILENAME /var/www/html/index.php
REMOTE_PORT 60948
REDIRECT_URL /product/17.html
REDIRECT_QUERY_STRING s=product/17.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING s=product/17.html
REQUEST_URI /product/17.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1765567895.681
REQUEST_TIME 1765567895
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG false
CMF_ROOT /var/www/
APP_PATH /var/www/app/
WEB_ROOT /var/www/html/
HTMLPURIFIER_PREFIX /var/www/vendor/ezyang/htmlpurifier/library
Baidu
sogou