Warning: include(/hp/bo/ac/as/www/libraries/vendor/composer/../../../libraries/src/Event/CoreEventAware.php): Failed to open stream: No such file or directory in /hp/bo/ac/as/www/libraries/vendor/composer/ClassLoader.php on line 576

Warning: include(/hp/bo/ac/as/www/libraries/vendor/composer/../../../libraries/src/Event/CoreEventAware.php): Failed to open stream: No such file or directory in /hp/bo/ac/as/www/libraries/vendor/composer/ClassLoader.php on line 576

Warning: include(): Failed opening '/hp/bo/ac/as/www/libraries/vendor/composer/../../../libraries/src/Event/CoreEventAware.php' for inclusion (include_path='.:/opt/php8.3.30/lib/php') in /hp/bo/ac/as/www/libraries/vendor/composer/ClassLoader.php on line 576

Fatal error: Trait "Joomla\CMS\Event\CoreEventAware" not found in /hp/bo/ac/as/www/libraries/src/Application/EventAware.php on line 26
Attempted to load trait "CoreEventAware" from namespace "Joomla\CMS\Event". 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 "CoreEventAware" from namespace "Joomla\CMS\Event".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. /**
  2. * Trait for application classes which dispatch events
  3. *
  4. * @since 4.0.0
  5. */
  6. trait EventAware
  7. {
  8. use CoreEventAware;
  9. /**
  10. * Get the event dispatcher.

Stack Trace

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

  at /hp/bo/ac/as/www/libraries/src/Application/EventAware.php:26