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' => '707a4a', 'factory' => object(Factory))) in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/OpensearchDocument.php (line 67)
  1.      *
  2.      * @since  1.7.0
  3.      */
  4.     public function __construct($options = [])
  5.     {
  6.         parent::__construct($options);
  7.         // Set document type
  8.         $this->_type 'opensearch';
  9.         // Set mime type
OpensearchDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '707a4a', '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('opensearch', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => ' ', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '707a4a', '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.      * @since   1.7.3
  3.      */
  4.     public function loadDocument(?Document $document null)
  5.     {
  6.         $this->document $document ?? Factory::getDocument();
  7.         return $this;
  8.     }
  9.     /**
  1.         if (!$component) {
  2.             $component $this->input->getCmd('option'null);
  3.         }
  4.         // Load the document to the API
  5.         $this->loadDocument();
  6.         // Set up the params
  7.         $document $this->getDocument();
  8.         $params   $this->getParams();
  1.                 ['option' => 'com_users''view' => 'profile''layout' => 'edit'],
  2.             ]);
  3.         }
  4.         // Dispatch the application
  5.         $this->dispatch();
  6.         // Mark afterDispatch in the profiler.
  7.         JDEBUG $this->profiler->mark('afterDispatch') : null;
  8.     }
  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' => '707a4a', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/OpensearchDocument.php:67)
  at Joomla\CMS\Document\OpensearchDocument->__construct(array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '707a4a', 'factory' => object(Factory)))
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Document/Factory.php:60)
  at Joomla\CMS\Document\Factory->createDocument('opensearch', array('charset' => 'utf-8', 'lineend' => 'unix', 'tab' => '	', 'language' => 'fr-FR', 'direction' => 'ltr', 'mediaversion' => '707a4a', '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/libraries/src/Application/WebApplication.php:307)
  at Joomla\CMS\Application\WebApplication->loadDocument()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:157)
  at Joomla\CMS\Application\SiteApplication->dispatch()
     (/datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:273)
  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)