Missing Method in PhotoAlbumsController

Error: The action viewPhotoAlbum is not defined in controller PhotoAlbumsController

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

<?php
class PhotoAlbumsController extends AppController {

	var $name = 'PhotoAlbums';


	function viewPhotoAlbum() {

	}

}
?>

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

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