[fixed]File Manager compressed formats

For problem reports, and discussions about the CMSMS 2.2 beta.

This board will be locked once CMSMS 2.2 is officially released.
Locked
deactivated010521

[fixed]File Manager compressed formats

Post by deactivated010521 »

I tested a few different compress formats with the File Manager uploading works great, the mime-types are reconized but extracting has some glitches.

Probally it's not easy to test for a wide range of compression formats but improvements are welcome.

* Works:
.zip can be extracted and works fine

* Acts if it works:
.tar.gz does show "unpack" button pressing this button shows "is succesfull unpacked" but nothing is extracted

* Hidden unpack button:
.gz does not show "unpack" button
.bz2 does not show "unpack" button
.tar does not show "unpack" button

Enabling disabling bz2 php extensions does not make any difference.

Code: Select all

bz2
BZip2 Support 	Enabled
Stream Wrapper support 	compress.bzip2://
Stream Filter support 	bzip2.decompress, bzip2.compress
BZip2 Version 	1.0.6, 6-Sept-2010 

Code: Select all

zip
Zip 	enabled
Zip version 	1.13.5
Libzip version 	1.0.1 

Code: Select all

Phar
Phar: PHP Archive support	enabled
Phar EXT version 	2.0.2
Phar API version 	1.1.1
SVN revision 	$Id: bf89220e0ebdb68ebb5379ffc0a32997f94e77e7 $
Phar-based phar archives 	enabled
Tar-based phar archives 	enabled
ZIP-based phar archives 	enabled
gzip compression 	enabled
bzip2 compression 	enabled 
Native OpenSSL support 	enabled 
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: File Manager compressed formats

Post by calguy1000 »

This should be fixed now.

We'll prolly replace this functionality in a later version of FileManager. to use the built-in phar stuff.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
deactivated010521

Re: [fixed]File Manager compressed formats

Post by deactivated010521 »

Tested with Revision: 11165 *.tar.gz extracts fine now.

Implementation of phar and other compression formats might be nice when rewriting.
Locked

Return to “[locked] CMSMS 2.2 Beta”