Hi.
I can't find an example in the Forum or Docs of what I am messing up, so I need to ask a question or three on my new installation of Zenphoto. I want to use Zenphoto to display photo galleries on my website, hosted by a third-party service provider (Linux server). I have installed Zenphoto in the directory www.mysite.com/Parent-folder/zenphoto. The photos are in multiple directories under the directory www.mysite.com/Parent-folder/albums, in the format ../albums/01, ../albums/02, ../albums/03, etc. The photos are accessed by other applications on the website, so I don't want to (can't) move them under the Zenphoto 'albums' directory.
Reading the docs, I found that I could change the Zenphoto "album" folder via the "zp-config.php" file by changing the 'album_folder' and 'album_folder_class' variables, so my zp-config.php file now has the following lines (nothing else but database login info is changed from default setup in this file):
...
...
$conf['album_folder'] = '../Parent-folder/albums/';
$conf['album_folder_class'] = 'in_webpath';
...
...
Zenphoto can't find any of the picture folders when I go into the admin page to build albums and point to the individual directories to populate them. I've obviously hortched this config, so any recommendations to links in the Forum I've missed, or tips as to how to fix this would be greatly appreciated.
Thanks for your time.