kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

ZIP compress/decompress problem 2.4.4 #512

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable plugin "compressor"
2. Upload a .zip file
3. Extract file from pop-down Menu

What is the expected output? What do you see instead?
See extraced files. I get "Request failed"

What version of the product are you using? On what operating system?
Mollify 2.4.4 // Centos Linux 6.5 + Php 5.4.25 (complied with zip support)

Please provide any additional information below.
Decompress: In web server log (Apache): (--plugin configurated to native or 
ziparchive or raw--)

=========
PHP Fatal error:  Undefined class constant 'RIGHTS_READ' in 
..../backend/plugin/Archiver/ArchiverServices.class.php on line 126
=========

Compress: In web server log (Apache): (--plugin configurated to native or 
ziparchive or raw--)

=========
PHP Fatal error:  Undefined class constant 'RIGHTS_WRITE' in 
..../backend/plugin/Archiver/ArchiverServices.class.php on line 67
=========

Original issue reported on code.google.com by nicode...@gmail.com on 17 Feb 2014 at 12:48

GoogleCodeExporter commented 8 years ago
Fixed in 2.4.5

Original comment by samuli.j...@gmail.com on 17 Feb 2014 at 1:44