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

控制器不存在:-mbig.php

  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('-mbig.php') in Url.php line 31
  3. at Url->__construct(object(Request), object(Domain), '-mbig.php') in Route.php line 832
  4. at Route->url('-mbig.php') in Route.php line 790
  5. at Route->check() in Route.php line 750
  6. at Route->dispatch(object(Request), object(Closure)) in Http.php line 210
  7. at Http->dispatchToRoute(object(Request)) in Http.php line 200
  8. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  9. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 65
  10. at MultiApp->handle(object(Request), object(Closure))
  11. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  12. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  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 84
  17. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  18. at Pipeline->then(object(Closure)) in Http.php line 201
  19. at Http->runWithRequest(object(Request)) in Http.php line 162
  20. at Http->run() in index.php line 20

Environment Variables

GET Data
/-mbig_php
mid 3
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Apache24\bin\;C:\php5.6.25\ext;
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHPRC D:/phpstudy_pro/Extensions/php/php7.3.4nts
_FCGI_SHUTDOWN_EVENT_ 9916
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /-mbig.php?mid=3
QUERY_STRING /-mbig.php&mid=3
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING /-mbig.php&mid=3
REDIRECT_URL /-mbig.php
REMOTE_PORT 41536
SCRIPT_FILENAME D:/phpstudy_pro/WWW/51wjc.com/public/index.php
SERVER_ADMIN admin@example.com
CONTEXT_DOCUMENT_ROOT D:/phpstudy_pro/WWW/51wjc.com/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT D:/phpstudy_pro/WWW/51wjc.com/public
REMOTE_ADDR 3.90.187.11
SERVER_PORT 80
SERVER_ADDR 192.168.1.89
SERVER_NAME www.jingte-cylinderliner.com
SERVER_SOFTWARE Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST www.jingte-cylinderliner.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711640390.5099
REQUEST_TIME 1711640390
0.038086s