d class="column-6">ITAFISCTCESTFA Lo CascioGiovannaITA2217OPENBarcellona Calcio TavoloITAFISCTCESTFA CrisconioGiovanniITA2218VETASD Siracusa Calcio TavoloITAFISCTCESTFA CapobiancoGuidoITA2219OPENSC Palermo 2016ITAFISCTCESTFA FilardoGiuseppeITA2224OPENSubbuteo Club Reggio CalabriaITAFISCTCESTFA Attempted to load class "User" from namespace "Joomla\CMS\Service\Provider". 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 class "User" from namespace "Joomla\CMS\Service\Provider".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\HTMLRegistry())
  2.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Session())
  3.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Toolbar())
  4.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\WebAssetRegistry())
  5.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\Router())
  6.             ->registerServiceProvider(new \Joomla\CMS\Service\Provider\User());
  7.         return $container;
  8.     }
  9.     /**
  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 class "User" from namespace "Joomla\CMS\Service\Provider".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/2024.samclap-ufolep.fr/htdocs/libraries/src/Factory.php:625
  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)