I'm confused. My server uses Open_dirbase with the path according to PhotoShare-admin like this: /home/web/web1098:/var/tmp/:/usr/local/lib/php/
My FTP access doesn't show the folders from the path, so I can't create a PhotoShare-album beneath ../php.
Is it possible to do that ? I'm residing on a webhotel, so I don't have access to the file system.
I have managed to make this wonderful photoalbum work by using the database option instead, but I have limited space in the database, so help to using folders would be nice.
/Sbajder
Posted: 06.04.2003, 21:00
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
When you login using FTP you use a different filesystem root than the webserver uses (that's why Photoshare prints the world as the webserver sees it).
So create a folder beneath "/home/web/web1098" - for instance "/home/web/web1098/photoshare_images" and make that read-write-exec for all (chmod 777).