Notice (8): Undefined variable: lang [APP/views/layouts/default.ctp, line 190]lang_">
Notice (8): Undefined variable: footerMenu [APP/views/layouts/default.ctp, line 193]
Warning (2): array_filter() [function.array-filter]: The first argument should be an array [APP/plugins/nodes/views/helpers/node.php, line 329]
 
Notice (8): Undefined variable: lang [APP/views/layouts/default.ctp, line 221]
Notice (8): Undefined variable: fastMenu [APP/views/layouts/default.ctp, line 245]

Missing Method in PagesController

Erreur: The action evenements is not defined in controller PagesController

Erreur: Create PagesController::evenements() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function evenements() {

	}

}
?>

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