Actions
Bug #19907
closedgzip_encode not found error in file_list.php in 4.2.4 and 4.2.5
Start date:
2009-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
missing gzip_encode inclusion in file_list.php
concerns 4.2.4 and 4.2.5
If backend compression is set, and you call the File List Module the first time (no folders are selected then) you get an error message that 'gzip_encode' ist not found in file_list.php on line 385
I looked at an old file_list.php, there was no inclusion of this class too, but the error does not occur.
Simple solutions: just add this line to the beginning of file_list.php:
require_once(PATH_t3lib.'class.gzip_encode.php');
(issue imported from #M10256)
Files
Actions