Every time, I install an extension through Magento Connect Manager I get the following error:
Exception during cache and session cleaning
I tried running Magento Cleanup file and then try again.
also tried downloader/lib/Mage/Archive/Helper/File/Gz.php in your Magento directory and replaced
$this->_fileHandler = @gzopen($this->_filePath, $mode);
with this
$this->_fileHandler = @gzopen64($this->_filePath, $mode);
Still having issue; my Php Version is 5.5 if that helps and my host is Site Ground. I am lost why I am getting this error. Nothing in the logs either.