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