Notice (8): Undefined index:  controller [APP/app_controller.php, line 33]
IL·LUSTRE COL·LEGI D´ADVOCATS

Missing Method in HistoriaController

Error: The action memories is not defined in controller HistoriaController

Error: Create HistoriaController::memories() in file: app/controllers/historia_controller.php.

<?php
class HistoriaController extends AppController {

	var $name = 'Historia';


	function memories() {

	}

}
?>

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