Notice: file_put_contents(): Write of 110 bytes failed with errno=122 Disk quota exceeded in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php on line 116

Notice: file_put_contents(): Write of 1696 bytes failed with errno=122 Disk quota exceeded in /home/invictus/public_html/libraries/src/Filesystem/File.php on line 508

Warning: file_put_contents(): Only 341 of 2037 bytes written, possibly out of free disk space in /home/invictus/public_html/libraries/src/Filesystem/File.php on line 508
Hiba: 0 Resource 'Psr\Log\LoggerInterface' has not been registered with the container.
0

Resource 'Psr\Log\LoggerInterface' has not been registered with the container.

Kérjük, próbálkozzon a következő oldalak egyikével:

Főlap

Notice: file_put_contents(): Write of 4955 bytes failed with errno=122 Disk quota exceeded in /home/invictus/public_html/libraries/src/Filesystem/File.php on line 508
Cannot write to log file. (500 Whoops, looks like something went wrong.)

RuntimeException

HTTP 500 Whoops, looks like something went wrong.

Cannot write to log file.

Exception

RuntimeException

  1.             // Write the new entry to the file.
  2.             $line $this->formatLine($entry);
  3.             $line .= "\n";
  4.             if (!File::append($this->path$line)) {
  5.                 throw new \RuntimeException('Cannot write to log file.');
  6.             }
  7.         }
  8.     }
  9.     /**
FormattedtextLogger->addEntry(object(LogEntry)) in /home/invictus/public_html/libraries/src/Log/Log.php (line 351)
  1.                 $this->loggers[$signature] = new $class($this->configurations[$signature]);
  2.             }
  3.             // Add the entry to the logger.
  4.             $this->loggers[$signature]->addEntry(clone $entry);
  5.         }
  6.     }
  7.     /**
  8.      * Method to find the loggers to use based on priority and category values.
Log->addLogEntry(object(LogEntry)) in /home/invictus/public_html/libraries/src/Log/Log.php (line 176)
  1.         // If the entry object isn't a LogEntry object let's make one.
  2.         if (!($entry instanceof LogEntry)) {
  3.             $entry = new LogEntry((string) $entry$priority$category$date$context);
  4.         }
  5.         static::$instance->addLogEntry($entry);
  6.     }
  7.     /**
  8.      * Add a logger to the Log instance.  Loggers route log entries to the correct files/systems to be logged.
  9.      *
Log::add(object(LogEntry), 8, 'com_jchoptimize', null, array()) in /home/invictus/public_html/administrator/components/com_jchoptimize/src/Joomla/Log/JoomlaLogger.php (line 63)
  1.         }
  2.         $priority $this->psrToJoomlaPriorityMap[$level];
  3.         $date = @$context['date'] ?? null;
  4.         Log::add((string) $message$priority$this->category$date$context);
  5.     }
  6. }
  1.      *
  2.      * @return void
  3.      */
  4.     public function error($message, array $context = array())
  5.     {
  6.         $this->log(LogLevel::ERROR$message$context);
  7.     }
  8.     /**
  9.      * Exceptional occurrences that are not errors.
  10.      *
  11.      * Example: Use of deprecated APIs, poor use of an API, undesirable things
AbstractLogger->error('ErrorException: mkdir(): Disk quota exceeded in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:273Stack trace:#0 [internal function]: _JchOptimizeVendor\\V91\\Laminas\\Stdlib\\ErrorHandler::addError(2, \'mkdir(): Disk q...\', \'/home/invictus/...\', 273)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php(273): mkdir(\'/home/invictus/...\', 493, false)#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#6 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#7 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#8 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#9 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#10 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#11 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#12 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#13 {main}Next _JchOptimizeVendor\\V91\\Laminas\\Cache\\Exception\\RuntimeException: Could not create directory "/home/invictus/public_html/administrator/cache/com_jchoptimize/jchoptimizetags-8f/jchoptimizetags-80" in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:279Stack trace:#0 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#6 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#7 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#8 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#9 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#10 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#11 {main}') in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/Laminas/Plugins/ExceptionHandler.php (line 27)
  1.     public static function logException(Exception $e): void
  2.     {
  3.         $container ContainerFactory::getInstance();
  4.         /** @var LoggerInterface $logger */
  5.         $logger $container->get(LoggerInterface::class);
  6.         $logger->error((string)$e);
  7.     }
  8. }
  1.     public function onException(ExceptionEvent $event)
  2.     {
  3.         $options $this->getOptions();
  4.         $callback $options->getExceptionCallback();
  5.         if ($callback) {
  6.             call_user_func($callback$event->getException());
  7.         }
  8.         $event->setThrowException($options->getThrowExceptions());
  9.     }
  10. }
  1.         // Execute listeners
  2.         $responses = new ResponseCollection();
  3.         foreach ($listOfListenersByPriority as $listOfListeners) {
  4.             foreach ($listOfListeners as $listeners) {
  5.                 foreach ($listeners as $listener) {
  6.                     $response $listener($event);
  7.                     $responses->push($response);
  8.                     // If the event was asked to stop propagating, do so
  9.                     if ($event->propagationIsStopped()) {
  10.                         $responses->setStopped(\true);
  11.                         return $responses;
  1.     /**
  2.      * @inheritDoc
  3.      */
  4.     public function triggerEvent(EventInterface $event)
  5.     {
  6.         return $this->triggerListeners($event);
  7.     }
  8.     /**
  9.      * @inheritDoc
  10.      */
  11.     public function triggerEventUntil(callable $callbackEventInterface $event)
  1.      * @return mixed
  2.      */
  3.     protected function triggerException($eventNameArrayObject $args, &$result\Exception $exception)
  4.     {
  5.         $exceptionEvent = new ExceptionEvent($eventName '.exception'$this$args$result$exception);
  6.         $eventRs $this->getEventManager()->triggerEvent($exceptionEvent);
  7.         if ($exceptionEvent->getThrowException()) {
  8.             throw $exceptionEvent->getException();
  9.         }
  10.         return $eventRs->stopped() ? $eventRs->last() : $exceptionEvent->getResult();
  11.     }
  1.             $eventRs $this->triggerPre(__FUNCTION__$args);
  2.             $result $eventRs->stopped() ? $eventRs->last() : $this->internalSetItem($args['key'], $args['value']);
  3.             return $this->triggerPost(__FUNCTION__$args$result);
  4.         } catch (\Exception $e) {
  5.             $result \false;
  6.             return $this->triggerException(__FUNCTION__$args$result$e);
  7.         }
  8.     }
  9.     /**
  10.      * Internal method to store an item.
  11.      *
  1.     {
  2.         $options $this->getOptions();
  3.         if ($options->getWritable() && $options->getClearStatCache()) {
  4.             $this->filesystem->clearStatCache();
  5.         }
  6.         return parent::setItem($key$value);
  7.     }
  8.     /**
  9.      * Store multiple items.
  10.      *
  11.      * @param  array $keyValuePairs
Filesystem->setItem('6ffbef82724785139420f24ad0bc92d5', '<html lang><head><title></title></head><body></body></html>') in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php (line 223)
  1.             try {
  2.                 //Save an empty page using the same id then tag it
  3.                 $this->taggableCache->setItem(
  4.                     $this->cacheId,
  5.                     '<html lang><head><title></title></head><body></body></html>'
  6.                 );
  7.                 $this->taggableCache->setTags(
  8.                     $this->cacheId,
  9.                     $this->getPageCacheTags()
  10.                 );
PageCache->store('<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu-hu" lang="hu-hu" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Hiba: 0 Resource &#039;Psr\\Log\\LoggerInterface&#039; has not been registered with the container.</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/templates/ja_atoms/css/error.css" type="text/css" /> <link rel="stylesheet" href="/templates/ja_atoms/fonts/HKGrotesk/stylesheet.css" type="text/css" /> <link href="/templates/ja_atoms/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> </head> <body class="page-error"> <div class="main"> <div class="error"> <div id="outline"> <div id="errorboxoutline"> <div class="error-code"><span class="lastfirst">0</span> </div> <div class="wrap-text"> <div class="error-message"><h2><span>Resource \'Psr\\Log\\LoggerInterface\' has not been registered with the container.</span></h2></div> <div id="errorboxbody"> <p>Kérjük, próbálkozzon a következő oldalak egyikével:</p> </div> <a class="button-home" href="/index.php" title="Ugrás a főlapra">Főlap<span class="ion-android-arrow-forward"></span></a> </div> </div> </div> </div> </div> <script type="module">let jchCsrfToken;const updateFormToken=async()=>{const response=await fetch(\'https://www.invictusburkolat.hu/index.php?option=com_ajax&format=json&plugin=getformtoken\');if(response.ok){const jsonValue=await response.json();return Promise.resolve(jsonValue);}}updateFormToken().then(data=>{const formRegex=new RegExp(\'[0-9a-f]{32}\');jchCsrfToken=data.data[0];for(let formToken of document.querySelectorAll(\'input[type=hidden]\')){if(formToken.value==\'1\'&&formRegex.test(formToken.name)){formToken.name=jchCsrfToken;}}const jsonRegex=new RegExp(\'"csrf\\.token":"[^"]+"\');for(let scriptToken of document.querySelectorAll(\'script[type="application/json"]\')){if(scriptToken.classList.contains(\'joomla-script-options\')){let json=scriptToken.textContent;if(jsonRegex.test(json)){scriptToken.textContent=json.replace(jsonRegex,\'"csrf.token":"\'+jchCsrfToken+\'"\');}}}updateJoomlaOption();});function updateJoomlaOption(){if(typeof Joomla!=="undefined"){Joomla.loadOptions({"csrf.token":null});Joomla.loadOptions({"csrf.token":jchCsrfToken});}}document.addEventListener(\'onJchJsDynamicLoaded\',(event)=>{updateJoomlaOption();});</script></body> </html> ') in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php (line 177)
  1.     }
  2.     public function store(string $html): string
  3.     {
  4.         //Tag should be set in parent::store()
  5.         $html parent::store($html);
  6.         //This function will check for a valid tag before saving capture cache
  7.         $this->setCaptureCache($html);
  8.         return $html;
CaptureCache->store('<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu-hu" lang="hu-hu" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Hiba: 0 Resource &#039;Psr\\Log\\LoggerInterface&#039; has not been registered with the container.</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/templates/ja_atoms/css/error.css" type="text/css" /> <link rel="stylesheet" href="/templates/ja_atoms/fonts/HKGrotesk/stylesheet.css" type="text/css" /> <link href="/templates/ja_atoms/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> </head> <body class="page-error"> <div class="main"> <div class="error"> <div id="outline"> <div id="errorboxoutline"> <div class="error-code"><span class="lastfirst">0</span> </div> <div class="wrap-text"> <div class="error-message"><h2><span>Resource \'Psr\\Log\\LoggerInterface\' has not been registered with the container.</span></h2></div> <div id="errorboxbody"> <p>Kérjük, próbálkozzon a következő oldalak egyikével:</p> </div> <a class="button-home" href="/index.php" title="Ugrás a főlapra">Főlap<span class="ion-android-arrow-forward"></span></a> </div> </div> </div> </div> </div> <script type="module">let jchCsrfToken;const updateFormToken=async()=>{const response=await fetch(\'https://www.invictusburkolat.hu/index.php?option=com_ajax&format=json&plugin=getformtoken\');if(response.ok){const jsonValue=await response.json();return Promise.resolve(jsonValue);}}updateFormToken().then(data=>{const formRegex=new RegExp(\'[0-9a-f]{32}\');jchCsrfToken=data.data[0];for(let formToken of document.querySelectorAll(\'input[type=hidden]\')){if(formToken.value==\'1\'&&formRegex.test(formToken.name)){formToken.name=jchCsrfToken;}}const jsonRegex=new RegExp(\'"csrf\\.token":"[^"]+"\');for(let scriptToken of document.querySelectorAll(\'script[type="application/json"]\')){if(scriptToken.classList.contains(\'joomla-script-options\')){let json=scriptToken.textContent;if(jsonRegex.test(json)){scriptToken.textContent=json.replace(jsonRegex,\'"csrf.token":"\'+jchCsrfToken+\'"\');}}}updateJoomlaOption();});function updateJoomlaOption(){if(typeof Joomla!=="undefined"){Joomla.loadOptions({"csrf.token":null});Joomla.loadOptions({"csrf.token":jchCsrfToken});}}document.addEventListener(\'onJchJsDynamicLoaded\',(event)=>{updateJoomlaOption();});</script></body> </html> ') in /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php (line 224)
  1.             $body $app->getBody();
  2.             //Still need to validate the HTMl here. We may be on a redirect.
  3.             if (Helper::validateHtml($body)) {
  4.                 $pageCache->store($this->addUpdateHitScript(
  5.                     $container,
  6.                     $this->addUpdateFormTokenAjax($container$body)
  7.                 ));
  8.             }
  9.         }
  10.     }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
Dispatcher->dispatch('onAfterRespond') in /home/invictus/public_html/libraries/src/Application/CMSApplication.php (line 332)
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
CMSApplication->execute() in /home/invictus/public_html/includes/app.php (line 61)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/invictus/public_html/includes/app.php') in /home/invictus/public_html/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Trace

RuntimeException
RuntimeException:
Cannot write to log file.

  at /home/invictus/public_html/libraries/src/Log/Logger/FormattedtextLogger.php:169
  at Joomla\CMS\Log\Logger\FormattedtextLogger->addEntry(object(LogEntry))
     (/home/invictus/public_html/libraries/src/Log/Log.php:351)
  at Joomla\CMS\Log\Log->addLogEntry(object(LogEntry))
     (/home/invictus/public_html/libraries/src/Log/Log.php:176)
  at Joomla\CMS\Log\Log::add(object(LogEntry), 8, 'com_jchoptimize', null, array())
     (/home/invictus/public_html/administrator/components/com_jchoptimize/src/Joomla/Log/JoomlaLogger.php:63)
  at CodeAlfa\Component\JchOptimize\Administrator\Joomla\Log\JoomlaLogger->log('error', 'ErrorException: mkdir(): Disk quota exceeded in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:273Stack trace:#0 [internal function]: _JchOptimizeVendor\\V91\\Laminas\\Stdlib\\ErrorHandler::addError(2, \'mkdir(): Disk q...\', \'/home/invictus/...\', 273)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php(273): mkdir(\'/home/invictus/...\', 493, false)#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#6 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#7 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#8 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#9 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#10 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#11 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#12 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#13 {main}Next _JchOptimizeVendor\\V91\\Laminas\\Cache\\Exception\\RuntimeException: Could not create directory "/home/invictus/public_html/administrator/cache/com_jchoptimize/jchoptimizetags-8f/jchoptimizetags-80" in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:279Stack trace:#0 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#6 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#7 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#8 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#9 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#10 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#11 {main}', array())
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/psr/log/Psr/Log/AbstractLogger.php:66)
  at _JchOptimizeVendor\V91\Psr\Log\AbstractLogger->error('ErrorException: mkdir(): Disk quota exceeded in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:273Stack trace:#0 [internal function]: _JchOptimizeVendor\\V91\\Laminas\\Stdlib\\ErrorHandler::addError(2, \'mkdir(): Disk q...\', \'/home/invictus/...\', 273)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php(273): mkdir(\'/home/invictus/...\', 493, false)#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#6 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#7 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#8 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#9 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#10 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#11 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#12 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#13 {main}Next _JchOptimizeVendor\\V91\\Laminas\\Cache\\Exception\\RuntimeException: Could not create directory "/home/invictus/public_html/administrator/cache/com_jchoptimize/jchoptimizetags-8f/jchoptimizetags-80" in /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem/LocalFilesystemInteraction.php:279Stack trace:#0 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(1188): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem\\LocalFilesystemInteraction->createDirectory(\'/home/invictus/...\', 493, false, NULL)#1 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(822): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->prepareDirectoryStructure(\'/home/invictus/...\')#2 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php(562): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->internalSetItem(\'6ffbef827247851...\', \'s:59:"<html lan...\')#3 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php(716): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\AbstractAdapter->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#4 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php(223): _JchOptimizeVendor\\V91\\Laminas\\Cache\\Storage\\Adapter\\Filesystem->setItem(\'6ffbef827247851...\', \'<html lang><hea...\')#5 /home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php(177): JchOptimize\\Core\\PageCache\\PageCache->store(\'<!DOCTYPE html>...\')#6 /home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php(224): JchOptimize\\Core\\PageCache\\CaptureCache->store(\'<!DOCTYPE html>...\')#7 /home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php(486): CodeAlfa\\Plugin\\System\\JchPageCache\\Extension\\JchPageCache->onAfterRespond(Object(Joomla\\Event\\Event))#8 /home/invictus/public_html/libraries/src/Application/CMSApplication.php(332): Joomla\\Event\\Dispatcher->dispatch(\'onAfterRespond\')#9 /home/invictus/public_html/includes/app.php(61): Joomla\\CMS\\Application\\CMSApplication->execute()#10 /home/invictus/public_html/index.php(32): require_once(\'/home/invictus/...\')#11 {main}')
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/Laminas/Plugins/ExceptionHandler.php:27)
  at JchOptimize\Core\Laminas\Plugins\ExceptionHandler::logException(object(RuntimeException))
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Plugin/ExceptionHandler.php:55)
  at _JchOptimizeVendor\V91\Laminas\Cache\Storage\Plugin\ExceptionHandler->onException(object(ExceptionEvent))
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-eventmanager/src/EventManager.php:270)
  at _JchOptimizeVendor\V91\Laminas\EventManager\EventManager->triggerListeners(object(ExceptionEvent))
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-eventmanager/src/EventManager.php:148)
  at _JchOptimizeVendor\V91\Laminas\EventManager\EventManager->triggerEvent(object(ExceptionEvent))
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php:224)
  at _JchOptimizeVendor\V91\Laminas\Cache\Storage\Adapter\AbstractAdapter->triggerException('setItem', object(ArrayObject), false, object(RuntimeException))
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache/src/Storage/Adapter/AbstractAdapter.php:566)
  at _JchOptimizeVendor\V91\Laminas\Cache\Storage\Adapter\AbstractAdapter->setItem('6ffbef82724785139420f24ad0bc92d5', '<html lang><head><title></title></head><body></body></html>')
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/vendor/laminas/laminas-cache-storage-adapter-filesystem/src/Filesystem.php:716)
  at _JchOptimizeVendor\V91\Laminas\Cache\Storage\Adapter\Filesystem->setItem('6ffbef82724785139420f24ad0bc92d5', '<html lang><head><title></title></head><body></body></html>')
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/PageCache.php:223)
  at JchOptimize\Core\PageCache\PageCache->store('<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu-hu" lang="hu-hu" dir="ltr">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Hiba: 0 Resource &#039;Psr\\Log\\LoggerInterface&#039; has not been registered with the container.</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<link rel="stylesheet" href="/templates/ja_atoms/css/error.css" type="text/css" />

	<link rel="stylesheet" href="/templates/ja_atoms/fonts/HKGrotesk/stylesheet.css" type="text/css" />

	<link href="/templates/ja_atoms/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

</head>

<body class="page-error">
	<div class="main">
		<div class="error">
			<div id="outline">
				<div id="errorboxoutline">
					<div class="error-code"><span class="lastfirst">0</span>					</div>
					<div class="wrap-text">
						<div class="error-message"><h2><span>Resource \'Psr\\Log\\LoggerInterface\' has not been registered with the container.</span></h2></div>
						<div id="errorboxbody">
							<p>Kérjük, próbálkozzon a következő oldalak egyikével:</p>
						</div>
						<a class="button-home" href="/index.php" title="Ugrás a főlapra">Főlap<span class="ion-android-arrow-forward"></span></a>
					</div>
				</div>
			</div>
		</div>
	</div>
<script type="module">let jchCsrfToken;const updateFormToken=async()=>{const response=await fetch(\'https://www.invictusburkolat.hu/index.php?option=com_ajax&format=json&plugin=getformtoken\');if(response.ok){const jsonValue=await response.json();return Promise.resolve(jsonValue);}}updateFormToken().then(data=>{const formRegex=new RegExp(\'[0-9a-f]{32}\');jchCsrfToken=data.data[0];for(let formToken of document.querySelectorAll(\'input[type=hidden]\')){if(formToken.value==\'1\'&&formRegex.test(formToken.name)){formToken.name=jchCsrfToken;}}const jsonRegex=new RegExp(\'"csrf\\.token":"[^"]+"\');for(let scriptToken of document.querySelectorAll(\'script[type="application/json"]\')){if(scriptToken.classList.contains(\'joomla-script-options\')){let json=scriptToken.textContent;if(jsonRegex.test(json)){scriptToken.textContent=json.replace(jsonRegex,\'"csrf.token":"\'+jchCsrfToken+\'"\');}}}updateJoomlaOption();});function updateJoomlaOption(){if(typeof Joomla!=="undefined"){Joomla.loadOptions({"csrf.token":null});Joomla.loadOptions({"csrf.token":jchCsrfToken});}}document.addEventListener(\'onJchJsDynamicLoaded\',(event)=>{updateJoomlaOption();});</script></body>
</html>
')
     (/home/invictus/public_html/administrator/components/com_jchoptimize/lib/src/PageCache/CaptureCache.php:177)
  at JchOptimize\Core\PageCache\CaptureCache->store('<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu-hu" lang="hu-hu" dir="ltr">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>Hiba: 0 Resource &#039;Psr\\Log\\LoggerInterface&#039; has not been registered with the container.</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<link rel="stylesheet" href="/templates/ja_atoms/css/error.css" type="text/css" />

	<link rel="stylesheet" href="/templates/ja_atoms/fonts/HKGrotesk/stylesheet.css" type="text/css" />

	<link href="/templates/ja_atoms/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

</head>

<body class="page-error">
	<div class="main">
		<div class="error">
			<div id="outline">
				<div id="errorboxoutline">
					<div class="error-code"><span class="lastfirst">0</span>					</div>
					<div class="wrap-text">
						<div class="error-message"><h2><span>Resource \'Psr\\Log\\LoggerInterface\' has not been registered with the container.</span></h2></div>
						<div id="errorboxbody">
							<p>Kérjük, próbálkozzon a következő oldalak egyikével:</p>
						</div>
						<a class="button-home" href="/index.php" title="Ugrás a főlapra">Főlap<span class="ion-android-arrow-forward"></span></a>
					</div>
				</div>
			</div>
		</div>
	</div>
<script type="module">let jchCsrfToken;const updateFormToken=async()=>{const response=await fetch(\'https://www.invictusburkolat.hu/index.php?option=com_ajax&format=json&plugin=getformtoken\');if(response.ok){const jsonValue=await response.json();return Promise.resolve(jsonValue);}}updateFormToken().then(data=>{const formRegex=new RegExp(\'[0-9a-f]{32}\');jchCsrfToken=data.data[0];for(let formToken of document.querySelectorAll(\'input[type=hidden]\')){if(formToken.value==\'1\'&&formRegex.test(formToken.name)){formToken.name=jchCsrfToken;}}const jsonRegex=new RegExp(\'"csrf\\.token":"[^"]+"\');for(let scriptToken of document.querySelectorAll(\'script[type="application/json"]\')){if(scriptToken.classList.contains(\'joomla-script-options\')){let json=scriptToken.textContent;if(jsonRegex.test(json)){scriptToken.textContent=json.replace(jsonRegex,\'"csrf.token":"\'+jchCsrfToken+\'"\');}}}updateJoomlaOption();});function updateJoomlaOption(){if(typeof Joomla!=="undefined"){Joomla.loadOptions({"csrf.token":null});Joomla.loadOptions({"csrf.token":jchCsrfToken});}}document.addEventListener(\'onJchJsDynamicLoaded\',(event)=>{updateJoomlaOption();});</script></body>
</html>
')
     (/home/invictus/public_html/plugins/system/jchpagecache/src/Extension/JchPageCache.php:224)
  at CodeAlfa\Plugin\System\JchPageCache\Extension\JchPageCache->onAfterRespond(object(Event))
     (/home/invictus/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond')
     (/home/invictus/public_html/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/invictus/public_html/includes/app.php:61)
  at require_once('/home/invictus/public_html/includes/app.php')
     (/home/invictus/public_html/index.php:32)