ZÖLDSPORT Egyesület • 1103 Budapest, Kőér u. 2/c. • Adószám: 18191970-1-42 • MagNet Bank: 16200151-00126984
Levelezési cím: 1183 Budapest, Pozsony u. 8.

Gyere velünk túrázni a Budai-hegységbe szombaton!

Kelenföldi pályaudvar Őrmező felőli oldalán, a buszpályaudvaron találkozunk, a 8E busz megállójában. Innen indulunk a 8E busszal a Kaptárkő utcáig. Megnézzük a Szent Angyalok Templomát, majd felmegyünk a Rupp-hegyre (257 m), végighaladunk a Rupp-hegyi Tanösvényen. A P és S jelzéseken a Makkosmária pihenőig túrázunk, itt hosszabb pihenőt tartunk. Ezután a S jelzésen  érjük el a Szépjuhászné megállót, ott ér véget a túránk kora délután. Onnan a 22-es busszal fogunk eljutni a Széll Kálmán térre.

Szokás szerint nem fogunk rohanni, többször megállunk pihenni, nézelődni. Ha eljössz, könnyű bakancs, túrabot, időjárásnak megfelelő öltözék mellett az elegendő inni- és ennivalóról se feledkezz meg! 

Ez könnyű túra, esős időben is meg lesz tartva, ekkor érdemes kamáslit, poncsót is hozni, és a túrabotot feltétlenül, ekkor már csak haladó túrázóknak javasolt a részvétel.

Ha a terep az időjárás miatt nehezen lesz járható, az útvonal változhat, a táv rövidebb lesz. Aki nem szeretne végigjönni, két helyen is lesz kiszállási lehetőség, félúton a KFKI és 9 km megtétele után a Normafa közelében.

A találkozó időpontja 08.00-9.00 körül várható, a pontos időpontot az e-mailes jelentkezés után írom meg. 

A túrakiírás:

2023.02.04. (szo)  Könnyű gyalogtúra a Budai hegyekben

Útvonal: Gazdagrét, Kaptárkő u. (8E) – Szent Angyalok Temploma M P4 Rupp-hegy (257 m), Rupp-hegyi tanösvény P4 P S Makkosmária pihenő P S Szépjuhászné (22, 222).
Táv/szint: 12 km / 420 m.
Költség: BKV. Az oda- és visszautazásnál nem kell kiegészítőjegy a BKV járataira.
Találkozó: megbeszélés szerint, a Kelenföldi pályaudvar Őrmező felőli oldalán, a buszpályaudvaron, a 8E busz megállójában.

Jelentkezés:  e-mailben (paulik.attila@gmail.com).

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)