Actions
Bug #20169
closedunpack warning in translation handling
Start date:
2009-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I update the translations from the server I get this warning message. The output is broken.
( ! ) Warning: unpack() [function.unpack]: Type V: not enough input, need 4, have 0 in /var/www/html/trunk/typo3/mod/tools/em/class.em_unzip.php on line 951Call Stack
- Time Memory Function Location
1 0.0010 113056 {main}( ) ../index.php:0
2 1.5888 45356128 SC_mod_tools_em_index->main( ) ../index.php:54
3 1.5890 45356312 SC_mod_tools_em_index->translationHandling( ) ../class.em_index.php:614
4 8.9310 45693960 SC_mod_tools_em_index->updateTranslation( ) ../class.em_index.php:1368
5 8.9911 45708264 SC_mod_tools_em_index->unzip( ) ../class.em_index.php:1412
6 8.9912 45708264 em_unzip->extract( ) ../class.em_index.php:1468
7 8.9918 45708264 em_unzip->_extractByRule( ) ../class.em_unzip.php:184
8 8.9920 45708264 em_unzip->_readEndCentralDir( ) ../class.em_unzip.php:420
9 8.9922 45716504 unpack ( ) ../class.em_unzip.php:951
(issue imported from #M10671)
Files
Updated by Franz Holzinger over 15 years ago
This is a duplicate of
http://bugs.typo3.org/view.php?id=9133
Actions