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