Bild Bezeichnung Einzelpreis Anzahl Gesamtpreis Löschen
45.00 EUR
Anzahl:
45.00 EUR
Gesamtpreis 45.00 EUR
zzgl. Versandkosten
Rabattcode
Copyright MAXXmarketing GmbH
JoomShopping Download & Support

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie können selbst entscheiden, ob Sie die Cookies zulassen möchten. Bitte beachten Sie, dass bei einer Ablehnung womöglich nicht mehr alle Funktionalitäten der Seite zur Verfügung stehen.

T0n@nPn`npnnnnnnnnnnn n0n@nPn`npnnnnnnnnnnn n0n@nPn`npnnnnnnnnnnn n0n@nPn`npnnnAo@0 o Attempted to load class "DataFormatter" from namespace "Joomla\Plugin\System\Debug". 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 "DataFormatter" from namespace "Joomla\Plugin\System\Debug".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. * @return DataFormatter
  2. */
  3. public static function getDefaultDataFormatter(): DataFormatter
  4. {
  5. if (self::$defaultDataFormatter === null) {
  6. self::$defaultDataFormatter = new DataFormatter();
  7. }
  8. return self::$defaultDataFormatter;
  9. }
AbstractDataCollector::getDefaultDataFormatter() in /var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/AbstractDataCollector.php (line 65)
  1. * @return DataFormatter
  2. */
  3. public function getDataFormatter(): DataFormatter
  4. {
  5. if ($this->dataFormater === null) {
  6. $this->dataFormater = self::getDefaultDataFormatter();
  7. }
  8. return $this->dataFormater;
  9. }
  1. $value = '***redacted***';
  2. });
  3. foreach ($data as $key => $value) {
  4. $this->sessionData[$key] = $this->getDataFormatter()->formatVar($value);
  5. }
  6. }
  7. return ['data' => $this->sessionData];
  8. }
  1. public function __construct($params, $collect = false)
  2. {
  3. parent::__construct($params);
  4. if ($collect) {
  5. $this->collect();
  6. }
  7. }
  8. /**
  9. * Called by the DebugBar when data needs to be collected
  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. *
  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. }
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/var/www/vhosts/intermundium.de/httpdocs/includes/app.php') in /var/www/vhosts/intermundium.de/httpdocs/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 dirname(__FILE__) . '/includes/app.php';

Stack Trace

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

  at /var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/AbstractDataCollector.php:80
  at Joomla\Plugin\System\Debug\AbstractDataCollector::getDefaultDataFormatter()
     (/var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/AbstractDataCollector.php:65)
  at Joomla\Plugin\System\Debug\AbstractDataCollector->getDataFormatter()
     (/var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/DataCollector/SessionCollector.php:87)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->collect()
     (/var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/DataCollector/SessionCollector.php:58)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->__construct()
     (/var/www/vhosts/intermundium.de/httpdocs/plugins/system/debug/src/Extension/Debug.php:299)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (/var/www/vhosts/intermundium.de/httpdocs/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch()
     (/var/www/vhosts/intermundium.de/httpdocs/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent()
     (/var/www/vhosts/intermundium.de/httpdocs/libraries/src/Application/CMSApplication.php:349)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/var/www/vhosts/intermundium.de/httpdocs/includes/app.php:58)
  at require_once('/var/www/vhosts/intermundium.de/httpdocs/includes/app.php')
     (/var/www/vhosts/intermundium.de/httpdocs/index.php:32)