<h2>Missing Controller</h2>
<p class="error">
	<strong>Error: </strong>
	<em>FeedsController</em> could not be found.</p>
<p class="error">
	<strong>Error: </strong>
	Create the class <em>FeedsController</em> below in file: eventivore/controllers/feeds_controller.php</p>
<pre>
&lt;?php
class FeedsController extends AppController {

	var $name = 'Feeds';
}
?&gt;
</pre>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create eventivore/views/errors/missing_controller.ctp</p>