I am having trouble finding out how the downloadList.php plugin works.
On my image.php template I used:
`echo printDownloadLink(getUnprotectedImageUrl(), "download image");`
This gives me the link:
http://localhost/zenphoto/albums/surfing/_DSC7438.jpg.php?download=876
When I click on the link the I am just sending the ?download parameter, nothing downloads.
My PHP log reads:
`[31-Jan-2012 13:23:10] PHP Warning: filesize() [function.filesize]: stat failed for /zenphoto/albumshighres/albums/surfing/_DSC7438.jpg in /Applications/MAMP/htdocs/zenphoto/zp-core/zp-extensions/downloadList.php on line 283`
`[31-Jan-2012 13:23:10] PHP Warning: number_format() expects parameter 1 to be double, string given in /Applications/MAMP/htdocs/zenphoto/zp-core/zp-extensions/downloadList/downloadList-functions.php on line 155`
As you can see I have my images in the folder "albumshighres" (set in zenphoto.cfg) and with an "albums" album that acts like a wrapper.