Try this may be its use full to you. It solved my problem.
Go to downloader/lib/Mage/Archive/Helper/File/Gz.php in your Magento directory
and replace
"$this->_fileHandler = @gzopen($this->_filePath, $mode);"
with
"$this->_fileHandler = @gzopen64($this->_filePath, $mode);"