Notice (8): Undefined variable: cssBodyId [APP/views/layouts/default.ctp, line 42] " class="products">

Missing Method in ProductsController

Error: The action error is not defined in controller ProductsController

Error: Create ProductsController::error() in file: app/controllers/products_controller.php.

<?php
class ProductsController extends AppController {

	var $name = 'Products';


	function error() {

	}

}
?>

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

Notice (8): Undefined variable: show_awkward_footer [APP/views/layouts/default.ctp, line 56]