Pessoal fui instalar o kohana na minha maquina e deu 
este error aqui.. Alguém poderia me ajudar para aparecer o " hello, world!"

Kohana_Exception [ 0 ]: A valid cookie salt is required. Please set 
Cookie::$salt.

SYSPATH\classes\Kohana\Cookie.php [ 152 ]

147     public static function salt($name, $value)148   {149            // 
Require a valid salt150              if ( ! Cookie::$salt)151                
{152                    throw new Kohana_Exception('A valid cookie salt is 
required. Please set Cookie::$salt.');153            }154 155                // 
Determine the user agent156          $agent = 
isset($_SERVER['HTTP_USER_AGENT']) ? strtolower($_SERVER['HTTP_USER_AGENT']) : 
'unknown';157 


   1. 
   
   SYSPATH\classes\Kohana\Cookie.php [ 67 
]<http://localhost/kohana/#error5179e5a6c9e3csource0>
    » 
Kohana_Cookie::salt(arguments<http://localhost/kohana/#error5179e5a6c9e3cargs0>
   )
   2. 
   
   SYSPATH\classes\Kohana\Request.php [ 155 
]<http://localhost/kohana/#error5179e5a6c9e3csource1>
    » 
Kohana_Cookie::get(arguments<http://localhost/kohana/#error5179e5a6c9e3cargs1>
   )
   3. 
   
   DOCROOT\index.php [ 117 ]<http://localhost/kohana/#error5179e5a6c9e3csource2>
    » 
Kohana_Request::factory(arguments<http://localhost/kohana/#error5179e5a6c9e3cargs2>
   )
   

-- 
Você está recebendo esta mensagem porque se inscreveu no grupo "Kohana Php" dos 
Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um 
e-mail para [email protected].
Para postar neste grupo, envie um e-mail para [email protected].
Visite este grupo em http://groups.google.com/group/kohana-php?hl=pt-BR.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.


Responder a