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

控制器不存在:products-logistic-solutions_cn

  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 54
  2. at Url->parseUrl('products-logistic-so...') in Url.php line 23
  3. at Url->__construct(object(Request), object(Domain), 'products-logistic-so...') in Route.php line 804
  4. at Route->url('products-logistic-so...') in Route.php line 769
  5. at Route->check() in Route.php line 729
  6. at Route->dispatch(object(Request), object(Closure)) in Http.php line 205
  7. at Http->dispatchToRoute(object(Request)) in Http.php line 195
  8. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  9. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 63
  10. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  11. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  12. at Pipeline->then(object(Closure)) in MultiApp.php line 64
  13. at MultiApp->handle(object(Request), object(Closure))
  14. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  15. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  16. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 59
  17. at SessionInit->handle(object(Request), object(Closure))
  18. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  19. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  20. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  21. at Pipeline->then(object(Closure)) in Http.php line 196
  22. at Http->runWithRequest(object(Request)) in Http.php line 154
  23. at Http->run() in index.php line 8

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_HOST gosstech.com
HTTP_REFERER http://gosstech.com/products-logistic-solutions_cn.html
HTTP_X_REAL_IP 3.235.46.191
HTTP_X_FORWARDED_FOR 3.235.46.191
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/usr/sbin:/bin:/usr/bin
LD_LIBRARY_PATH /usr/local/apache/lib
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.25 (Unix) OpenSSL/1.0.2k-fips PHP/7.3.5
SERVER_NAME gosstech.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 127.0.0.1
DOCUMENT_ROOT /home/gosstech.com/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/gosstech.com/public
SERVER_ADMIN you@example.com
SCRIPT_FILENAME /home/gosstech.com/public/index.php
REMOTE_PORT 36192
REDIRECT_URL /products-logistic-solutions_cn.html
REDIRECT_QUERY_STRING s=/products-logistic-solutions_cn.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING s=/products-logistic-solutions_cn.html
REQUEST_URI /products-logistic-solutions_cn.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711645988.343
REQUEST_TIME 1711645988
Environment Variablesempty
ThinkPHP Constantsempty