Missing Method in PhotosController
Error: The action 071007hebden is not defined in controller PhotosController
Error: Create PhotosController::071007hebden() in file: app/controllers/photos_controller.php.
<?php
class PhotosController extends AppController {
var $name = 'Photos';
function 071007hebden() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.