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

Missing Method in WholesalersController

Error: The action index.php is not defined in controller WholesalersController

Error: Create WholesalersController::index.php() in file: app/controllers/wholesalers_controller.php.

<?php
class WholesalersController extends AppController {

	var $name = 'Wholesalers';


	function index.php() {

	}

}
?>

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]