PDA

View Full Version : Gallery Not Working



dschoemaker
11-21-2003, 11:49 AM
Got gallery loaded with no errors, can navigate it fine, but when I put a picture into it it does not show up. Here is an example (http://www.schoemaker.us/gallery/Samples).

If I navigate in Direct Admn to the file, i can see the picture fine, so it not a matter of it does not exist. Any suggestions?

Thanks

Dave

eugene
11-21-2003, 01:24 PM
I looked at your example. It appears to be a path issue.

The file is located at:
http://www.schoemaker.us/gallery/albums/Samples/Blue_hills.thumb.jpg

But your gallery points to:
http://www.schoemaker.us/albums/Samples/Blue_hills.thumb.jpg

The "gallery/" is missing:

http:// (http://www.schoemaker.us/gallery/albums/Samples/Blue_hills.thumb.jpg)www.schoemaker.us/gallery/albums/Samples/Blue_hills.thumb.jpg

thevillageinn
11-21-2003, 10:32 PM
I'm going to assume that since this appears to be a path issue, it would appear to be configuration issue. Go back to the setup and make sure you enter the correct path where your albums reside. If you haven't already, I think you should be sure to use the full server path to the albums which would be something like:
/home/username/domains/domain.com/public_html/albums

not:
www.domain.com/albums

hope that helps.

musement
11-23-2003, 03:27 AM
I installed Gallery and encountered the same problem. I resolved it but it wasn't a path issue. It had to do with the permissions/existence of .htaccess. In order for me to see .htaccess through DA I had to rename it to x.htaccess before changing permissions. After changing it, I renamed it to .htaccess and then went through the configuration/setup process. When I was done, I had to change the filename to x.htaccess again to change the permissions back. I forgot, however, to rename the file back to .htaccess. When I didn't rename it, I got the exact error you did.

I know that's a dirty hack of changing permissions of a file, but I was unable to get a listing of .* files through DA. So I had to rename accordingly. I'm new to this so I don't know if there's another way of doing it. still learning the interface and tools..