I am trying to generate Zip through my site to download multiple files. Unfortunately, I receive this error:
Abort pclzip.lib.php : Missing zlib extensions
The problem is that I don't have access to php.ini and I was hoping to install zlib through htaccess. (I am assuming that zlib is missing, that's why it's doing so).