ulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/ModuleDispatcherFactory.phpAPU@{=il/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Extension/Service/Provider/HelperFactory.php/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/HelperFactory.php c BD{=ill/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/HelperFactory.phpj*Ȕl/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/HelperFactory.php1ك{=ie/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Extension/Service/Provider/Module.php/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/Module.phpp ( BD{=iee/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/Modul;*e/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Extension/Service/Provider/Module.phpz0Ѕ{=iMM/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/srcD ǽ```M{=iXX/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/src/Dispatcher0pUFO@{=igg/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/src/Dispatcher/Dispatc ؘ  BDulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/src/Dispatcher/Dispatcher.php1`ֈo{=ib/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Helper/HelperFactoryAwareTrait.php/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareTrait.php   BD{=ibb/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareTrait.pPauYb/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareTrait.php1Z{=if/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Helper/HelperFactoryAwareInterface.php/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareInterface.php` ؕ BD{=iff/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareInterfaTpf/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/libraries/src/Helper/HelperFactoryAwareInterface.phpa pP{=iTT/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/language/en-GB/mod_breadcrumbs:i8{=iTT/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/language/fr-FR/mod_breadcrumbs.ini0͆pv{=iTT/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/src/HefݪgJ0{=ijj/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumbs/src/Helper/BreadcrumbsHelper.php X BDj/datas/yulpa173848/sites/samclap-ufolep.fr/htdocs/modules/mod_breadcrumb($item['href'] ?? ''); // Make sure we have a src, and it not already rendered if (!$src || !empty($this->renderedSrc[$src])) { return ''; } $lnEnd = $this->_doc->_getLineEnd(); $tab = $this->_doc->_getTab(); $mediaVersion = $this->_doc->getMediaVersion(); // Get the attributes and other options if ($asset) { $attribs = $asset->getAttributes(); $version = $asset->getVersion(); $conditional = $asset->getOption('conditional'); // Add an asset info for debugging if (JDEBUG) { $attribs['data-asset-name'] = $asset->getName(); if ($asset->getDependencies()) { $attribs['data-asset-dependencies'] = implode(',', $asset->getDependencies()); } if ($asset->getOption('deprecated')) { @trigger_error( sprintf('Web Asset style [%s] is deprecated. %s', $asset->getName(), $asset->getOption('deprecatedMsg', '')), E_USER_DEPRECATED ); } } } else { $attribs = $item; $version = isset($attribs['options']['version']) ? $attribs['options']['version'] : ''; $conditional = !empty($attribs['options']['conditional']) ? $attribs['options']['conditional'] : null; } // Add "nonce" attribute if exist if ($this->_doc->cspNonce && !is_null($this->_doc->cspNonce)) { $attribs['nonce'] = $this->_doc->cspNonce; } // To prevent double rendering $this->renderedSrc[$src] = true; // Check if script uses media version. if ($version && strpos($src, '?') === false && ($mediaVersion || $version !== 'auto')) { $src .= '?' . ($version === 'auto' ? $mediaVersion : $version); } $buffer .= $tab; // This is for IE conditional statements support. if (!\is_null($conditional)) { $buffer .= ''; } $buffer .= $lnEnd; return $buffer; } /** * Renders the inline element * * @param WebAssetItemInterface|array $item The element * * @return string The resulting string * * @since 4.0.0 */ private function renderInlineElement($item): string { $buffer = ''; $lnEnd = $this->_doc->_getLineEnd(); $tab = $this->_doc->_getTab(); if ($item instanceof WebAssetItemInterface) { $attribs = $item->getAttributes(); $content = $item->getOption('content'); } else { $attribs = $item; $content = $item['content'] ?? ''; unset($attribs['content']); } // Do not produce empty elements if (!$content) { return ''; } // Add "nonce" attribute if exist if ($this->_doc->cspNonce && !is_null($this->_doc->cspNonce)) { $attribs['nonce'] = $this->_doc->cspNonce; } $buffer .= $tab . 'renderAttributes($attribs); $buffer .= '>'; // This is for full XHTML support. if ($this->_doc->_mime !== 'text/html') { $buffer .= $tab . $tab . '/*_doc->_mime !== 'text/html') { $buffer .= $tab . $tab . '/*]]>*/' . $lnEnd; } $buffer .= '' . $lnEnd; return $buffer; } /** * Renders the element attributes * * @param array $attributes The element attributes * * @return string The attributes string * * @since 4.0.0 */ private function renderAttributes(array $attributes): string { $buffer = ''; $defaultCssMimes = ['text/css']; foreach ($attributes as $attrib => $value) { // Don't add the 'options' attribute. This attribute is for internal use (version, conditional, etc). if ($attrib === 'options' || $attrib === 'href') { continue; } // Don't add type attribute if document is HTML5 and it's a default mime type. 'mime' is for B/C. if (\in_array($attrib, ['type', 'mime']) && $this->_doc->isHtml5() && \in_array($value, $defaultCssMimes)) { continue; } // Skip the attribute if value is bool:false. if ($value === false) { continue; } // NoValue attribute, if it have bool:true $isNoValueAttrib = $value === true; // Don't add type attribute if document is HTML5 and it's a default mime type. 'mime' is for B/C. if ($attrib === 'mime') { $attrib = 'type'; } elseif ($isNoValueAttrib) { // NoValue attribute in non HTML5 should contain a value, set it equal to attribute name. $value = $attrib; } // Add attribute to script tag output. $buffer .= ' ' . htmlspecialchars($attrib, ENT_COMPAT, 'UTF-8'); if (!($this->_doc->isHtml5() && $isNoValueAttrib)) { // Json encode value if it's an array. $value = !is_scalar($value) ? json_encode($value) : $value; $buffer .= '="' . htmlspecialchars($value, ENT_COMPAT, 'UTF-8') . '"'; } } return $buffer; } } Unable to load renderer class styles (500 Whoops, looks like something went wrong.)

Unable to load renderer class styles

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), 'styles', 'Html') in /datas/yulpa173848/sites/2024.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/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /datas/yulpa173848/sites/2024.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/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php')) in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php (line 78)
  1.                 'template'         => $template->template,
  2.                 'directory'        => JPATH_THEMES,
  3.                 'debug'            => JDEBUG,
  4.                 'csp_nonce'        => $app->get('csp_nonce'),
  5.                 'templateInherits' => $template->parent,
  6.                 'params'           => $template->params,
  7.             ]
  8.         );
  9.     }
  10. }
  1.             // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
  2.             Factory::$document $renderer->getDocument();
  3.             Factory::getApplication()->loadDocument(Factory::$document);
  4.             $data $renderer->render($error);
  5.             // If nothing was rendered, just use the message from the Exception
  6.             if (empty($data)) {
  7.                 $data $error->getMessage();
  8.             }
  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/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php (line 322)
  1.             );
  2.             // Trigger the onError event.
  3.             $this->triggerEvent('onError'$event);
  4.             ExceptionHandler::handleException($event->getError());
  5.         }
  6.         // Trigger the onBeforeRespond event.
  7.         $this->getDispatcher()->dispatch('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/2024.samclap-ufolep.fr/htdocs/includes/app.php') in /datas/yulpa173848/sites/2024.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 styles

  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), 'styles') in /datas/yulpa173848/sites/2024.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/2024.samclap-ufolep.fr/htdocs/templates')) in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php (line 1025)
  1.         if ($this->isClient('site') && $this->get('caching') && $this->get('caching'2) == && !Factory::getUser()->get('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/2024.samclap-ufolep.fr/htdocs/includes/app.php') in /datas/yulpa173848/sites/2024.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 styles

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:101
  at Joomla\CMS\Document\Factory->createRenderer(object(ErrorDocument), 'styles', 'Html')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:98)
  at Joomla\CMS\Document\ErrorDocument->loadRenderer('styles')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:527)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('styles', null, array())
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:833)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:637)
  at Joomla\CMS\Document\HtmlDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:139)
  at Joomla\CMS\Document\ErrorDocument->render(false, array('template' => 'allrounder', 'directory' => '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/templates', 'debug' => true, 'csp_nonce' => null, 'templateInherits' => '', 'params' => object(Registry), 'file' => 'error.php'))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php:78)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render(object(RuntimeException))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:126)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(RuntimeException))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:72)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(RuntimeException))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:322)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php:61)
  at require_once('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/index.php:32)                
[1/2] RuntimeException
RuntimeException:
Unable to load renderer class styles

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:101
  at Joomla\CMS\Document\Factory->createRenderer(object(HtmlDocument), 'styles')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php:1128)
  at Joomla\CMS\Document\Document->loadRenderer('styles')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:527)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('styles', null, array())
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:833)
  at Joomla\CMS\Document\HtmlDocument->_renderTemplate()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:637)
  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/2024.samclap-ufolep.fr/htdocs/templates'))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:1025)
  at Joomla\CMS\Application\CMSApplication->render()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:724)
  at Joomla\CMS\Application\SiteApplication->render()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:298)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php:61)
  at require_once('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/index.php:32)