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