H H=p1007H H0m#IM;/HD`pI2Ht$@HH;JHcFHNH H=p2001H Hm#IM;H`pIHt$@HH;FHcFHNH H=p910-H0#IM;gH`pI~Ht$@HH;PHcFHNH H=p1007H H0s#IM;HZapIHt$@HH;PHcFHNH H=s6607H H0b#IM;HapIHt$@HH;7HcFH H=s908#IM;<HbpIqHt$@HH;FHcFHNH H=p100-H0#IM;H]bpIHt$@HH;7HcFH H=p300#IM;HbpIHt$@HH;GHFHNH H=s1-H8#IM;$HbpIw Attempted to load class "GenericLinkProvider" from namespace "Fig\Link". 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 "GenericLinkProvider" from namespace "Fig\Link".
Did you forget a "use" statement for another namespace?

Exceptions 2

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.      *
  2.      * @since   4.0.0
  3.      */
  4.     public function __construct(?EvolvableLinkProviderInterface $linkProvider null)
  5.     {
  6.         $this->linkProvider $linkProvider ?: new GenericLinkProvider();
  7.     }
  8.     /**
  9.      * Get the link provider
  10.      *
  1.         }
  2.         if (\array_key_exists('preloadManager'$options)) {
  3.             $this->setPreloadManager($options['preloadManager']);
  4.         } else {
  5.             $this->setPreloadManager(new PreloadManager());
  6.         }
  7.         if (\array_key_exists('webAssetManager'$options)) {
  8.             $this->setWebAssetManager($options['webAssetManager']);
  9.         } else {
Document->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php (line 143)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function __construct($options = [])
  5.     {
  6.         parent::__construct($options);
  7.         // Set document type
  8.         $this->_type 'html';
  9.         // Set default mime type and document metadata (metadata syncs with mime type by default)
HtmlDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php (line 59)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function __construct($options = [])
  5.     {
  6.         parent::__construct($options);
  7.         // Set document type
  8.         $this->_type 'error';
  9.     }
ErrorDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php (line 60)
  1.         if (!isset($attributes['factory'])) {
  2.             $attributes['factory'] = $this;
  3.         }
  4.         /** @var Document $instance */
  5.         $instance = new $class($attributes);
  6.         if (!\is_null($ntype)) {
  7.             // Set the type to the Document type originally requested
  8.             $instance->setType($ntype);
  9.         }
Factory->createDocument('error', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Error/AbstractRenderer.php (line 112)
  1.         if (Factory::$language) {
  2.             $attributes['language']  = Factory::getLanguage()->getTag();
  3.             $attributes['direction'] = Factory::getLanguage()->isRtl() ? 'rtl' 'ltr';
  4.         }
  5.         return Factory::getContainer()->get(FactoryInterface::class)->createDocument($this->type$attributes);
  6.     }
  7. }
  1.      */
  2.     public function getDocument(): Document
  3.     {
  4.         // Load the document if not already
  5.         if (!$this->document) {
  6.             $this->document $this->loadDocument();
  7.         }
  8.         return $this->document;
  9.     }
  1.                 // Default to the HTML renderer
  2.                 $renderer AbstractRenderer::getRenderer('html');
  3.             }
  4.             // Reset the document object in the factory, this gives us a clean slate and lets everything render properly
  5.             Factory::$document $renderer->getDocument();
  6.             Factory::getApplication()->loadDocument(Factory::$document);
  7.             // Trigger the onAfterInitialiseDocument event.
  8.             $app->getDispatcher()->dispatch(
  9.                 'onAfterInitialiseDocument',
  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->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';

Error

Class "Fig\Link\GenericLinkProvider" not found

  1.      *
  2.      * @since   4.0.0
  3.      */
  4.     public function __construct(?EvolvableLinkProviderInterface $linkProvider null)
  5.     {
  6.         $this->linkProvider $linkProvider ?: new GenericLinkProvider();
  7.     }
  8.     /**
  9.      * Get the link provider
  10.      *
  1.         }
  2.         if (\array_key_exists('preloadManager'$options)) {
  3.             $this->setPreloadManager($options['preloadManager']);
  4.         } else {
  5.             $this->setPreloadManager(new PreloadManager());
  6.         }
  7.         if (\array_key_exists('webAssetManager'$options)) {
  8.             $this->setWebAssetManager($options['webAssetManager']);
  9.         } else {
Document->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php (line 143)
  1.      *
  2.      * @since   1.7.0
  3.      */
  4.     public function __construct($options = [])
  5.     {
  6.         parent::__construct($options);
  7.         // Set document type
  8.         $this->_type 'html';
  9.         // Set default mime type and document metadata (metadata syncs with mime type by default)
HtmlDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php (line 60)
  1.         if (!isset($attributes['factory'])) {
  2.             $attributes['factory'] = $this;
  3.         }
  4.         /** @var Document $instance */
  5.         $instance = new $class($attributes);
  6.         if (!\is_null($ntype)) {
  7.             // Set the type to the Document type originally requested
  8.             $instance->setType($ntype);
  9.         }
Factory->createDocument('html', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Factory.php (line 789)
  1.             'language'     => $lang->getTag(),
  2.             'direction'    => $lang->isRtl() ? 'rtl' 'ltr',
  3.             'mediaversion' => $version->getMediaVersion(),
  4.         ];
  5.         return self::getContainer()->get(FactoryInterface::class)->createDocument($type$attributes);
  6.     }
  7.     /**
  8.      * Creates a new stream object with appropriate prefix
  9.      *
  1.             ),
  2.             E_USER_DEPRECATED
  3.         );
  4.         if (!self::$document) {
  5.             self::$document self::createDocument();
  6.         }
  7.         return self::$document;
  8.     }
  1.     */
  2.     public static function getMenuItemids($catid 0){
  3.         
  4.         // client_id in #__menu must be 0 for frontend items
  5.         
  6.         $document Factory::getDocument();
  7.         
  8.         $jinput Factory::getApplication()->input;
  9.         
  10.         $db     Factory::getDBO();
  11.         $user   Factory::getUser();
  1.      */
  2.     public function parse(&$segments, &$vars){
  3.         require_once JPATH_SITE '/components/com_jdownloads/src/Helper/RouteHelper.php';
  4.         $menuid JDHelper::getMenuItemids();
  5.         $item $this->router->menu->getItem($menuid['root']);
  6.         
  7.         $total count($segments);
  8.         for ($i 0$i $total$i++)
LegacyRouter->parse(array('summary', '37-legislation-aero', '426-dgac-guide-associations-aeromodelisme-2020'), array()) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Component/Router/RouterView.php (line 250)
  1.     {
  2.         $vars = [];
  3.         // Process the parsed variables based on custom defined rules
  4.         foreach ($this->rules as $rule) {
  5.             $rule->parse($segments$vars);
  6.         }
  7.         return $vars;
  8.     }
RouterView->parse(array('summary', '37-legislation-aero', '426-dgac-guide-associations-aeromodelisme-2020')) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Router/SiteRouter.php (line 287)
  1.             if (\count($segments)) {
  2.                 // Handle component route
  3.                 $component preg_replace('/[^A-Z0-9_\.-]/i'''$uri->getVar('option'));
  4.                 $crouter   $this->getComponentRouter($component);
  5.                 $uri->setQuery(array_merge($uri->getQuery(true), $crouter->parse($segments)));
  6.             }
  7.             $route implode('/'$segments);
  8.         }
SiteRouter->parseSefRoute(object(SiteRouter), object(Uri)) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Router/Router.php (line 384)
  1.         if (!\array_key_exists('parse' $stage$this->rules)) {
  2.             throw new \InvalidArgumentException(\sprintf('The %s stage is not registered. (%s)'$stage__METHOD__));
  3.         }
  4.         foreach ($this->rules['parse' $stage] as $rule) {
  5.             $rule($this$uri);
  6.         }
  7.     }
  8.     /**
  9.      * Process the build uri query data based on custom defined rules
  1.     {
  2.         // Do the preprocess stage of the URL parse process
  3.         $this->processParseRules($uriself::PROCESS_BEFORE);
  4.         // Do the main stage of the URL parse process
  5.         $this->processParseRules($uri);
  6.         // Do the postprocess stage of the URL parse process
  7.         $this->processParseRules($uriself::PROCESS_AFTER);
  8.         // Check if all parts of the URL have been parsed.
  1.         // Get the full request URI.
  2.         $uri = clone Uri::getInstance();
  3.         // It is not possible to inject the SiteRouter as it requires a SiteApplication
  4.         // and we would end in an infinite loop
  5.         $result $this->getContainer()->get(SiteRouter::class)->parse($uritrue);
  6.         $active $this->getMenu()->getActive();
  7.         if (
  8.             $active !== null
  1.         // Mark afterInitialise in the profiler.
  2.         JDEBUG $this->profiler->mark('afterInitialise') : null;
  3.         // Route the application
  4.         $this->route();
  5.         // Mark afterRoute in the profiler.
  6.         JDEBUG $this->profiler->mark('afterRoute') : null;
  7.         if (!$this->isHandlingMultiFactorAuthentication()) {
  1.             $this->sanityCheckSystemVariables();
  2.             $this->setupLogging();
  3.             $this->createExtensionNamespaceMap();
  4.             // Perform application routines.
  5.             $this->doExecute();
  6.             // If we have an application document object, render it.
  7.             if ($this->document instanceof \Joomla\CMS\Document\Document) {
  8.                 // Render the application output.
  9.                 $this->render();
  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] ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "GenericLinkProvider" from namespace "Fig\Link".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/PreloadManager.php:44
  at Joomla\CMS\Document\PreloadManager->__construct()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php:322)
  at Joomla\CMS\Document\Document->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:143)
  at Joomla\CMS\Document\HtmlDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/ErrorDocument.php:59)
  at Joomla\CMS\Document\ErrorDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:60)
  at Joomla\CMS\Document\Factory->createDocument('error', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Error/AbstractRenderer.php:112)
  at Joomla\CMS\Error\AbstractRenderer->loadDocument()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Error/AbstractRenderer.php:54)
  at Joomla\CMS\Error\AbstractRenderer->getDocument()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:124)
  at Joomla\CMS\Exception\ExceptionHandler::render(object(Error))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Exception/ExceptionHandler.php:73)
  at Joomla\CMS\Exception\ExceptionHandler::handleException(object(Error))
     (/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] Error
Error:
Class "Fig\Link\GenericLinkProvider" not found

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/PreloadManager.php:44
  at Joomla\CMS\Document\PreloadManager->__construct()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Document.php:322)
  at Joomla\CMS\Document\Document->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/HtmlDocument.php:143)
  at Joomla\CMS\Document\HtmlDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:60)
  at Joomla\CMS\Document\Factory->createDocument('html', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '51c3df', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:789)
  at Joomla\CMS\Factory::createDocument()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:338)
  at Joomla\CMS\Factory::getDocument()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/components/com_jdownloads/src/Helper/JDHelper.php:213)
  at JDownloads\Component\JDownloads\Site\Helper\JDHelper::getMenuItemids()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/components/com_jdownloads/src/Helper/LegacyRouter.php:423)
  at JDownloads\Component\JDownloads\Site\Helper\LegacyRouter->parse(array('summary', '37-legislation-aero', '426-dgac-guide-associations-aeromodelisme-2020'), array())
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Component/Router/RouterView.php:250)
  at Joomla\CMS\Component\Router\RouterView->parse(array('summary', '37-legislation-aero', '426-dgac-guide-associations-aeromodelisme-2020'))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Router/SiteRouter.php:287)
  at Joomla\CMS\Router\SiteRouter->parseSefRoute(object(SiteRouter), object(Uri))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Router/Router.php:384)
  at Joomla\CMS\Router\Router->processParseRules(object(Uri))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Router/Router.php:147)
  at Joomla\CMS\Router\Router->parse(object(Uri), true)
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:785)
  at Joomla\CMS\Application\SiteApplication->route()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:244)
  at Joomla\CMS\Application\SiteApplication->doExecute()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:306)
  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)