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 delete is not defined in controller NewsController

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

<?php
class NewsController extends AppController {

	var $name = 'News';


	function delete() {

	}

}
?>

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

(default) 11 queries took 24 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `news`554
2DESCRIBE `users`10102
3DESCRIBE `members`19192
4DESCRIBE `reservations`662
5DESCRIBE `prices`552
6DESCRIBE `plans`14142
7DESCRIBE `meals`332
8DESCRIBE `carts`332
9DESCRIBE `rounds`332
10DESCRIBE `compes`332
11DESCRIBE `attachments`10102