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.