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


