I get the weirdest problem:
I installed gallery jsut fine, like I did once before for a friend. But this time, there seems to be a problem with my "images" dir containing those small GIF files. Images like "donate.jpg" don't work, I get a 404... Same goes for the entire dir. Not a 403 (forbidden), but a 404... I really don't get it because the dir and the files are there!
To make it extra weird, if I rename the dir to "images2", the images inside work just fine!
To show you: http://gallery.estor.nl/images2/donate.jpg - works!
http://gallery.estor.nl/images/donate.jpg - doesn't
while they both exist... :?
Any thoughts?
----
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://gallery.estor.nl
Gallery version: v1.4.4-pl5
Apache version: 1.3.33
PHP version (don't just say PHP 4, please): PHP v4.3.10-2
Graphics Toolkit: NetPBM
Operating system: Linux (Debian testing)
Web browser/version (if applicable): Firefox
Posts: 13451
Check your apache error_logs, but a 404 error is not normally wrong...
Posts: 3
You were right, sort of! :D
When checking my apache log I noticed that the error was:
/usr/share/images/donate/pic.jpg cannot be found
that explains it, because the images dir wasn't there, it simply resides it the gallery dir. So I copied the gallery/image dir to usr/share/images and voila, everything's fine...
Still strange though, why does gallery look for the images in /usr/share/images when I NEVER specified that it should look there...
Posts: 13451
Ah, debian install?
Posts: 3
Affirmative... :D