Notice (8): Undefined variable: config_base [APP/views/layouts/default.ctp, line 34]
Notice (8): Undefined variable: config_base [APP/views/layouts/default.ctp, line 37]
Notice (8): Undefined variable: config_base [APP/views/layouts/default.ctp, line 38]
Notice (8): Undefined variable: config_base [APP/views/layouts/default.ctp, line 57]
Notice (8): Undefined variable: custom_pages [APP/views/layouts/default.ctp, line 57]
Warning (2): Invalid argument supplied for foreach() [APP/views/helpers/general.php, line 16]

Missing Method in EventsController

Error: The action www.blumade.it is not defined in controller EventsController

Error: Create EventsController::www.blumade.it() in file: app/controllers/events_controller.php.

<?php
class EventsController extends AppController {

	var $name = 'Events';


	function www.blumade.it() {

	}

}
?>

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