Error [ 0 ]: Call to a member function send_headers() on null

DOCROOT/public/index.php [ 95 ]

 90 	 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].
 91 	 * If no source is specified, the URI will be automatically detected.
 92 	 */
 93 	echo Request::factory(TRUE, array(), FALSE)
 94 		->execute()
 95 		->send_headers(TRUE)
 96 		->body();
 97 }
 98 

Environment