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

Missing Method in PagesController

Error: The action shop.html is not defined in controller PagesController

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

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function shop.html() {

	}

}
?>

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

    Notice (8): Undefined variable: tweets [APP/views/layouts/default.ctp, line 88]
    
    Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 88]