Notice (8): Undefined variable: body_id [APP/views/layouts/default.ctp, line 55]" class="">
Notice (8): Undefined variable: admin [APP/views/layouts/default.ctp, line 80]

Missing Method in NewsController

Error: The action edit is not defined in controller NewsController

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

<?php
class NewsController extends AppController {

	var $name = 'News';


	function edit() {

	}

}
?>

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

(default) 3 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `news`552
2DESCRIBE `users`10102
3DESCRIBE `members`19192