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