t@tXP @}l-5FsetStrokeLineJoinA!\Rsetstrokelinejoin2/1t AtXP @?$k`setStrokeMiterLimitAS 0^uɟsetstrokemiterlimit3 1@3tAtXP @r? setStrokeOpacityA3"ݚX6setstrokeopacity@524t BtXPC  @6(z-setVectorGraphicsAU[setvectorgraphics1736tBtXP# -3@Q09p++u@CtX
Warning: Class "Joomla\CMS\Document\DocumentRenderer" not found in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/loader.php on line 576
Attempted to load class "DocumentRenderer" from namespace "Joomla\CMS\Document". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

Error ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "DocumentRenderer" from namespace "Joomla\CMS\Document".
Did you forget a "use" statement for another namespace?

Exceptions 2

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2.  * HTML document renderer for a module position
  3.  *
  4.  * @since  3.5
  5.  */
  6. class ModulesRenderer extends DocumentRenderer
  7. {
  8.     /**
  9.      * Renders multiple modules script and returns the results as a string
  10.      *
  11.      * @param   string  $position  The position of the modules to render
  1.  * @return void
  2.  * @private
  3.  */
  4. function includeFile($file)
  5. {
  6.     include $file;
  7. }
  1.      * @return true|null True if loaded, null otherwise
  2.      */
  3.     public function loadClass($class)
  4.     {
  5.         if ($file $this->findFile($class)) {
  6.             includeFile($file);
  7.             return true;
  8.         }
  9.         return null;
ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php (line 59)
  1.      *
  2.      * @since   3.4
  3.      */
  4.     public function loadClass($class)
  5.     {
  6.         if ($result $this->loader->loadClass($class)) {
  7.             \JLoader::applyAliasFor($class);
  8.         }
  9.         return $result;
  10.     }
ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
class_exists('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php (line 92)
  1.         $docType $docType ucfirst($docType) : ucfirst($document->getType());
  2.         // Determine the path and class
  3.         $class __NAMESPACE__ '\\Renderer\\' $docType '\\' ucfirst($type) . 'Renderer';
  4.         if (!class_exists($class)) {
  5.             $class 'JDocumentRenderer' $docType ucfirst($type);
  6.         }
  7.         if (!class_exists($class)) {
  8.             // "Legacy" class name structure
Factory->createRenderer(object(ErrorDocument), 'modules', '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']);
HtmlDocument->getBuffer('modules', 'debug', array('name' => 'debug', 'style' => 'none')) in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php (line 833)
  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.      *
  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';

Error

Class "Joomla\CMS\Document\DocumentRenderer" not found

  1. /**
  2.  * HTML document renderer for a module position
  3.  *
  4.  * @since  3.5
  5.  */
  6. class ModulesRenderer extends DocumentRenderer
  7. {
  8.     /**
  9.      * Renders multiple modules script and returns the results as a string
  10.      *
  11.      * @param   string  $position  The position of the modules to render
  1.  * @return void
  2.  * @private
  3.  */
  4. function includeFile($file)
  5. {
  6.     include $file;
  7. }
  1.      * @return true|null True if loaded, null otherwise
  2.      */
  3.     public function loadClass($class)
  4.     {
  5.         if ($file $this->findFile($class)) {
  6.             includeFile($file);
  7.             return true;
  8.         }
  9.         return null;
ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php (line 59)
  1.      *
  2.      * @since   3.4
  3.      */
  4.     public function loadClass($class)
  5.     {
  6.         if ($result $this->loader->loadClass($class)) {
  7.             \JLoader::applyAliasFor($class);
  8.         }
  9.         return $result;
  10.     }
ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
class_exists('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php (line 92)
  1.         $docType $docType ucfirst($docType) : ucfirst($document->getType());
  2.         // Determine the path and class
  3.         $class __NAMESPACE__ '\\Renderer\\' $docType '\\' ucfirst($type) . 'Renderer';
  4.         if (!class_exists($class)) {
  5.             $class 'JDocumentRenderer' $docType ucfirst($type);
  6.         }
  7.         if (!class_exists($class)) {
  8.             // "Legacy" class name structure
Factory->createRenderer(object(HtmlDocument), 'modules') 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']);
HtmlDocument->getBuffer('modules', 'debug', array('name' => 'debug', 'style' => 'none')) in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php (line 833)
  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] ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "DocumentRenderer" from namespace "Joomla\CMS\Document".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Renderer/Html/ModulesRenderer.php:26
  at include()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:571)
  at Composer\Autoload\includeFile('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Document/Renderer/Html/ModulesRenderer.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:428)
  at Composer\Autoload\ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php:59)
  at Joomla\CMS\Autoload\ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
  at class_exists('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:92)
  at Joomla\CMS\Document\Factory->createRenderer(object(ErrorDocument), 'modules', 'Html')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:98)
  at Joomla\CMS\Document\ErrorDocument->loadRenderer('modules')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:527)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('modules', 'debug', array('name' => 'debug', 'style' => 'none'))
     (/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(Error))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:126)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:72)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
     (/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] Error
Error:
Class "Joomla\CMS\Document\DocumentRenderer" not found

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Renderer/Html/ModulesRenderer.php:26
  at include()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:571)
  at Composer\Autoload\includeFile('/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/../../../libraries/src/Document/Renderer/Html/ModulesRenderer.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:428)
  at Composer\Autoload\ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php:59)
  at Joomla\CMS\Autoload\ClassLoader->loadClass('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
  at class_exists('Joomla\\CMS\\Document\\Renderer\\Html\\ModulesRenderer')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:92)
  at Joomla\CMS\Document\Factory->createRenderer(object(HtmlDocument), 'modules')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php:1128)
  at Joomla\CMS\Document\Document->loadRenderer('modules')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:527)
  at Joomla\CMS\Document\HtmlDocument->getBuffer('modules', 'debug', array('name' => 'debug', 'style' => 'none'))
     (/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)