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

