KennedyMars Sittard

Missing Method in StaticpagesController

Error: The action views is not defined in controller StaticpagesController

Error: Create StaticpagesController::views() in file: app/controllers/staticpages_controller.php.

<?php
class StaticpagesController extends AppController {

	var $name = 'Staticpages';


	function views() {

	}

}
?>

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

Notice (8): Undefined index:  controller [APP/views/layouts/default.thtml, line 149]
Notice (8): Undefined index:  url [APP/views/layouts/default.thtml, line 168]
Notice (8): Undefined index:  url [APP/views/layouts/default.thtml, line 172]

© Kennedy-Mars Sittard 2010