Notice (8): Undefined variable: keywords_for_layout [APP/views/layouts/default.ctp, line 7]"/> Notice (8): Undefined variable: description_for_layout [APP/views/layouts/default.ctp, line 8]"/>

Missing Method in PagesController

Error: The action blog is not defined in controller PagesController

Error: Create PagesController::blog() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function blog() {

	}

}
?>

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