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