Bassbariton

NEU! Mai 2019! CD - Johannes Brahms: Ein Deutsches Requiem op. 45



NEU! Mai 2019!

Johannes Brahms: Ein Deutsches Requiem op. 45

Florian Helgath I Dirigent
Chorwerk Ruhr

Johanna Winkel I Sopran
Kresimir Strazanac I Bariton
Sebastian Breuing & Christoph Schnackertz I Flügel

COV 91905

Failed to start the session because headers have already been sent by "/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 364. (500 Whoops, looks like something went wrong.)

RuntimeException

HTTP 500 Whoops, looks like something went wrong.

Failed to start the session because headers have already been sent by "/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 364.

Exception

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. __CLASS__
  2. ),
  3. E_USER_DEPRECATED
  4. );
  5. $instance = self::getApplication()->getSession()->get('user');
  6. if (\is_null($id)) {
  7. if (!($instance instanceof User)) {
  8. $instance = User::getInstance();
  9. }
  1. $view = $app->input->get('view');
  2. if (!$app->isClient('site') || $doc->getType() != 'html'
  3. || strpos($pageTitle, 'Gridbox Editor') !== false || $view == 'gridbox') {
  4. return;
  5. }
  6. $user = Factory::getUser();
  7. if ($this->performance->page_cache != 1 || !$user->get('guest')) {
  8. return;
  9. }
  10. $data = $app->toString();
  11. $data = str_replace('<html ', '<html data-cached="true" ', $data);
  1. }
  2. // Convert to indexed array for unpacking.
  3. $arguments = array_values($arguments);
  4. $result = $this->{$methodName}(...$arguments);
  5. // Ignore null results
  6. if ($result === null) {
  7. return;
  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. $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('/homepages/17/d609467958/htdocs/rescue-08-2026/includes/app.php') in /homepages/17/d609467958/htdocs/rescue-08-2026/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 Trace

RuntimeException
RuntimeException:
Failed to start the session because headers have already been sent by "/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 364.

  at /homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/session/src/Storage/NativeStorage.php:447
  at Joomla\Session\Storage\NativeStorage->start()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/src/Session/Storage/JoomlaStorage.php:313)
  at Joomla\CMS\Session\Storage\JoomlaStorage->start()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/session/src/Session.php:396)
  at Joomla\Session\Session->start()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/session/src/Session.php:327)
  at Joomla\Session\Session->has()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/src/Session/Session.php:194)
  at Joomla\CMS\Session\Session->get()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/src/Factory.php:372)
  at Joomla\CMS\Factory::getUser()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/plugins/system/gridbox/src/Extension/Gridbox.php:206)
  at Balbooa\Plugin\System\Gridbox\Extension\Gridbox->onAfterRespond()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/src/Plugin/CMSPlugin.php:386)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/libraries/src/Application/CMSApplication.php:363)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/homepages/17/d609467958/htdocs/rescue-08-2026/includes/app.php:58)
  at require_once('/homepages/17/d609467958/htdocs/rescue-08-2026/includes/app.php')
     (/homepages/17/d609467958/htdocs/rescue-08-2026/index.php:51)