Quote:void printDownloadLinkAlbumZip( [ $linktext = ''], [ $albumobj = ''] )$albumobj??
Quote:Q1 : While creating an archive with PclZip, the script terminates with an empty created zip archive, why ?http://www.phpconcept.net/pclzip/faq
The behavior was encounter while the zlib extension is not enabled with the PHP installation. PclZip uses the compression functions from the zlib. In next releases of PclZip (1.1+) a systematic control of the zlib presence will be done.