Notice (8): Undefined variable: keywords [APP/views/layouts/default.ctp, line 5]" /> Notice (8): Undefined variable: description [APP/views/layouts/default.ctp, line 6]" />

Missing Method in NewsController

Error: The action Bengals_interested_in_WR_T_Owens is not defined in controller NewsController

Error: Create NewsController::Bengals_interested_in_WR_T_Owens() in file: app/controllers/news_controller.php.

<?php
class NewsController extends AppController {

	var $name = 'News';


	function Bengals_interested_in_WR_T_Owens() {

	}

}
?>

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