In the past I've used an older version of zenphoto, and the images were all neatly under the albums folder.
I'm now using 1.4 on a different server.
I've tried copying images to the albums folder, but they don't show up.
I've uploaded some images (very slow...), but i can't find them in the directories.
where are the images stored?
Thanks
The filesystem based image & album structure has not changed since I have been involved with Zenphoto. Maybe check your installaton file structure and be sure it is what you intended. http://www.zenphoto.org/news/installation-and-upgrading
Just curious: Why did you not just FTP the files to the correct location to start with?
Could it be sue to the fact that the zenphoto is installed in a subdomain / subfolder (shemeshplus.com/photos/)
http://photos.shemeshplus.com/
There is supposed to be 2 additional albums over here, anmely: 'mommy (copied over) & 'daddy' - FTP'ed directly to shemeshplus.com/photos/albums.
Neither of them appear.
It definitely worked with my previous host (hostmonster). I'm now with dreamhost.
You also need to check if the albums and also its images are published.
What do you mean by this?
The files and folders are all 755.
I thought it was supposed to recognize the folders & files once dropped in the albums folder.
Also - why cant I see the files that I've uploaded via the flash uploader?
I wasn't clear;
I see the friedman images in the web browser.
i don't see the actual files that were uploaded to the server.
[naos]$ pwd
/home/akehat/shemeshplus.com/photos
[naos]$ ls -l albums/
total 8
drwxr-xr-x 16 akehat pg4693812 4096 2012-03-01 07:37 daddy
drwxr-xr-x 8 akehat pg4693812 4096 2012-02-29 06:28 mommy
[naos]$ ls -l uploaded/
total 0
Images are not stored in the albums directory directly. I think you will get a better feel for how Zenphoto works with the filesystem if you use this command from the same working directory:
tree albums | more
Example output will be something like this (taken from my test server):
`
albums
-- test
|-- Hydrangeas.jpg
-- chibi.gif
1 directory, 2 files
`
Ahm, I can see those two albums "test" and "friedman" on your site. So they must be there and when I access a full iamge the url clearly tells that as well: http://photos.shemeshplus.com/albums/test/...
Are you sure your are looking in the right directory?..;-)
Are you sure your are looking in the right directory?..;-)
You wouldn't believe it... dreamhost decided to move me to a different server...
This is from the email I got Feb 29:
This is just a note to let you know that we have moved your account to a new server!
And they left the old one intact too, so I disregarded that email.
So, now that I logged in to the new server, I found 'test' & 'friedman' under albums.
In addition, I've added a soft link to the directory outside of the web root, and now have all (well, almost) of my pictures on the site.
Thank all for your help.