Missing Method in BasicsController

You are seeing this error because the action index-4.html is not defined in controller BasicsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the BasicsController::index-4.html() in file : app/controllers/basics_controller.php

<?php
class BasicsController extends AppController {
   function index-4.html() {
   }

}
?>