"/images" cannot be found -> corrupt buttons!

GoldieLox

Joined: 2005-02-06
Posts: 3
Posted: Sun, 2005-02-06 20:38

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

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2005-02-07 06:07

Check your apache error_logs, but a 404 error is not normally wrong...

 
GoldieLox

Joined: 2005-02-06
Posts: 3
Posted: Mon, 2005-02-07 18:45

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...

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2005-02-07 18:50

Ah, debian install? :-)

 
GoldieLox

Joined: 2005-02-06
Posts: 3
Posted: Thu, 2005-02-10 18:43

Affirmative... :D