Image

1

Registruj se u nás
Image

2

Soutěž s námi
každý měsíc
Image
3
Zaplať 3 Kč 
za každých 100 kalorií
Image
4
100 % příspěvků pošleme
na dobrou věc

Komu jsme naposledy pomohli?

Co je u nás nového?

Pomáháme osobám zdravotně znevýhodněným, invalidním nebo postiženým, 

seniorům, ohroženým dětem a mladistvým.

Pomáháme těm, kteří tolik štěstí neměli

Tak neváhej apomáhejsportujbav ses námi.

A jak to celé funguje?

Stáhni si appku a registruj se

Nainstaluj si sportovní aplikaci STRAVA (ke stažení na Google Play, nebo Apple Store) a spáruj ji s registrací na našem webu

Soutěž s námi každý měsíc

Všechny sportem spálené kalorie se počítají do výsledkové tabulky. Motivace je tak zaručena!

Zaplať 3,- Kč za každých 100 kalorií

Na konci měsíce Ti pošleme výsledky a pokyny k platbě.

My pak 100 % pošleme na dobrou věc.

Pečlivě vybereme, komu společně pomůžeme. Vybereme ty, kteří tolik štěstí neměli.

Ti nejlepší v tomto měsíci

Chůze

1. Tereza Maťková - 6827 kcal
2. Petra Vůjtěchová - 5215 kcal
3. Petr Krupička - 4811 kcal
4. Jana Kozáková - 3872 kcal
5. Monika Ruprichová - 3686 kcal

Kolo

1. Petr Vostatek - 20635 kcal
2. Irena Vostatková - 15213 kcal
3. Jaroslav Gubiš - 14331 kcal
4. Zdeněk Hercik - 9464 kcal
5. Leona Macháňová - 8117 kcal

Běh

1. Lenka Štěpánová - 15646 kcal
2. Štěpán Vršťala - 12206 kcal
3. Michal Voráč - 11559 kcal
4. Hanka Králová - 10026 kcal
5. Irena Vostatková - 7842 kcal

Všechny příspěvky na dobrou věc

Všechny příspěvky od našich sportovců poskytujeme na vybrané dobročinné projekty

780 888 kalorií minulý měsíc

V minulém měsíci jsme to společně dotáhli hodně daleko.

388 260 kalorií tento měsíc

Dosáhneme v tomto měsíci nového rekordu?

51 aktivních sportovců

Stále nás přibývá, děkujeme, že s námi pomáháte.

Víš, že...

Připojit se k nám je snadné

Je to opravdu jednoduché. Stačí si nainstalovat mobilní aplikaci STRAVA (najdeš v Google Play, nebo v App Store). 

Pak nám jen při registraci na našich stránkách povolíš ke STRAVĚ přístup a je to. 

Průměrný příspěvek není velký
Sportovní aktivity lze zadat i zpětně
Soutěžíme každý měsíc
Přispět můžeš i bez registrace
Dostaneš potvrzení o daru
Můžeš se přidatdo klubu KP v aplikaci STRAVA

Přispět nám samozřejmě můžeš i bez registrace a bez sportování

100 Kč

Stokoruna mi neublíží a jinému pomůže. Nedám si dvě kávy a je to.

200 Kč

Ani dvě stokoruny mi neublíží a jinému pomůžou. Jednou místo na pivo půjdu běhat a je to.

500 Kč

Pětikilo mi dost zlepší karmu. A když dám dvě, odepíšu si je z daní. ;-)

Podporují nás

Emiante
Dobroty od Lůcy
Pivobod

Náš tým

K Oboře 1207
250 82 Květnice
+420 602 558 792
+420 602 455 513
Failed to start the session because headers have already been sent by "C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php" at line 114. (500 Whoops, looks like something went wrong.)

RuntimeException RuntimeException

HTTP 500 Whoops, looks like something went wrong.

Failed to start the session because headers have already been sent by "C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php" at line 114.

Exceptions 2

RuntimeException

  1. if ($this->isActive()) {
  2. throw new \RuntimeException('Failed to start the session: already started by PHP.');
  3. }
  4. if (ini_get('session.use_cookies') && headers_sent($file, $line)) {
  5. throw new \RuntimeException(
  6. sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)
  7. );
  8. }
  9. if (!session_start()) {
  1. $this->setId($session_clean);
  2. $cookie->set($session_name, '', ['expires' => time() - 3600 ]);
  3. }
  4. }
  5. parent::start();
  6. // Try loading data from the session
  7. if (!empty($_SESSION['joomla'])) {
  8. $this->data = unserialize(base64_decode($_SESSION['joomla']));
  9. }
  1. {
  2. if ($this->isStarted()) {
  3. return;
  4. }
  5. $this->store->start();
  6. $this->setState(SessionState::ACTIVE);
  7. // Initialise the session
  8. $this->setCounter();
  1. * @since 1.0
  2. */
  3. public function has($name)
  4. {
  5. if (!$this->isActive()) {
  6. $this->start();
  7. }
  8. return $this->store->has($name);
  9. }
  1. $name = $args[2] . '.' . $name;
  2. }
  3. }
  4. if (parent::has($name)) {
  5. // Parent is used because of b/c, can be changed in Joomla 6
  6. return parent::get($name, $default);
  7. }
  8. /*
  1. */
  2. public function getMessageQueue($clear = false)
  3. {
  4. // For empty queue, if messages exists in the session, enqueue them.
  5. if (!\count($this->messageQueue)) {
  6. $sessionQueue = $this->getSession()->get('application.queue', []);
  7. if ($sessionQueue) {
  8. $this->messageQueue = $sessionQueue;
  9. $this->getSession()->set('application.queue', []);
  10. }
  1. 'message' => $inputFilter->clean($msg, 'html'),
  2. 'type' => $inputFilter->clean(strtolower($type), 'cmd'),
  3. ];
  4. // Get the messages of the session and add the new message if it is not already in the queue.
  5. if (!\in_array($message, $this->getMessageQueue())) {
  6. // Enqueue the message.
  7. $this->messageQueue[] = $message;
  8. }
  9. }
  1. throw new \InvalidArgumentException(Text::sprintf('JERROR_COULD_NOT_FIND_TEMPLATE', $original_tmpl));
  2. }
  3. }
  4. }
  5. } elseif (!is_file(JPATH_THEMES . '/' . $template->template . '/index.php')) {
  6. $this->enqueueMessage(Text::_('JERROR_ALERTNOTEMPLATE'), 'error');
  7. // Try to find data for 'cassiopeia' template
  8. $original_tmpl = $template->template;
  9. foreach ($templates as $tmpl) {
  1. public function render(\Throwable $error): string
  2. {
  3. $app = Factory::getApplication();
  4. // Get the current template from the application
  5. $template = $app->getTemplate(true);
  6. // Push the error object into the document
  7. $this->getDocument()->setError($error);
  8. // Add registry file for the template asset
  1. 'subject' => $app,
  2. 'document' => $renderer->getDocument(),
  3. ])
  4. );
  5. $data = $renderer->render($error);
  6. // If nothing was rendered, just use the message from the Exception
  7. if (empty($data)) {
  8. $data = $error->getMessage();
  9. }
  1. * @since 3.10.0
  2. */
  3. public static function handleException(\Throwable $error)
  4. {
  5. static::logException($error);
  6. static::render($error);
  7. }
  8. /**
  9. * Render the error page based on an exception.
  10. *
  1. );
  2. // Trigger the onError event.
  3. $this->dispatchEvent('onError', $event);
  4. ExceptionHandler::handleException($event->getError());
  5. }
  6. // Trigger the onBeforeRespond event.
  7. $this->dispatchEvent(
  8. 'onBeforeRespond',
CMSApplication->execute() in C:\inetpub\websites\kaloriepomahaji.cz\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('C:\\inetpub\\websites\\kaloriepomahaji.cz\\includes\\app.php') in C:\inetpub\websites\kaloriepomahaji.cz\index.php (line 51)
  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';

RuntimeException

Failed to start the session because headers have already been sent by "C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php" at line 114.

  1. if ($this->isActive()) {
  2. throw new \RuntimeException('Failed to start the session: already started by PHP.');
  3. }
  4. if (ini_get('session.use_cookies') && headers_sent($file, $line)) {
  5. throw new \RuntimeException(
  6. sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)
  7. );
  8. }
  9. if (!session_start()) {
  1. $this->setId($session_clean);
  2. $cookie->set($session_name, '', ['expires' => time() - 3600 ]);
  3. }
  4. }
  5. parent::start();
  6. // Try loading data from the session
  7. if (!empty($_SESSION['joomla'])) {
  8. $this->data = unserialize(base64_decode($_SESSION['joomla']));
  9. }
  1. {
  2. if ($this->isStarted()) {
  3. return;
  4. }
  5. $this->store->start();
  6. $this->setState(SessionState::ACTIVE);
  7. // Initialise the session
  8. $this->setCounter();
  1. * @since 1.0
  2. */
  3. public function has($name)
  4. {
  5. if (!$this->isActive()) {
  6. $this->start();
  7. }
  8. return $this->store->has($name);
  9. }
  1. $name = $args[2] . '.' . $name;
  2. }
  3. }
  4. if (parent::has($name)) {
  5. // Parent is used because of b/c, can be changed in Joomla 6
  6. return parent::get($name, $default);
  7. }
  8. /*
  1. */
  2. public function getMessageQueue($clear = false)
  3. {
  4. // For empty queue, if messages exists in the session, enqueue them.
  5. if (!\count($this->messageQueue)) {
  6. $sessionQueue = $this->getSession()->get('application.queue', []);
  7. if ($sessionQueue) {
  8. $this->messageQueue = $sessionQueue;
  9. $this->getSession()->set('application.queue', []);
  10. }
  1. 'message' => $inputFilter->clean($msg, 'html'),
  2. 'type' => $inputFilter->clean(strtolower($type), 'cmd'),
  3. ];
  4. // Get the messages of the session and add the new message if it is not already in the queue.
  5. if (!\in_array($message, $this->getMessageQueue())) {
  6. // Enqueue the message.
  7. $this->messageQueue[] = $message;
  8. }
  9. }
  1. throw new \InvalidArgumentException(Text::sprintf('JERROR_COULD_NOT_FIND_TEMPLATE', $original_tmpl));
  2. }
  3. }
  4. }
  5. } elseif (!is_file(JPATH_THEMES . '/' . $template->template . '/index.php')) {
  6. $this->enqueueMessage(Text::_('JERROR_ALERTNOTEMPLATE'), 'error');
  7. // Try to find data for 'cassiopeia' template
  8. $original_tmpl = $template->template;
  9. foreach ($templates as $tmpl) {
  1. 'phpVersion' => PHP_VERSION,
  2. 'joomlaVersion' => JVERSION,
  3. 'requestId' => $this->requestId,
  4. 'identity' => $this->getIdentityInfo($application->getIdentity()),
  5. 'response' => $this->getResponseInfo($application->getResponse()),
  6. 'template' => $this->getTemplateInfo($application->getTemplate(true)),
  7. 'database' => $this->getDatabaseInfo($model->getInfo()),
  8. ];
  9. }
  10. /**
  1. $request_variables
  2. )
  3. );
  4. foreach ($this->collectors as $name => $collector) {
  5. $this->data[$name] = $collector->collect();
  6. }
  7. // Remove all invalid (non UTF-8) characters
  8. array_walk_recursive($this->data, function (&$item) {
  9. if (is_string($item) && !mb_check_encoding($item, 'UTF-8')) {
  1. * @return array
  2. */
  3. public function getData()
  4. {
  5. if ($this->data === null) {
  6. $this->collect();
  7. }
  8. return $this->data;
  9. }
  10. /**
  1. $js .= $this->getAddDatasetCode($id, $data, '(stacked)');
  2. }
  3. }
  4. $suffix = !$initialize ? '(ajax)' : null;
  5. $js .= $this->getAddDatasetCode($this->debugBar->getCurrentRequestId(), $this->debugBar->getData(), $suffix);
  6. $nonce = '';
  7. if ($doc->cspNonce) {
  8. $nonce = ' nonce="' . $doc->cspNonce . '"';
  1. echo $contents;
  2. return;
  3. }
  4. echo str_replace('</body>', $debugBarRenderer->renderHead() . $debugBarRenderer->render() . '</body>', $contents);
  5. }
  6. /**
  7. * AJAX handler
  8. *
  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. $this->app->setBody($data['body']);
  2. echo $this->app->toString((bool)$this->app->get('gzip'));
  3. $this->app->getDispatcher()->dispatch('onAfterRespond', AbstractImmutableEvent::create(
  4. 'onAfterRespond',
  5. [
  6. 'subject' => $this->app,
  7. ]
  8. ));
  1. while (@ob_end_clean()) {
  2. }
  3. $this->disableCaching();
  4. $this->cacheUtils->outputData($data);
  5. }
  6. }
  7. }
  8. public function getPageCacheId(?UriInterface $currentUri = null): string
  1. $container = $this->getContainer();
  2. /** @var PageCache $pageCache */
  3. $pageCache = $container->get(PageCache::class);
  4. try {
  5. $pageCache->outputPageCache();
  6. } catch (ExceptionInterface $e) {
  7. }
  8. //If we're forcing ssl on the front end but not serving https, disable caching
  9. if ($app->get('force_ssl') === 2 && SystemUri::currentUri()->getScheme() !== 'https') {
  10. $this->enabled = false;
  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. $this->input->def($key, $value);
  2. }
  3. // Trigger the onAfterRoute event.
  4. PluginHelper::importPlugin('system', null, true, $this->getDispatcher());
  5. $this->dispatchEvent(
  6. 'onAfterRoute',
  7. new AfterRouteEvent('onAfterRoute', ['subject' => $this])
  8. );
  9. $Itemid = $this->input->getInt('Itemid', 0);
  1. // Mark afterInitialise in the profiler.
  2. JDEBUG ? $this->profiler->mark('afterInitialise') : null;
  3. // Route the application
  4. $this->route();
  5. // Mark afterRoute in the profiler.
  6. JDEBUG ? $this->profiler->mark('afterRoute') : null;
  7. if (!$this->isHandlingMultiFactorAuthentication()) {
  1. $this->sanityCheckSystemVariables();
  2. $this->setupLogging();
  3. $this->createExtensionNamespaceMap();
  4. // Perform application routines.
  5. $this->doExecute();
  6. // If we have an application document object, render it.
  7. if ($this->document instanceof \Joomla\CMS\Document\Document) {
  8. // Render the application output.
  9. $this->render();
CMSApplication->execute() in C:\inetpub\websites\kaloriepomahaji.cz\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('C:\\inetpub\\websites\\kaloriepomahaji.cz\\includes\\app.php') in C:\inetpub\websites\kaloriepomahaji.cz\index.php (line 51)
  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 Traces 2

[2/2] RuntimeException
RuntimeException:
Failed to start the session because headers have already been sent by "C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php" at line 114.

  at C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Storage\NativeStorage.php:454
  at Joomla\Session\Storage\NativeStorage->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Session\Storage\JoomlaStorage.php:313)
  at Joomla\CMS\Session\Storage\JoomlaStorage->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Session.php:396)
  at Joomla\Session\Session->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Session.php:327)
  at Joomla\Session\Session->has()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Session\Session.php:194)
  at Joomla\CMS\Session\Session->get()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:611)
  at Joomla\CMS\Application\CMSApplication->getMessageQueue()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:253)
  at Joomla\CMS\Application\CMSApplication->enqueueMessage()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\SiteApplication.php:526)
  at Joomla\CMS\Application\SiteApplication->getTemplate()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Error\Renderer\HtmlRenderer.php:50)
  at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Exception\ExceptionHandler.php:142)
  at Joomla\CMS\Exception\ExceptionHandler::render()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Exception\ExceptionHandler.php:76)
  at Joomla\CMS\Exception\ExceptionHandler::handleException()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:334)
  at Joomla\CMS\Application\CMSApplication->execute()
     (C:\inetpub\websites\kaloriepomahaji.cz\includes\app.php:58)
  at require_once('C:\\inetpub\\websites\\kaloriepomahaji.cz\\includes\\app.php')
     (C:\inetpub\websites\kaloriepomahaji.cz\index.php:51)                
[1/2] RuntimeException
RuntimeException:
Failed to start the session because headers have already been sent by "C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php" at line 114.

  at C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Storage\NativeStorage.php:454
  at Joomla\Session\Storage\NativeStorage->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Session\Storage\JoomlaStorage.php:313)
  at Joomla\CMS\Session\Storage\JoomlaStorage->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Session.php:396)
  at Joomla\Session\Session->start()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\session\src\Session.php:327)
  at Joomla\Session\Session->has()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Session\Session.php:194)
  at Joomla\CMS\Session\Session->get()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:611)
  at Joomla\CMS\Application\CMSApplication->getMessageQueue()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:253)
  at Joomla\CMS\Application\CMSApplication->enqueueMessage()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\SiteApplication.php:526)
  at Joomla\CMS\Application\SiteApplication->getTemplate()
     (C:\inetpub\websites\kaloriepomahaji.cz\plugins\system\debug\src\DataCollector\InfoCollector.php:135)
  at Joomla\Plugin\System\Debug\DataCollector\InfoCollector->collect()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\php-debugbar\php-debugbar\src\DebugBar\DebugBar.php:238)
  at DebugBar\DebugBar->collect()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\php-debugbar\php-debugbar\src\DebugBar\DebugBar.php:265)
  at DebugBar\DebugBar->getData()
     (C:\inetpub\websites\kaloriepomahaji.cz\plugins\system\debug\src\JavascriptRenderer.php:119)
  at Joomla\Plugin\System\Debug\JavascriptRenderer->render()
     (C:\inetpub\websites\kaloriepomahaji.cz\plugins\system\debug\src\Extension\Debug.php:377)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\event\src\Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch()
     (C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\src\Platform\Cache.php:116)
  at CodeAlfa\Component\JchOptimize\Administrator\Platform\Cache->outputData()
     (C:\inetpub\websites\kaloriepomahaji.cz\administrator\components\com_jchoptimize\lib\src\PageCache\PageCache.php:448)
  at JchOptimize\Core\PageCache\PageCache->outputPageCache()
     (C:\inetpub\websites\kaloriepomahaji.cz\plugins\system\jchpagecache\src\Extension\JchPageCache.php:153)
  at CodeAlfa\Plugin\System\JchPageCache\Extension\JchPageCache->onAfterRoute()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\event\src\Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\vendor\joomla\application\src\AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\SiteApplication.php:811)
  at Joomla\CMS\Application\SiteApplication->route()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\SiteApplication.php:243)
  at Joomla\CMS\Application\SiteApplication->doExecute()
     (C:\inetpub\websites\kaloriepomahaji.cz\libraries\src\Application\CMSApplication.php:304)
  at Joomla\CMS\Application\CMSApplication->execute()
     (C:\inetpub\websites\kaloriepomahaji.cz\includes\app.php:58)
  at require_once('C:\\inetpub\\websites\\kaloriepomahaji.cz\\includes\\app.php')
     (C:\inetpub\websites\kaloriepomahaji.cz\index.php:51)