ZenphotoCMS Forum
Image paths broken - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Image paths broken (/thread-175.html)



Image paths broken - oneafrikan - 2005-12-16

Hi All

Afer hardcoding the variables in the config file to get things working (http://www.zenphoto.org/support/topic.php?id=163)
ZP seems to be installed and working, except that the image paths seem to be broken on all pages...

I'm getting:
/zenphoto-0.9-beta/wildlife_kruger/chameleon_01.jpg

instead of:
/zenphoto-0.9-beta/albums/wildlife_kruger/chameleon_01.jpg

Has anyone experienced this at all?
Could it be because I don't have the GD library installed on my windows machine?
Is there another variable I'm missing perhaps?

Thanks in advance for any help ;-)

Gareth




Image paths broken - Luckyspin - 2005-12-22

Two things:

  1. You can check if GD is installed by adding a simple file e.g. info.php that looks like:

and then load that. Look for GD in the output.

  1. Have you tried running with mod_rewrite set to false? If you use mod_rewrite + .htaccess the albums directory won't appear in the URL. Try without to debug stuff a bit more.