拉斯维加斯·lswjs0567(中国)官方网站

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

控制器不存在:mentions-legales

  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('mentions-legales') in Url.php line 31
  3. at Url->__construct(object(Request), object(Domain), 'mentions-legales') in Route.php line 812
  4. at Route->url('mentions-legales') in Route.php line 739
  5. at Route->dispatch(object(Request), null) in Http.php line 213
  6. at Http->dispatchToRoute(object(Request)) in Http.php line 203
  7. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  8. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 65
  9. at MultiApp->handle(object(Request), object(Closure))
  10. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  11. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  12. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  13. at SessionInit->handle(object(Request), object(Closure))
  14. at call_user_func([object(SessionInit), '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 Pipeline.php line 65
  17. at Pipeline->then(object(Closure)) in Http.php line 204
  18. at Http->runWithRequest(object(Request)) in Http.php line 162
  19. at Http->run() in index.php line 25

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
PHPSESSID 84b07482b1671f53c0cf8f103c1485c3
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /mentions-legales.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /mentions-legales.html
REMOTE_PORT 52758
SCRIPT_FILENAME /www/wwwroot/my12369.com/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/my12369.com/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/my12369.com/public
REMOTE_ADDR 107.158.145.126
SERVER_PORT 80
SERVER_ADDR 172.17.0.2
SERVER_NAME www.my12369.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
Apache Server at www.my12369.com Port 80
LD_LIBRARY_PATH /www/server/apache/lib
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_COOKIE PHPSESSID=84b07482b1671f53c0cf8f103c1485c3
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT */*
HTTP_HOST www.my12369.com
HTTP_USER_AGENT Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
proxy-nokeepalive 1
REDIRECT_STATUS 200
REDIRECT_PATH_INFO mentions-legales.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711667169.047
REQUEST_TIME 1711667169
Environment Variables
APP_DEBUG 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME 127.0.0.1
DATABASE_DATABASE ntbdbs
DATABASE_USERNAME ntbdbs
DATABASE_PASSWORD h8Z6GSZrZNbbsjZE
DATABASE_HOSTPORT 3306
DATABASE_CHARSET utf8mb4
DATABASE_DEBUG 1
DATABASE_PREFIX tp_
LANG_DEFAULT_LANG zh-cn
ThinkPHP Constants
PHP_FLOAT_DIG 15
PHP_FLOAT_EPSILON 2.2204460492503E-16
PHP_FLOAT_MIN 2.2250738585072E-308
PHP_FLOAT_MAX 1.7976931348623E+308
PHP_OS_FAMILY Linux
XML 地图