t style_Day" data-cal-date="1942-04-09"> 9
10
11
12
13
14
15
16
17
Fatal error: Trait "Joomla\CMS\MVC\Factory\MVCFactoryServiceTrait" not found in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Extension/MVCComponent.php on line 24
Attempted to load trait "MVCFactoryServiceTrait" from namespace "Joomla\CMS\MVC\Factory". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

Attempted to load trait "MVCFactoryServiceTrait" from namespace "Joomla\CMS\MVC\Factory".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2.  * MVC Component class.
  3.  *
  4.  * @since  4.0.0
  5.  */
  6. class MVCComponent extends Component implements MVCFactoryServiceInterface
  7. {
  8.     use MVCFactoryServiceTrait;
  9. }

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load trait "MVCFactoryServiceTrait" from namespace "Joomla\CMS\MVC\Factory".
Did you forget a "use" statement for another namespace?

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/libraries/src/Extension/MVCComponent.php:24