Hello,
I am installing ZP on an intranet to organize photos. I already have ~15k photos that I don't want to have to copy into the directory for zenphoto again (the drive doesn't have the space). The photos are available on the same machine, although through a different disk. I have tried editing zp-config.php as follows but I just get the error "albums directory (/Volumes/Disk1/Photos/) could not be found":
$conf['album_folder'] = '/Volumes/Disk1/Photos'
$conf['album_folder_class'] = 'external'
Any help is appreciated. ZP is running off of a 10.5.8 Server on intel xserve.
If it isn't possible to change the albums directory, is it possible to add a sym-link to the zenphoto/albums folder so that images are still archived in their proper place? Thanks
Comments
Just in case anybody is interested, I undid my changes to the zp-config.php file and issued
ln -s /Volume/Disk1/Photos/Album1/ .../zenphoto/albums/Album1
for every album that you have/want to create. Should make it easy to symlink them so that sub-albums can be in more than one album without having to recopy the images.