Media Rock, Folk, Folkrock, Ludwigsburg, Germany, Stuttgart, Music, Band, Bands, Garden, Hegehogs, Hedgehogs, Hedgehogs', Hedgehog's, Merlin, On A Shelf, Animal, Musi https://hedgehogs-garden.de/index.php/media-video-bild 2025-09-15T11:06:04+00:00 Hedgehogs Garden Official Homepage webmaster@hedgehogs-garden.de Joomla! - Open Source Content Management Attempted to load class "SessionCollector" from namespace "Joomla\Plugin\System\Debug\DataCollector". 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 class "SessionCollector" from namespace "Joomla\Plugin\System\Debug\DataCollector".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. if ($this->params->get('request', 1)) {
  2. $this->debugBar->addCollector(new RequestDataCollector());
  3. }
  4. if ($this->params->get('session', 1)) {
  5. $this->debugBar->addCollector(new SessionCollector($this->params, true));
  6. }
  7. if ($this->params->get('profile', 1)) {
  8. $this->debugBar->addCollector((new ProfileCollector($this->params))->setRequestEndTime($endTime));
  9. }
  1. foreach ($this->listeners[$event->getName()] as $listener) {
  2. if ($event->isStopped()) {
  3. return $event;
  4. }
  5. $listener($event);
  6. }
  7. }
  8. return $event;
  9. }
  1. $dispatcher = $this->getDispatcher();
  2. } catch (\UnexpectedValueException $exception) {
  3. return null;
  4. }
  5. return $dispatcher->dispatch($eventName, $event ?: new ApplicationEvent($eventName, $this));
  6. }
  7. /**
  8. * Method to run the application routines.
  9. *
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) in /hp/cj/ad/jd/www/hgweb1/libraries/src/Application/CMSApplication.php (line 347)
  1. // Send the application response.
  2. $this->respond();
  3. // Trigger the onAfterRespond event.
  4. $this->dispatchEvent(
  5. 'onAfterRespond',
  6. new AfterRespondEvent('onAfterRespond', ['subject' => $this])
  7. );
  8. }
CMSApplication->execute() in /hp/cj/ad/jd/www/hgweb1/includes/app.php (line 58)
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/hp/cj/ad/jd/www/hgweb1/includes/app.php') in /hp/cj/ad/jd/www/hgweb1/index.php (line 32)
  1. * define() is used rather than "const" to not error for PHP 5.2 and lower
  2. */
  3. define('_JEXEC', 1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ . '/includes/app.php';

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "SessionCollector" from namespace "Joomla\Plugin\System\Debug\DataCollector".
Did you forget a "use" statement for another namespace?

  at /hp/cj/ad/jd/www/hgweb1/plugins/system/debug/src/Extension/Debug.php:309
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond(object(AfterRespondEvent))
     (/hp/cj/ad/jd/www/hgweb1/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent))
     (/hp/cj/ad/jd/www/hgweb1/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
     (/hp/cj/ad/jd/www/hgweb1/libraries/src/Application/CMSApplication.php:347)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/hp/cj/ad/jd/www/hgweb1/includes/app.php:58)
  at require_once('/hp/cj/ad/jd/www/hgweb1/includes/app.php')
     (/hp/cj/ad/jd/www/hgweb1/index.php:32)