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