[User Warning] Cache-Control header has already been set. Please use HTTPCacheControl API to set caching options instead.

GET /about-us/news-and-events/diary-dates/ics/539/20191205T100000-20191205T120000

Line 380 in /var/www/vhosts/strcjmi.herts.sch.uk/public_html/framework/control/HTTP.php

Source

371 		if(headers_sent() && !$body) {
372 			return;
373 		}
374 
375 		// Warn if already assigned cache-control headers
376 		if ($body && $body->getHeader('Cache-Control')) {
377 			trigger_error(
378 				'Cache-Control header has already been set. '
379 				. 'Please use HTTPCacheControl API to set caching options instead.',
380 				E_USER_WARNING
381 			);
382 			return;
383 		}
384 
385 		$config = Config::inst()->forClass(__CLASS__);
386 

Trace

BEGIN:VCALENDAR PRODID:-//www.strcjmi.herts.sch.uk//EN VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT DTSTART;TZID=America/New_York:20191205T100000 DTEND;TZID=America/New_York:20191205T120000 URL:https://www.strcjmi.herts.sch.uk/about-us/news-and-events/diary-dates/y6-theatre-workshop/ SUMMARY:Friendship Week (in line with National Anti-Bullying Week) END:VEVENT END:VCALENDAR