ged ) { return $last_changed; } return wp_cache_set_last_changed( $group ); } /** * Sets last changed date for the specified cache group to now. * * @since 6.3.0 * * @param string $a last changed. */ function wp_cache_set_last_changed( $group ) { $previous_time = wp_cache_get( 'last_changed', $group ); $time = microtime(); wp_cache_set( 'last_changed', $time, $group ); /** * Fires after a cacheahu8Atered * actions must be performant. * * @since 6.3.0 * * @param string $group The cache group name. * @param string $time The new last changed time (msec sec). * @param string|false0AK8$ 2Aj^RɍXBAp, $time, $previous_time ); return $time; } /** * Sends an email to the old site admin email address when the site admin email address changes. * * @since 4.9.0 * * @param string $old_b address. * @param string $option_name The re
Fatal error: Trait "Joomla\CMS\MVC\Factory\MVCFactoryServiceTrait" not found in /datas/yulpa173848/sites/2024.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.)

ClassNotFoundError

HTTP 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/2024.samclap-ufolep.fr/htdocs/libraries/src/Extension/MVCComponent.php:24