[0] HttpException in Url.php line 64

控制器不存在:2018

  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('case|2018|0125|9') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 43

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
Hooks think:[]
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.cipiw.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME cipiw.com
SERVER_PORT 80
SERVER_ADDR 172.26.194.157
REMOTE_PORT 53892
REMOTE_ADDR 18.206.12.31
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/yuetai
DOCUMENT_URI /index.php
REQUEST_URI /case/2018/0125/9.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//case/2018/0125/9.html
SCRIPT_FILENAME /www/wwwroot/yuetai/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711647254.5491
REQUEST_TIME 1711647254
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/yuetai/
APP_PATH /www/wwwroot/yuetai/app/
ROOT_URL /
TEMPLATE_PATH /www/wwwroot/yuetai/template/
RESULT_SUCCESS success
RESULT_ERROR error
RESULT_REDIRECT redirect
RESULT_MESSAGE message
RESULT_URL url
RESULT_DATA data
DATA_COMMON_STATUS status
DATA_NORMAL 1
DATA_DISABLE 0
DATA_DELETE -1
DATA_SUCCESS 1
DATA_ERROR 0
TIME_CT_NAME create_time
TIME_UT_NAME update_time
TIME_NOW 2024-03-29 01:34:14
DB_PREFIX Resource
DB_LIST_ROWS 10
DIR_DSS /
ADDON_DIR_NAME addons
ADDON_PATH /www/wwwroot/yuetai//addons/