#0 [0]HttpException in Url.php line 62

控制器不存在:product-category

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

Call Stack

  1. in Url.php line 62
  2. at Url->parseUrl('product-category|cat...') in Url.php line 31
  3. at Url->__construct(object(Request), object(Domain), 'product-category|cat...') in Route.php line 865
  4. at Route->url('product-category|cat...') in Route.php line 823
  5. at Route->check() in Route.php line 783
  6. at Route->dispatch(object(Request), object(Closure)) in Http.php line 216
  7. at Http->dispatchToRoute(object(Request)) in Http.php line 206
  8. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  9. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  10. at SessionInit->handle(object(Request), object(Closure))
  11. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  12. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  13. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  14. at TraceDebug->handle(object(Request), object(Closure))
  15. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  16. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  17. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  18. at Pipeline->then(object(Closure)) in Http.php line 207
  19. at Http->runWithRequest(object(Request)) in Http.php line 170
  20. at Http->run() in index.php line 20

Environment Variables

GET Data
add-to-cart 6830
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST paparacy.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME 127.0.0.1
SERVER_PORT 80
SERVER_ADDR 172.22.85.146
REMOTE_PORT 47066
REMOTE_ADDR 3.236.111.234
SERVER_SOFTWARE nginx/1.24.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/lottery_user/public
DOCUMENT_URI /index.php
REQUEST_URI /product-category/catmarket/health-care/?add-to-cart=6830
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/product-category/catmarket/health-care/&add-to-cart=6830
SCRIPT_FILENAME /www/wwwroot/lottery_user/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710832186.2401
REQUEST_TIME 1710832186
0.023138s