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
Comments
1. You can check if GD is installed by adding a simple file e.g. info.php that looks like:
<?php phpinfo(); ?>
and then load that. Look for GD in the output.
2. 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.