Missing Method in SiteController
You are seeing this error because the action rio is not defined in controller SiteController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the SiteController::rio() in file : app/controllers/site_controller.php
<?php
class SiteController extends AppController {
function rio() {
}
}
?>