URL is absolute * * @param string $url The link to media file * @return string The absolute URL to media file */1zZrela`1x)xо׌Zed10msp_get_the_resized_imageӌZ(ӌZm:,xpK*|XӌZ WoevAh,x@Z !ӌZHԌZ!@crop*x !ӌZӌZHԌZԌZԌZ8ԌZmain(ԌZ*xӌZ!)x֌Z !ӌZԌZ!@widthdir(!)x ،Zdnail`VThe JavaScript of most social sharing buttons can be saved locally to cache folder in order to provide cached URLs instead of the originals.5n`ԌZ`ԌZD2Z8 Zheighth)x8!ӌZӌZzed_attachment_srcF}Z N2řWQ}Z^+kvZ ``mԌZԌZZk?fZlr@fl dԌZl/fZlrcl4`:dxԌZl+VjxӌZl>@bxԌZl*bZ<nBjӌZn<dԌZ`n/bZ<nBjӌZ@n<pd@`n4`:d`( ԌZn+SjZn>@b( ԌZn*jӌZ p<fZ p&$LhZӌZqQeZqPb<qAj@ӌZq<Tjq>VjhӌZr>ph ԌZ ԌZxR?fZr@f d ԌZ/fZrc4`:dh ԌZ+Vjb،Z>@bh ԌZ*bZ<Bjb،Z<f` `:d` ԌZ+SjZ>@b ԌZ*jb،Z@<fZ@ &$LhZc،ZQ@c<B`b(c،Z<AbZ<BjPc،Z<Tj>Vjxc،Z>c8ԌZ8ԌZxzd } // Otherwise the handler must be a class object if (!\is_string($handler) && !\is_object($handler)) { throw new \RuntimeException( sprintf( 'The handler for service key %1$s must be a PHP class name or class object, a %2$s was given.', $key, \gettype($handler) ) ); } $this->serviceMap[$key] = $handler; } } Attempted to load class "Registry" from namespace "Joomla\CMS\HTML". 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 "Registry" from namespace "Joomla\CMS\HTML".
Did you forget a "use" statement for another namespace?

Exceptions 2

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.     public function register(Container $container)
  2.     {
  3.         $container->share(
  4.             Registry::class,
  5.             function (Container $container) {
  6.                 return new Registry();
  7.             },
  8.             true
  9.         );
  10.     }
  11. }
  1.         if ($this->isShared())
  2.         {
  3.             if ($this->instance === null)
  4.             {
  5.                 $this->instance $callable($this->container);
  6.             }
  7.             return $this->instance;
  8.         }
  1.             }
  2.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  3.         }
  4.         return $this->resources[$key]->getInstance();
  5.     }
  6.     /**
  7.      * Check if specified resource exists.
  8.      *
  1.         if (!isset($this->resources[$key]))
  2.         {
  3.             if ($this->parent instanceof ContainerInterface && $this->parent->has($key))
  4.             {
  5.                 return $this->parent->get($key);
  6.             }
  7.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  8.         }
  1.             ComponentInterface::class,
  2.             function (Container $container) {
  3.                 $component = new TemplatesComponent($container->get(ComponentDispatcherFactoryInterface::class));
  4.                 $component->setMVCFactory($container->get(MVCFactoryInterface::class));
  5.                 $component->setRegistry($container->get(Registry::class));
  6.                 return $component;
  7.             }
  8.         );
  9.     }
  1.             }
  2.             return $this->instance;
  3.         }
  4.         return $callable($this->container);
  5.     }
  6.     /**
  7.      * Get the factory
  8.      *
  1.             }
  2.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  3.         }
  4.         return $this->resources[$key]->getInstance();
  5.     }
  6.     /**
  7.      * Check if specified resource exists.
  8.      *
Container->get('Joomla\\CMS\\Extension\\ComponentInterface') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php (line 177)
  1.                     'container'     => $container,
  2.                 ]
  3.             )
  4.         );
  5.         $extension $container->get($type);
  6.         if ($extension instanceof BootableExtensionInterface) {
  7.             $extension->boot($container);
  8.         }
CMSApplication->loadExtension('Joomla\\CMS\\Extension\\ComponentInterface', 'templates', '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_templates') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php (line 51)
  1.         $component str_starts_with($component'com_') ? substr($component4) : $component;
  2.         // Path to look for services
  3.         $path JPATH_ADMINISTRATOR '/components/com_' $component;
  4.         return $this->loadExtension(ComponentInterface::class, $component$path);
  5.     }
  6.     /**
  7.      * Boots the module with the given name.
  8.      *
  1.         $cacheId 'templates0' $tag;
  2.         if ($cache->contains($cacheId)) {
  3.             $templates $cache->get($cacheId);
  4.         } else {
  5.             $templates $this->bootComponent('templates')->getMVCFactory()
  6.                 ->createModel('Style''Administrator')->getSiteTemplates();
  7.             foreach ($templates as &$template) {
  8.                 // Create home element
  9.                 if ($template->home == && !isset($template_home) || $this->getLanguageFilter() && $template->home == $tag) {
  1.     public function render(\Throwable $error): string
  2.     {
  3.         $app Factory::getApplication();
  4.         // Get the current template from the application
  5.         $template $app->getTemplate(true);
  6.         // Push the error object into the document
  7.         $this->getDocument()->setError($error);
  8.         // Add registry file for the template asset
  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\HTML\Registry" not found

  1.     public function register(Container $container)
  2.     {
  3.         $container->share(
  4.             Registry::class,
  5.             function (Container $container) {
  6.                 return new Registry();
  7.             },
  8.             true
  9.         );
  10.     }
  11. }
  1.         if ($this->isShared())
  2.         {
  3.             if ($this->instance === null)
  4.             {
  5.                 $this->instance $callable($this->container);
  6.             }
  7.             return $this->instance;
  8.         }
  1.             }
  2.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  3.         }
  4.         return $this->resources[$key]->getInstance();
  5.     }
  6.     /**
  7.      * Check if specified resource exists.
  8.      *
  1.         if (!isset($this->resources[$key]))
  2.         {
  3.             if ($this->parent instanceof ContainerInterface && $this->parent->has($key))
  4.             {
  5.                 return $this->parent->get($key);
  6.             }
  7.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  8.         }
  1.             ComponentInterface::class,
  2.             function (Container $container)
  3.             {
  4.                 $component = new JDownloadsComponent($container->get(ComponentDispatcherFactoryInterface::class));
  5.                 $component->setRegistry($container->get(Registry::class));
  6.                 $component->setMVCFactory($container->get(MVCFactoryInterface::class));
  7.                 //$component->setCategoryFactory($container->get(CategoryFactoryInterface::class));
  8.                 $component->setAssociationExtension($container->get(AssociationExtensionInterface::class));
  9.                 $component->setRouterFactory($container->get(RouterFactoryInterface::class));
  1.             }
  2.             return $this->instance;
  3.         }
  4.         return $callable($this->container);
  5.     }
  6.     /**
  7.      * Get the factory
  8.      *
  1.             }
  2.             throw new KeyNotFoundException(sprintf("Resource '%s' has not been registered with the container."$resourceName));
  3.         }
  4.         return $this->resources[$key]->getInstance();
  5.     }
  6.     /**
  7.      * Check if specified resource exists.
  8.      *
Container->get('Joomla\\CMS\\Extension\\ComponentInterface') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php (line 177)
  1.                     'container'     => $container,
  2.                 ]
  3.             )
  4.         );
  5.         $extension $container->get($type);
  6.         if ($extension instanceof BootableExtensionInterface) {
  7.             $extension->boot($container);
  8.         }
CMSApplication->loadExtension('Joomla\\CMS\\Extension\\ComponentInterface', 'jdownloads', '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_jdownloads') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php (line 51)
  1.         $component str_starts_with($component'com_') ? substr($component4) : $component;
  2.         // Path to look for services
  3.         $path JPATH_ADMINISTRATOR '/components/com_' $component;
  4.         return $this->loadExtension(ComponentInterface::class, $component$path);
  5.     }
  6.     /**
  7.      * Boots the module with the given name.
  8.      *
  1.      * @since   3.3
  2.      */
  3.     public function getComponentRouter($component)
  4.     {
  5.         if (!isset($this->componentRouters[$component])) {
  6.             $componentInstance $this->app->bootComponent($component);
  7.             if ($componentInstance instanceof RouterServiceInterface) {
  8.                 $this->componentRouters[$component] = $componentInstance->createRouter($this->app$this->menu);
  9.             }
SiteRouter->getComponentRouter('com_jdownloads') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Router/SiteRouter.php (line 286)
  1.             $segments explode('/'$route);
  2.             if (\count($segments)) {
  3.                 // Handle component route
  4.                 $component preg_replace('/[^A-Z0-9_\.-]/i'''$uri->getVar('option'));
  5.                 $crouter   $this->getComponentRouter($component);
  6.                 $uri->setQuery(array_merge($uri->getQuery(true), $crouter->parse($segments)));
  7.             }
  8.             $route implode('/'$segments);
  9.         }
SiteRouter->parseSefRoute(object(SiteRouter), object(Uri)) in /datas/yulpa173848/sites/2024.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/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 "Registry" from namespace "Joomla\CMS\HTML".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Service/Provider/HTMLRegistry.php:41
  at Joomla\CMS\Service\Provider\HTMLRegistry->Joomla\CMS\Service\Provider\{closure}(object(Container))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/ContainerResource.php:176)
  at Joomla\DI\ContainerResource->getInstance()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:96)
  at Joomla\DI\Container->get('Joomla\\CMS\\HTML\\Registry')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:90)
  at Joomla\DI\Container->get('Joomla\\CMS\\HTML\\Registry')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_templates/services/provider.php:49)
  at Joomla\DI\ServiceProviderInterface@anonymous/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_templates/services/provider.php:28$74->{closure}(object(Container))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/ContainerResource.php:182)
  at Joomla\DI\ContainerResource->getInstance()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:96)
  at Joomla\DI\Container->get('Joomla\\CMS\\Extension\\ComponentInterface')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php:177)
  at Joomla\CMS\Application\CMSApplication->loadExtension('Joomla\\CMS\\Extension\\ComponentInterface', 'templates', '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_templates')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php:51)
  at Joomla\CMS\Application\CMSApplication->bootComponent('templates')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:452)
  at Joomla\CMS\Application\SiteApplication->getTemplate(true)
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Error/Renderer/HtmlRenderer.php:50)
  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\HTML\Registry" not found

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Service/Provider/HTMLRegistry.php:41
  at Joomla\CMS\Service\Provider\HTMLRegistry->Joomla\CMS\Service\Provider\{closure}(object(Container))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/ContainerResource.php:176)
  at Joomla\DI\ContainerResource->getInstance()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:96)
  at Joomla\DI\Container->get('Joomla\\CMS\\HTML\\Registry')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:90)
  at Joomla\DI\Container->get('Joomla\\CMS\\HTML\\Registry')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_jdownloads/services/provider.php:68)
  at Joomla\DI\ServiceProviderInterface@anonymous/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_jdownloads/services/provider.php:42$69->{closure}(object(Container))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/ContainerResource.php:182)
  at Joomla\DI\ContainerResource->getInstance()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:96)
  at Joomla\DI\Container->get('Joomla\\CMS\\Extension\\ComponentInterface')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php:177)
  at Joomla\CMS\Application\CMSApplication->loadExtension('Joomla\\CMS\\Extension\\ComponentInterface', 'jdownloads', '/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/administrator/components/com_jdownloads')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/ExtensionManagerTrait.php:51)
  at Joomla\CMS\Application\CMSApplication->bootComponent('jdownloads')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Router/SiteRouter.php:565)
  at Joomla\CMS\Router\SiteRouter->getComponentRouter('com_jdownloads')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Router/SiteRouter.php:286)
  at Joomla\CMS\Router\SiteRouter->parseSefRoute(object(SiteRouter), object(Uri))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Router/Router.php:384)
  at Joomla\CMS\Router\Router->processParseRules(object(Uri))
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Router/Router.php:147)
  at Joomla\CMS\Router\Router->parse(object(Uri), true)
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:746)
  at Joomla\CMS\Application\SiteApplication->route()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/SiteApplication.php:232)
  at Joomla\CMS\Application\SiteApplication->doExecute()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Application/CMSApplication.php:293)
  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)