Project

General

Profile

Actions

Bug #15947

closed

Cannot Access Extensions dur to error

Added by old_buschm over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2006-03-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

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.

Actions #2

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.

Actions #3

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.

Actions #4

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

Actions

Also available in: Atom PDF