Bug #15947
closedCannot Access Extensions dur to error
0%
Description
the following error comes up when I try to start the extension Manager:
Fatal error: Call to undefined function gzfile() in /home/httpd/sites/lib/typo3_src-4.0rc2/typo3/mod/tools/em/class.em_index.php on line 1391
I have no chance to get into the extension manager
TYPO3_VERSION: 4.0rc2
PHP_VERSION : 5.0.5
Linuxversion: Trustix 3.0
(issue imported from #M3063)
Updated by Franz Holzinger over 18 years ago
gzfile is a PHP function:
http://de3.php.net/manual/fr/function.gzfile.php
So some gz php library is missing at your site.
But maybe there should be a way for the EM without this function.
Updated by old_buschm over 18 years ago
1.
After this error I can no longer access the extension manager, only when I reset my user account I will get new access to the extension manager.
2.
I installed a compleat now Typo3 Version 4 site for this test. So no old data is in the Database.
3.
Same error with RC1 and RC2
4.
3.8.1 no problemes on the same system on a prallel site.
Updated by old_buschm over 18 years ago
Have installed the correct zlib library and error is still there
old Versions did not hat this problem.
Updated by old_buschm over 18 years ago
found a solution for Trustix:
uncomment this line in PHP.ini
extension=zlib.so
Otherwise the moduel will be installed but not loaded. Than restart the httpd and up you go to get the extension managert running. Obviusly a new module used in the implementation which needs to be enabled.
Thanks all for your help