Notice (8): Undefined index:  Meta [APP/views/layouts/default.ctp, line 28]
Notice (8): Undefined index:  Meta [APP/views/layouts/default.ctp, line 31]
Notice (8): Undefined index:  Meta [APP/views/layouts/default.ctp, line 44]

Missing Method in PostsController

Error: The action 8719 is not defined in controller PostsController

Error: Create PostsController::8719() in file: app/controllers/posts_controller.php.

<?php
class PostsController extends AppController {

	var $name = 'Posts';


	function 8719() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.