[0] HttpException in Url.php line 64

控制器不存在:44

  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('chanyechuangxinhezuo...') 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
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/en_inceptio_ai/public/index.php
QUERY_STRING s=/chanyechuangxinhezuo/44.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /chanyechuangxinhezuo/44.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/en_inceptio_ai/public
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.15.10
REMOTE_ADDR 44.201.131.213
REMOTE_PORT 34728
SERVER_ADDR 10.8.82.176
SERVER_PORT 443
SERVER_NAME en.inceptio.ai
REDIRECT_STATUS 200
PATH_INFO
HTTP_HOST en.inceptio.ai
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711618328.9159
REQUEST_TIME 1711618328
Environment Variablesempty
huophp Constants
APP_DEBUG false
CMS_ROOT /www/wwwroot/en_inceptio_ai/
APP_PATH /www/wwwroot/en_inceptio_ai/app/
WEB_ROOT /www/wwwroot/en_inceptio_ai/public/
HTMLPURIFIER_PREFIX /www/wwwroot/en_inceptio_ai/vendor/ezyang/htmlpurifier/library