// ... die die();}// Run the application - All executable code should be triggered through this filerequire_once __DIR__ . '/includes/app.php';|
ClassNotFoundError
|
|---|
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "ErrorEvent" from namespace "Joomla\CMS\Event".
Did you forget a "use" statement for another namespace?
at /var/www/vhosts/hubertus-cafe.at/httpdocs/libraries/src/Application/CMSApplication.php:339
at Joomla\CMS\Application\CMSApplication->execute()
(/var/www/vhosts/hubertus-cafe.at/httpdocs/includes/app.php:58)
at require_once('/var/www/vhosts/hubertus-cafe.at/httpdocs/includes/app.php')
(/var/www/vhosts/hubertus-cafe.at/httpdocs/index.php:51)
|