Unknown Error

Route with name pages is not exists!

/mnt/devel/Atrium/atriumstudio/vendor/Onion/Application/Router.php

Url/Visitor

http://www.atriumarchitekti.loc/admin/dashboard (GET)

Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0

Source

50 }
51 }
52
53 return $this->currentRoute;
54 }
55
56 public function createUrl($routeName, $resource = array(), $query = array(), $anchor = null, $scheme = NULL, $subDomain = null, $root = null)
57 {
58 $hash = sha1(json_encode(func_get_args(), true));
59
60 if (isset($this->urlsCache[$hash]) === TRUE) {
61 return $this->urlsCache[$hash];
62 }
63
64 if ($routeName === null) {
65 $routeName = $this->currentRoute->name;
66 }
67
68 if (isset($this->routes[$routeName]) === false) {
69 throw new \InvalidArgumentException('Route with name '.$routeName.' is not exists!');
70 }
71
72 $this->urlsCache[$hash] = $this->routes[$routeName]->createUrl($resource, $query, $anchor, $scheme, $subDomain, $root);
73
74 return $this->urlsCache[$hash];
75 }
76
77 /**
78 * Metóda na vrátenie hodnoty chránenej vlastnosti
79 *

Backtrace

$_SERVER

array (
  'REDIRECT_STATUS' => '200',
  'HTTP_HOST' => 'www.atriumarchitekti.loc',
  'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0',
  'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8',
  'HTTP_ACCEPT_LANGUAGE' => 'sk,cs;q=0.8,en-US;q=0.5,en;q=0.3',
  'HTTP_ACCEPT_ENCODING' => 'gzip, deflate',
  'HTTP_REFERER' => 'http://www.atriumarchitekti.loc/admin/modules',
  'HTTP_CONNECTION' => 'keep-alive',
  'HTTP_COOKIE' => 'consent_cookie=%7B%22preferences%22%3Atrue%2C%22statistics%22%3Atrue%7D; qazfdrtygdfxsw=outhfenba49ljfeqcc05nvunt4i2qpdqhom32dmut48fim6pnn2bhmni03p9ljha3bbipldvmjdaauj4k6kq4698amahp3hdafk79l2; language=sk; ws56trt87dfgxzaq=bk5Wa1hYVG90MGo5YzVSaUlVNmJiZzY5ZlpZV011ZDcrUTBWc3NaR2tRNW9XU3dFSG9yR2ZKVVFMUFJTM2R4OVVyRC9RQVNFU0wzbTB6eG9sWDRLbzIzMGszQzlaZXVQVDZlNXJmOWttdWJad2FmMEhHbVdlZWVwVm1iZlFUNGllbWVNZDh1MDhjZUNzUXcvejhXeVZCRTFkWXc2TU9lTmFlOHM5b2J5Y0pOTDRGeFM5bmVFQ2d4VVVQUFVudGhvbnljNm84bTdzVWIwMnBLejRHdUk4Q1JYM0thTCt2WURnYmozaTduWWZjZEJjWkpKcnA0NHg2emIxWWlwMHpnTGdSa3l5NHh6TU44PTJmMjIzOTUx',
  'HTTP_UPGRADE_INSECURE_REQUESTS' => '1',
  'HTTP_PRIORITY' => 'u=0, i',
  'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
  'SERVER_SIGNATURE' => '<address>Apache/2.4.25 (Debian) Server at www.atriumarchitekti.loc Port 80</address>
',
  'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)',
  'SERVER_NAME' => 'www.atriumarchitekti.loc',
  'SERVER_ADDR' => '127.0.0.1',
  'SERVER_PORT' => '80',
  'REMOTE_ADDR' => '127.0.0.1',
  'DOCUMENT_ROOT' => '/mnt/devel/Atrium/atriumstudio/www_root',
  'REQUEST_SCHEME' => 'http',
  'CONTEXT_PREFIX' => '',
  'CONTEXT_DOCUMENT_ROOT' => '/mnt/devel/Atrium/atriumstudio/www_root',
  'SERVER_ADMIN' => 'webmaster@localhost',
  'SCRIPT_FILENAME' => '/mnt/devel/Atrium/atriumstudio/www_root/index.php',
  'REMOTE_PORT' => '57622',
  'REDIRECT_URL' => '/admin/dashboard',
  'GATEWAY_INTERFACE' => 'CGI/1.1',
  'SERVER_PROTOCOL' => 'HTTP/1.1',
  'REQUEST_METHOD' => 'GET',
  'QUERY_STRING' => '',
  'REQUEST_URI' => '/admin/dashboard',
  'SCRIPT_NAME' => '/index.php',
  'PHP_SELF' => '/index.php',
  'REQUEST_TIME_FLOAT' => 1728596571.5969999,
  'REQUEST_TIME' => 1728596571,
)

$_GET

array (
)