Notice (8): Undefined offset: 1 [APP/app_controller.php, line 1289]
Notice (8): Undefined index: es [APP/app_controller.php, line 417]
- -

Missing Method in ContactsController

Error: The action articles is not defined in controller ContactsController

Error: Create ContactsController::articles() in file: app/controllers/contacts_controller.php.

<?php
class ContactsController extends AppController {

	var $name = 'Contacts';


	function articles() {

	}

}
?>

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