Missing controller
You are seeing this error because controller HttpController could not be found.
Fatal: Unable to load controller HttpController
Fatal: Create Class:
<?php
class HttpController extends AppController
{
var $name = 'Http';
}
?>
in file : app/controllers/http_controller.php