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

Missing Method in MatchingProgramsController

Error: The action member_event is not defined in controller MatchingProgramsController

Error: Create MatchingProgramsController::member_event() in file: app/controllers/matching_programs_controller.php.

<?php
class MatchingProgramsController extends AppController {

	var $name = 'MatchingPrograms';


	function member_event() {

	}

}
?>

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