Actions
Bug #21079
closeddynamic update of translation status im EM is broken
Start date:
2009-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
when updating translations with the extension manager the dynamic update of the progress bar and the display of messages during the update is broken.
The update of translations works - this affects only the output.
Reason for this is the output buffering/compression which is activated in init.php
Solution:
end output buffering by adding ob_end_flush();
affected versions: 4.2 and 4.3
(issue imported from #M11986)
Files
Updated by Rupert Germann about 15 years ago
committed to
trunk rev 5990
4-2 branch rev 5992
Actions