[0] HttpException in Url.php line 64

控制器不存在:products11-eg

  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('products-eg|products...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_REDIRECT_UNIQUE_ID ZgVYKYHgFpbmVfgy3@b9OQAAAA0
REDIRECT_REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVYKYHgFpbmVfgy3@b9OQAAAA0
REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_HANDLER php-cgi
REDIRECT_STATUS 200
UNIQUE_ID ZgVYKYHgFpbmVfgy3@b9OQAAAA0
PHPRC /home/0519sta0v5d1m9qs4t/others
HTTP_X_FORWARDED_FOR 52.91.84.219
HTTP_X_REAL_IP 52.91.84.219
HTTP_HOST 0519st.com
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE <address>Apache Server at 0519st.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME 0519st.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 52.91.84.219
DOCUMENT_ROOT /home/0519sta0v5d1m9qs4t/wwwroot
REQUEST_SCHEME http
CONTEXT_PREFIX /php-run-as-cgi
CONTEXT_DOCUMENT_ROOT /usr/php7.0/bin
SERVER_ADMIN webmaster@0519st
SCRIPT_FILENAME /home/0519sta0v5d1m9qs4t/wwwroot/index.php
REMOTE_PORT 56254
REDIRECT_URL /index.php/products-eg/products11-eg/pd94-eg/2015-07-18/140.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /products-eg/products11-eg/pd94-eg/2015-07-18/140.html
SCRIPT_NAME /index.php
PATH_INFO /products-eg/products11-eg/pd94-eg/2015-07-18/140.html
PATH_TRANSLATED /home/0519sta0v5d1m9qs4t/wwwroot/products-eg/products11-eg/pd94-eg/2015-07-18/140.html
ORIG_PATH_INFO /index.php/products-eg/products11-eg/pd94-eg/2015-07-18/140.html
ORIG_SCRIPT_NAME /php-run-as-cgi/php-cgi
ORIG_SCRIPT_FILENAME /usr/php7.0/bin/php-cgi
ORIG_PATH_TRANSLATED /home/0519sta0v5d1m9qs4t/wwwroot/index.php/products-eg/products11-eg/pd94-eg/2015-07-18/140.html
PHP_SELF /index.php/products-eg/products11-eg/pd94-eg/2015-07-18/140.html
REQUEST_TIME_FLOAT 1711626281.8841
REQUEST_TIME 1711626281
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/0519sta0v5d1m9qs4t/wwwroot/application/
__ROOT__