Warning

filemtime(): stat failed for /mnt/devel/Atrium/atriumstudio/www_root/../app/Templates/Page.html

/mnt/devel/Atrium/atriumstudio/vendor/Onion/Templating/View.php

Url/Visitor

http://www.atriumarchitekti.loc/sk/uvod (GET)

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

Source

141 $operation = $tmp[1];
142 }
143
144 $s['selector'] = $selector;
145 $s['operation'] = $operation;
146 $s['content'] = trim($snippets[2][$key]);
147
148 $ajaxTemplate[] = $s;
149 }
150
151 return $ajaxTemplate;
152 }
153
154 public function compile($template = null)
155 {
156 if ($template === null) {
157 $templateName = str_replace($this->templatesDir, '', $this->templateFile);
158 $templateName = str_replace(DIR_SEPARATOR, '_', trim($templateName, DIR_SEPARATOR));
159
160 $templateTime = filemtime($this->templateFile);
161
162 $hash = sha1((string) $this->hash.$_SERVER['HTTP_HOST'].$templateName.$templateTime);
163
164 $template = $this->services->cache->fetch($hash, 'template');
165
166 if ($template !== false) {
167 return $template;
168 }
169
170 $template = file_get_contents($this->templateFile);

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/sk/uvod',
  'HTTP_CONNECTION' => 'keep-alive',
  'HTTP_COOKIE' => 'qazfdrtygdfxsw=0sraet51hl7ui3mff5jsos2cgmdncoc5j1uv0ieo5q0jg1170g1iijk1ulsvomqu0b856ge4rif9p7nreueg6jr21pd2enkfhev9pl3; consent_cookie=%7B%22preferences%22%3Afalse%2C%22statistics%22%3Afalse%7D',
  'HTTP_UPGRADE_INSECURE_REQUESTS' => '1',
  'HTTP_PRIORITY' => 'u=0, i',
  'HTTP_PRAGMA' => 'no-cache',
  'HTTP_CACHE_CONTROL' => 'no-cache',
  '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' => '38422',
  'REDIRECT_URL' => '/sk/uvod',
  'GATEWAY_INTERFACE' => 'CGI/1.1',
  'SERVER_PROTOCOL' => 'HTTP/1.1',
  'REQUEST_METHOD' => 'GET',
  'QUERY_STRING' => '',
  'REQUEST_URI' => '/sk/uvod',
  'SCRIPT_NAME' => '/index.php',
  'PHP_SELF' => '/index.php',
  'REQUEST_TIME_FLOAT' => 1728593384.6800001,
  'REQUEST_TIME' => 1728593384,
)

$_GET

array (
)