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











