Missing Method in PhotoAlbumsController

Error: The action displayPhotoAlbum is not defined in controller PhotoAlbumsController

Error: Create PhotoAlbumsController::displayPhotoAlbum() in file: oceanmist.net/controllers/photo_albums_controller.php.

<?php
class PhotoAlbumsController extends AppController {

	var $name = 'PhotoAlbums';


	function displayPhotoAlbum() {

	}

}
?>

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

(default) 11 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `photo_albums`550
2DESCRIBE `photos`770
3DESCRIBE `menu_sections`660
4DESCRIBE `menu_items`990
5SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Breakfast' ORDER BY `MenuSection`.`display_order` ASC 330
6SELECT `MenuSection`.`name` FROM `menu_sections` AS `MenuSection` WHERE `MenuSection`.`type` = 'Lunch / Dinner' ORDER BY `MenuSection`.`display_order` ASC 330
7DESCRIBE `settings`330
8SELECT `Setting`.`value` FROM `settings` AS `Setting` WHERE `name` = 'hours' 110
9DESCRIBE `event_comments`880
10DESCRIBE `events`12121
11SELECT COUNT(*) AS `count` FROM `event_comments` AS `EventComment` LEFT JOIN `events` AS `Event` ON (`EventComment`.`event_id` = `Event`.`id`) WHERE `EventComment`.`approved` = 0 110