I cannot create a downloadable zip-file of a collection or album. I can only do it when I'm inside an album and manually tick off the files I want to download. I get a "500 internal server error" web page. I know this is not much info because I can't get access to the server log right now. However I think the zip file problem has something to do with the permission settings. Is this right? If not enough info, I will try and get it (is it possible to alter the error output to a file in the same folder as plogger?). Really appreciate your help!
I though it was since I can download the files once I'm inside the album. I'm not sure how I add the zip as a php extension. Do I add some code, or do I have to enable zip through some server settings? Hope this doesn't sound too vague, I'm just very new to php ;) It works in the plogger demo, but I've checked out some other sites that use plogger and it doesn't seem to work there either. Thanks!
Zip is enabled as php extension. The errors I get in the server log are:
[Mon Jan 2 15:54:12 2006] [error] [client 80.202.80.118] Premature end of script headers: /powweb/web/cgi-bin/php4 [Mon Jan 2 15:54:13 2006] [error] [client 80.202.80.118] File does not exist: /www/p/e/pedvini.com/vince/htdocs/favicon.ico
The zip extension you need is a server package that needs to be installed by the server host. Some website hosting sites like the one I use, which is hostmonster, allow you to install it yourself in a section called "PHP Pear Packages". Just go here, search for keyword "zip" and your results should give you "Archive_zip". Just click install, and you're done. I hope this helped.