Missing controller

You are seeing this error because controller HttpController could not be found.

Notice: If you want to customize this error message, create padillasc/views/errors/missing_controller.thtml.

Fatal: Create the class below in file : padillasc/controllers/http_controller.php

<?php
class HttpController extends AppController {
   var $name = 'Http';
}
?>

Clic 2012