[0] HttpException in Url.php line 64

控制器不存在:94

  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('honors|94') in Url.php line 23
  3. at Url->init() in App.php line 445
  4. at App->run() in index.php line 35

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
DOCUMENT_ROOT /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST sdruidien.com
HTTP_REMOTE_HOST 54.204.142.235
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_FOR 54.204.142.235
HTTP_X_FORWARDED_PROTO http
HTTP_X_REAL_IP 54.204.142.235
PATH /bin
PATH_INFO /honors/94.html
PATH_TRANSLATED /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/index.php
PHPRC /var/www/php56/hichina_ini/wh-abhe4yxbj78uujbgi8u
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR 10.0.29.97
REMOTE_PORT 53114
REQUEST_METHOD GET
REQUEST_URI /index.php/honors/94.html
SCRIPT_FILENAME /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/index.php
SCRIPT_NAME /index.php
SERVER_ADDR 10.0.44.57
SERVER_ADMIN webmaster@wh-abhe4yxbj78uujbgi8u.my3w.com
SERVER_NAME sdruidien.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.0
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
TZ Asia/Shanghai
UNIQUE_ID ZgafOwoALDkAEl18PnAAAAAB
PHP_SELF /index.php/honors/94.html
REQUEST_TIME_FLOAT 1711710012.0083
REQUEST_TIME 1711710012
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/
CMF_DATA /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/data/
APP_PATH /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/app/
WEB_ROOT /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/
HTMLPURIFIER_PREFIX /usr/home/wh-abhe4yxbj78uujbgi8u/htdocs/vendor/ezyang/htmlpurifier/library