DDE@DDED@DDD@DDDDEDD0EDD0EDD0EDE@EDD0EDD EDDE@DDED@DDD@DDD@DD@DDE@DDE@DDE@DDE@DDED@DDD@DDCDDDD EDDEDDEDD EDD0EDD EDDED@DD@DDE@DDEDDEDD EDD EDD EDDEDDE@DDEDDEDD0EDE@EDE@EDD0EDDE@DDEDE@EDD0EDD0EDD EDDE@DDED@DDCDCDD@DDD@DDCDCDD@DDEDDECDD@DDE@DDE@DDE@DDE@DDEDDEDDEDDE@DDEDD0EDD E@DDE@DDEDD EDD E@DDEDE@EDD EDDED@DDD@DD@DDEDD Attempted to load interface "ContainerInterface" from namespace "Psr\Container". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load interface "ContainerInterface" from namespace "Psr\Container".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2.  * The Container class.
  3.  *
  4.  * @since  1.0
  5.  */
  6. class Container implements ContainerInterface
  7. {
  8.     /**
  9.      * Holds the key aliases.
  10.      *
  11.      * Format:
  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;
  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\\DI\\Container') in /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Factory.php (line 605)
  1.      *
  2.      * @since   4.0.0
  3.      */
  4.     protected static function createContainer(): Container
  5.     {
  6.         $container = (new Container())
  7.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Application())
  8.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Authentication())
  9.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\CacheController())
  10.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Config())
  11.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Console())
  1.      * @since   4.0.0
  2.      */
  3.     public static function getContainer(): Container
  4.     {
  5.         if (!self::$container) {
  6.             self::$container self::createContainer();
  7.         }
  8.         return self::$container;
  9.     }
  1. // Set profiler start time and memory usage and mark afterLoad in the profiler.
  2. JDEBUG && \Joomla\CMS\Profiler\Profiler::getInstance('Application')->setStart($startTime$startMem)->mark('afterLoad');
  3. // Boot the DI container
  4. $container \Joomla\CMS\Factory::getContainer();
  5. /*
  6.  * Alias the session service keys to the web session service as that is the primary session backend for this application
  7.  *
  8.  * In addition to aliasing "common" service keys, we also create aliases for the PHP classes to ensure autowiring objects
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 Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load interface "ContainerInterface" from namespace "Psr\Container".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/joomla/di/src/Container.php:21
  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/../joomla/di/src/Container.php')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/vendor/composer/ClassLoader.php:428)
  at Composer\Autoload\ClassLoader->loadClass('Joomla\\DI\\Container')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Autoload/ClassLoader.php:59)
  at Joomla\CMS\Autoload\ClassLoader->loadClass('Joomla\\DI\\Container')
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:605)
  at Joomla\CMS\Factory::createContainer()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:241)
  at Joomla\CMS\Factory::getContainer()
     (/datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/includes/app.php:38)
  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)