📅 2026. május 9. | 📍 Rajt: Szépjuhászné | ✅ Nevezés a helyszínen!

IDŐRENDBEN

RAJTSZÁM NÉV SZÜLETÉSI ÉV INDULÁS ÉRKEZÉS IDŐ
3007 Schödl Dávid 1976 07:02 11:18 4:16:00
N/A Anonim 1968 07:00 11:50 4:50:00
3034 Lengyel Réka 1984 08:05 12:57 4:52:00
N/A Anonim 1956 07:35 12:29 4:54:00
N/A Anonim 1999 07:15 12:10 4:55:00
3014 Egri Tamás 1988 07:15 12:10 4:55:00
N/A Anonim 1950 07:45 12:44 4:59:00
N/A Anonim 1974 07:00 12:05 5:05:00
N/A Anonim 1977 08:00 13:16 5:16:00
N/A Anonim 1984 07:01 12:22 5:21:00
N/A Anonim 1974 08:20 13:56 5:36:00
N/A Anonim 1971 08:20 13:56 5:36:00
N/A Anonim 1992 07:50 13:32 5:42:00
3028 Pauer László 1990 07:50 13:35 5:45:00
3029 Makai Máté 1990 07:50 13:35 5:45:00
3024 Tőkei Szabolcs 1983 07:35 13:30 5:55:00
3022 Pántya Attila 1980 07:35 13:31 5:56:00
3023 Osztopányi Judit 1981 07:35 13:31 5:56:00
3048 Gál Dorottya 1997 08:35 14:32 5:57:00
3049 Ráffli Imre ifj. 1995 08:35 14:32 5:57:00
3035 Sümegi Dániel 2009 08:10 14:15 6:05:00
3036 Sümegi Zsolt 1980 08:10 14:15 6:05:00
N/A Anonim 1980 08:10 14:15 6:05:00
N/A Anonim 1969 08:50 15:00 6:10:00
3031 Bodnár Ferenc 1952 08:00 14:10 6:10:00
3047 Balogh Imre 1996 08:30 14:45 6:15:00
N/A Anonim 1993 08:50 15:06 6:16:00
3056 Barad Réka 1998 08:50 15:06 6:16:00
N/A Anonim 1972 08:00 14:22 6:22:00
N/A Anonim 1966 07:00 13:34 6:34:00
3026 Paulovics Zoltán 1965 07:50 14:30 6:40:00
3027 Ráfli Imre 1970 07:50 14:30 6:40:00
3042 Nagy Andrea 1982 08:15 14:58 6:43:00
3043 Paksi Aniko 1980 08:15 14:58 6:43:00
N/A Anonim 1983 08:15 14:58 6:43:00
3041 Tuboly Zsófia 1999 08:15 15:05 6:50:00
3038 Vértesi Lili 2000 08:15 15:07 6:52:00
3039 Poros Márton 1999 08:15 15:07 6:52:00
N/A Anonim 2004 08:15 15:07 6:52:00
N/A Anonim 1979 08:50 15:45 6:55:00
3054 Veres Ádám 1985 08:50 15:45 6:55:00
N/A Anonim 1956 07:25 14:22 6:57:00
N/A Anonim 1958 07:25 14:22 6:57:00
N/A Anonim 1986 07:20 14:20 7:00:00
N/A Anonim 1989 07:20 14:20 7:00:00
N/A Anonim 1993 07:00 14:01 7:01:00
N/A Anonim 1987 07:00 14:01 7:01:00
N/A Anonim 1964 07:25 14:43 7:18:00
N/A Anonim 1977 07:25 14:43 7:18:00
N/A Anonim 1948 07:25 14:43 7:18:00
3050 Kistikoudis Polichronia 1999 08:40 19:00 10:20:00
3051 Krányik Andrea 1975 08:40 19:00 10:20:00
3009 Schafhauser Zoltán 2012 07:10 17:53 10:43:00
N/A Anonim 2012 07:10 17:53:00 10:43:00
3011 Schafhauser Domonkos 2014 07:10 17:53 10:43:00
3012 Szabovits Viktória 1981 07:10 17:53 10:43:00
3008 Lengyel Márk 2014 07:03 17:53 10:50:00

           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           
           

Joomla templates by a4joomla
Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper". 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 "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1. * DataFormatter constructor.
  2. */
  3. public function __construct()
  4. {
  5. $this->cloner = new VarCloner();
  6. $this->dumper = new CliDumper();
  7. }
  8. /**
  9. * @param $data
  10. * @return string
  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. }
  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. *
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) in /data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/libraries/src/Application/CMSApplication.php (line 363)
  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('/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/includes/app.php') in /data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/index.php (line 54)
  1. // ... die
  2. die();
  3. }
  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 "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

  at /data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/DataFormatter/DataFormatter.php:28
  at DebugBar\DataFormatter\DataFormatter->__construct()
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/plugins/system/debug/src/AbstractDataCollector.php:80)
  at Joomla\Plugin\System\Debug\AbstractDataCollector::getDefaultDataFormatter()
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/plugins/system/debug/src/AbstractDataCollector.php:65)
  at Joomla\Plugin\System\Debug\AbstractDataCollector->getDataFormatter()
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/plugins/system/debug/src/DataCollector/SessionCollector.php:87)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->collect()
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/plugins/system/debug/src/DataCollector/SessionCollector.php:58)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->__construct(object(Registry), true)
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/plugins/system/debug/src/Extension/Debug.php:307)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond(object(AfterRespondEvent))
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent))
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/libraries/src/Application/CMSApplication.php:363)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/includes/app.php:58)
  at require_once('/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/includes/app.php')
     (/data/7/0/70ecc958-fa02-46d7-9db8-66635cc24544/zoldsport.eu/web/index.php:54)