Actions
Bug #20324
closedClass 'gzip_encode' not found in typo3/mod/web/perm/index.php on line 857
Start date:
2009-04-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I work on the access permissions of folders in the backend I receive the error:
Class 'gzip_encode' not found in [...]/typo3/mod/web/perm/index.php on line 857
I added
require_once (PATH_t3lib.'class.gzip_encode.php');
at the top of this file and the error is gone...
(issue imported from #M10930)
Updated by Christian Kuhn over 15 years ago
Resolved as duplicate of #19907 (Thanks Steffen).
Will be fixed in 4.2.7
Actions