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 MembersController

Error: The action promo is not defined in controller MembersController

Error: Create MembersController::promo() in file: app/controllers/members_controller.php.

<?php
class MembersController extends AppController {

	var $name = 'Members';


	function promo() {

	}

}
?>

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