13 12 / 2011

Installing Kohana 3.2

If you’re getting this error:

HTTP_Exception_404 [ 404 ]: Unable to find a route to match the URI: kohana-3.2

Check that your base_url is set eg:

Kohana::init(array(
'base_url' => '/kohana-3.2/',
));