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