Notice (8): Undefined offset:  0 [APP/controllers/components/comp_cms.php, line 51]
Errors

Missing Method in PagesController

Error: The action rejestracja is not defined in controller PagesController

Error: Create PagesController::rejestracja() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function rejestracja() {

	}

}
?>

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