[Warning] Cannot modify header information - headers already sent by (output started at /www/htdocs/w00d22ab/alto/code/BuchPage.php:1)

GET /seminare/rss

Line 662 in /www/htdocs/w00d22ab/event_calendar/code/Calendar.php

Source

653 			header('Last-Modified: ' . gmdate("D, d M Y H:i:s", $rss->lastModified) . ' GMT');
654 		}
655 		if(!empty($rss->etag)) {
656 			HTTP::register_etag($rss->etag);
657 		}
658 		$xml = str_replace(' ', ' ', $rss->renderWith('RSSFeed'));
659 		$xml = preg_replace('/<!--(.|\s)*?-->/', '', $xml);
660 		$xml = trim($xml);
661 		HTTP::add_cache_headers();
662 		header("Content-type: text/xml");
663 		echo $xml;
664 	}
665 	
666 	public function import()
667 	{
668     if(isset($this->urlParams['ID']))

Trace