So I am trying to insert the the <?php if (function_exists('printAlbumZip')) { printAlbumZip(); } ?> which is in place and works of sorts.... you can see the test link here....
http://boatsandho.es/index.php?album=test3/It is the first download link as the second is a test of albumzip stream. when I click ont he download album I get this :
http://boatsandho.es/http://boatsandho.es/index.php?album=test3/&download=test3&albumzipwhich of course 404s
if I clean the url and remove /http%3A//boatsandho.es out of the center making the url
http://boatsandho.es/index.php?album=test3/&download=test3&albumzip it works fine and downloads the album correctly.
Is there a reason that is is creating that additional text in the url and how can I correct that.... any help is greatly appreciated.
Comments
`<?php printDownloadLinkAlbumZip(); ?>`
The link appears on the page correctly, but the href is incorrect:
`http://myserver/zenphoto/http://myserver/zenphoto/index.php?album=album1/&download=album1&albumzip`
It would be great to find out what themisters changed in the config to make this work.
In zenphoto.cfg, I set
`define('WEBPATH', '/zenphoto');`
`define('SERVERPATH', '/var/www/zenphoto');`
and restarted Apache, but no change.