Actions
Bug #16246
closedCan't upload a compressed extension .t3x
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2006-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I installed typo3 version 3.7.1. After Loing the BE, go to Ext Manager to import extensions. I choose the way of 'Upload extension files directly', but at the bottom, the red line shows:
"NOTE: No decompression available! Don't upload a compressed extension - it will not succeed."
what does it mean?
OS: Window2000 + SP4
Apache: 1.3.26
PHP: 4.1.2
MYSQL: 3.23.39
(issue imported from #M3680)
Updated by Karsten Dambekalns over 18 years ago
Your PHP has no zlib extension compiled in / enabled. Thus the gzuncompress() call is not available and you cannot install compressed T3X files. Enable the zlib extension in php.ini
Actions