Fatal error: Trait "Joomla\CMS\Schemaorg\SchemaorgPrepareDateTrait" not found in /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/plugins/system/schemaorg/src/Extension/Schemaorg.php on line 43
Attempted to load trait "SchemaorgPrepareDateTrait" from namespace "Joomla\CMS\Schemaorg". 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 trait "SchemaorgPrepareDateTrait" from namespace "Joomla\CMS\Schemaorg".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2.  * Schemaorg System Plugin
  3.  *
  4.  * @since  5.0.0
  5.  */
  6. final class Schemaorg extends CMSPlugin implements SubscriberInterface
  7. {
  8.     use DatabaseAwareTrait;
  9.     use SchemaorgPrepareImageTrait;
  10.     use SchemaorgPrepareDateTrait;
  11.     use UserFactoryAwareTrait;

Stack Trace

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

  at /datas/yulpa173848/sites/test2025.samclap-ufolep.fr/htdocs/plugins/system/schemaorg/src/Extension/Schemaorg.php:43