XDX遒XXfX͐X9X鸏uXkX[aXǍWX3MXkCX騋9X/X_%X霉XXCX铇WW4WqW铄WuW鳂WفWЀW W+W:~W}W}{WY|qW{gWz]WOzSWyIWx?Ww5WRw+Wv!WuWEu WtWsVrVLrV[qVkpVoVnV5nVmV8mVlVclVkVfkwVjmV}jcViYVyiOVhEVfh;Vg1Vfg'VfVPfVe VMeUdU:dUcU;cUbU'bUaUaU`U `U_U8_Uv^}U]sUB]iU\_U/\UU[KUE[AUZ7UZ-UY#U4YUXU^XUWTWThVTUTTTETTSTSTRTFRTQTZQTPT,PyTOoT)OeTN[TMQT9MGTL=TK3TFK)TJT]JTI TpITHSHSHSGS8GSFSyFSES~ESDSVDSCSCSCuSBkS!BaSAWSAMSn@CS@9S?/S7?%S>SN>S=Se=RMMMZMMM>M MM\{MqMgM@]M SMIM^?M5M+M!MYM MMdL>LLLLLLLYL;LL~L_KUKKKAK7K-K#KYK;KKxJ6JJJ%JJJJ$JJ|JHJJyJ,oJeJ[JPQJGJ=J.3J)JRJFJ JJII,IAI#IIhIIII靿II遾I[uIkIٽaI黽WI$MICI鼼9I|/I^%II電IYIHHdH>HH鼹H鞹H="' . $base . '">' . $lnEnd; } $noFavicon = true; $searchFor = 'image/vnd.microsoft.icon'; array_map(function ($value) use (&$noFavicon, $searchFor) { if (isset($value['attribs']['type']) && $value['attribs']['type'] === $searchFor) { $noFavicon = false; } }, array_values((array)$this->_doc->_links)); if ($noFavicon) { $client = $app->isClient('administrator') === true ? 'administrator/' : 'site/'; $template = $app->getTemplate(true); // Try to find a favicon by checking the template and root folder $icon = '/favicon.ico'; $foldersToCheck = [ JPATH_BASE, JPATH_ROOT . '/media/templates/' . $client . $template->template, JPATH_BASE . '/templates/' . $template->template, ]; foreach ($foldersToCheck as $base => $dir) { if ( $template->parent !== '' && $base === 1 && !is_file(JPATH_ROOT . '/media/templates/' . $client . $template->template . $icon) ) { $dir = JPATH_ROOT . '/media/templates/' . $client . $template->parent; } if (is_file($dir . $icon)) { $urlBase = \in_array($base, [0, 2]) ? Uri::base(true) : Uri::root(true); $base = \in_array($base, [0, 2]) ? JPATH_BASE : JPATH_ROOT; $path = str_replace($base, '', $dir); $path = str_replace('\\', '/', $path); $this->_doc->addFavicon($urlBase . $path . $icon); break; } } } // Generate META tags (needs to happen as early as possible in the head) foreach ($this->_doc->_metaTags as $type => $tag) { foreach ($tag as $name => $contents) { if ($type === 'http-equiv' && !($this->_doc->isHtml5() && $name === 'content-type')) { $buffer .= $tab . '' . $lnEnd; } elseif ($type !== 'http-equiv' && !empty($contents)) { $buffer .= $tab . '' . $lnEnd; } } } // Don't add empty descriptions $documentDescription = $this->_doc->getDescription(); if ($documentDescription) { $buffer .= $tab . '' . $lnEnd; } // Don't add empty generators $generator = $this->_doc->getGenerator(); if ($generator) { $buffer .= $tab . '' . $lnEnd; } $buffer .= $tab . '' . htmlspecialchars($this->_doc->getTitle(), ENT_COMPAT, 'UTF-8') . '' . $lnEnd; // Generate link declarations foreach ($this->_doc->_links as $link => $linkAtrr) { $buffer .= $tab . ' Unable to load renderer class metas (500 Whoops, looks like something went wrong.)

Unable to load renderer class metas

Exceptions 2

RuntimeException

  1.         if (!class_exists($class)) {
  2.             // "Legacy" class name structure
  3.             $class '\\JDocumentRenderer' $type;
  4.             if (!class_exists($class)) {
  5.                 throw new \RuntimeException(\sprintf('Unable to load renderer class %s'$type), 500);
  6.             }
  7.         }
  8.         $instance = new $class($document);
Factory->createRenderer(object(ErrorDocument), 'metas', 'Html') in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php (line 98)
  1.      * @throws  \RuntimeException
  2.      */
  3.     public function loadRenderer($type)
  4.     {
  5.         // Need to force everything to go to the HTML renderers or we duplicate all the things
  6.         return $this->factory->createRenderer($this$type'html');
  7.     }
  8.     /**
  9.      * Render the document
  10.      *
  1.         if (isset(parent::$_buffer[$type][$name][$title])) {
  2.             return parent::$_buffer[$type][$name][$title];
  3.         }
  4.         $renderer $this->loadRenderer($type);
  5.         if ($this->_caching == true && $type === 'modules' && $name !== 'debug') {
  6.             /** @var  \Joomla\CMS\Document\Renderer\Html\ModulesRenderer  $renderer */
  7.             /** @var  \Joomla\CMS\Cache\Controller\OutputController  $cache */
  8.             $cache  $this->getCacheControllerFactory()->createCacheController('output', ['defaultgroup' => 'com_modules']);
  1.         $replace = [];
  2.         $with    = [];
  3.         foreach ($this->_template_tags as $jdoc => $args) {
  4.             $replace[] = $jdoc;
  5.             $with[]    = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6.         }
  7.         return str_replace($replace$with$this->_template);
  8.     }
  9. }
  1.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  2.             $this->cspNonce $params['csp_nonce'];
  3.         }
  4.         $data $this->_renderTemplate();
  5.         parent::render($caching$params);
  6.         return $data;
  7.     }
HtmlDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php (line 139)
  1.         $this->debug $params['debug'] ?? false;
  2.         $this->error $this->_error;
  3.         $params['file'] = 'error.php';
  4.         return parent::render($cache$params);
  5.     }
  6.     /**
  7.      * Render the backtrace
  8.      *
ErrorDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php (line 70)
  1.             ob_end_clean();
  2.         }
  3.         $this->getDocument()->setTitle(Text::_('Error') . ': ' $error->getCode());
  4.         return $this->getDocument()->render(
  5.             false,
  6.             [
  7.                 'template'         => $template->template,
  8.                 'directory'        => JPATH_THEMES,
  9.                 'debug'            => JDEBUG,
  1.                     'subject'  => $app,
  2.                     'document' => $renderer->getDocument(),
  3.                 ])
  4.             );
  5.             $data $renderer->render($error);
  6.             // If nothing was rendered, just use the message from the Exception
  7.             if (empty($data)) {
  8.                 $data $error->getMessage();
  9.             }
  1.      * @since   3.10.0
  2.      */
  3.     public static function handleException(\Throwable $error)
  4.     {
  5.         static::logException($error);
  6.         static::render($error);
  7.     }
  8.     /**
  9.      * Render the error page based on an exception.
  10.      *
ExceptionHandler::handleException(object(RuntimeException)) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php (line 336)
  1.             );
  2.             // Trigger the onError event.
  3.             $this->dispatchEvent('onError'$event);
  4.             ExceptionHandler::handleException($event->getError());
  5.         }
  6.         // Trigger the onBeforeRespond event.
  7.         $this->dispatchEvent(
  8.             'onBeforeRespond',
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php') in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/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';

RuntimeException

Unable to load renderer class metas

  1.         if (!class_exists($class)) {
  2.             // "Legacy" class name structure
  3.             $class '\\JDocumentRenderer' $type;
  4.             if (!class_exists($class)) {
  5.                 throw new \RuntimeException(\sprintf('Unable to load renderer class %s'$type), 500);
  6.             }
  7.         }
  8.         $instance = new $class($document);
Factory->createRenderer(object(HtmlDocument), 'metas') in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php (line 1128)
  1.      * @since   1.7.0
  2.      * @throws  \RuntimeException
  3.      */
  4.     public function loadRenderer($type)
  5.     {
  6.         return $this->factory->createRenderer($this$type);
  7.     }
  8.     /**
  9.      * Parses the document and prepares the buffers
  10.      *
  1.         if (isset(parent::$_buffer[$type][$name][$title])) {
  2.             return parent::$_buffer[$type][$name][$title];
  3.         }
  4.         $renderer $this->loadRenderer($type);
  5.         if ($this->_caching == true && $type === 'modules' && $name !== 'debug') {
  6.             /** @var  \Joomla\CMS\Document\Renderer\Html\ModulesRenderer  $renderer */
  7.             /** @var  \Joomla\CMS\Cache\Controller\OutputController  $cache */
  8.             $cache  $this->getCacheControllerFactory()->createCacheController('output', ['defaultgroup' => 'com_modules']);
  1.         $replace = [];
  2.         $with    = [];
  3.         foreach ($this->_template_tags as $jdoc => $args) {
  4.             $replace[] = $jdoc;
  5.             $with[]    = $this->getBuffer($args['type'], $args['name'], $args['attribs']);
  6.         }
  7.         return str_replace($replace$with$this->_template);
  8.     }
  9. }
  1.         if (\array_key_exists('csp_nonce'$params) && $params['csp_nonce'] !== null) {
  2.             $this->cspNonce $params['csp_nonce'];
  3.         }
  4.         $data $this->_renderTemplate();
  5.         parent::render($caching$params);
  6.         return $data;
  7.     }
HtmlDocument->render(false, array('template' => 'allrounder', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates')) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php (line 1122)
  1.         if ($this->isClient('site') && $this->get('caching') && $this->get('caching'2) == && !$this->getIdentity()->id) {
  2.             $caching true;
  3.         }
  4.         // Render the document.
  5.         $data $this->document->render($caching$this->docOptions);
  6.         // Set the application output data.
  7.         $this->setBody($data);
  8.         // Trigger the onAfterRender event.
  1.                 $this->set('themeInherits'$template->parent);
  2.                 break;
  3.         }
  4.         parent::render();
  5.     }
  6.     /**
  7.      * Route the application.
  8.      *
  1.             $this->doExecute();
  2.             // If we have an application document object, render it.
  3.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  4.                 // Render the application output.
  5.                 $this->render();
  6.             }
  7.             // If gzip compression is enabled in configuration and the server is compliant, compress the output.
  8.             if ($this->get('gzip') && !\ini_get('zlib.output_compression') && \ini_get('output_handler') !== 'ob_gzhandler') {
  9.                 $this->compress();
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php') in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/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 Traces 2

[2/2] RuntimeException
RuntimeException:
Unable to load renderer class metas

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:101
  at Joomla\CMS\Document\Factory->createRenderer(object(ErrorDocument), 'metas', 'Html')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:98)
  at Joomla\CMS\Document\ErrorDocument->loadRenderer('metas')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:537)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', null, array())
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:894)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:647)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php:70)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(RuntimeException))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:136)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(RuntimeException))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:73)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(RuntimeException))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:336)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php:58)
  at require_once('/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/index.php:32)                
[1/2] RuntimeException
RuntimeException:
Unable to load renderer class metas

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:101
  at Joomla\CMS\Document\Factory->createRenderer(object(HtmlDocument), 'metas')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php:1128)
  at Joomla\CMS\Document\Document->loadRenderer('metas')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:537)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('metas', null, array())
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:894)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:647)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'allrounder', 'file' => 'index.php', 'params' => object(Registry), 'csp_nonce' => null, 'templateInherits' => null, 'directory' => '/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/templates'))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:1122)
  at Joomla\CMS\Application\CMSApplication->render()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:763)
  at Joomla\CMS\Application\SiteApplication->render()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:311)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php:58)
  at require_once('/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/includes/app.php')
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/index.php:32)