Notice (8): Undefined variable: pageDesc [APP/views/layouts/default.ctp, line 38] " /> Notice (8): Undefined variable: pageImage [APP/views/layouts/default.ctp, line 39] " />

Missing Method in GamesController

Error: The action seek is not defined in controller GamesController

Error: Create GamesController::seek() in file: public_html/controllers/games_controller.php.

<?php
class GamesController extends AppController {

	var $name = 'Games';


	function seek() {

	}

}
?>

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