Notice (8): Undefined variable: language [APP/views/layouts/default.ctp, line 7] http://www.sommering.ro//" /> Notice (8): Undefined variable: root [APP/views/layouts/default.ctp, line 9] css/sommering.css" />

Missing Method in PressController

Error: The action articles is not defined in controller PressController

Error: Create PressController::articles() in file: app/controllers/press_controller.php.

<?php
class PressController extends AppController {

	var $name = 'Press';


	function articles() {

	}

}
?>

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