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 ProjectsController

Error: The action mixed is not defined in controller ProjectsController

Error: Create ProjectsController::mixed() in file: app/controllers/projects_controller.php.

<?php
class ProjectsController extends AppController {

	var $name = 'Projects';


	function mixed() {

	}

}
?>

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