Bug #19410
closedinstall tool hangs on gd libary detection
0%
Description
the install tool hangs in i enable "extension=gd.so" in php.ini. hangs means, that it never comes to an end (let it run around 1-3 minutes). there are no infomation avalable in apache error.log on loglevel=debug
if i override the install tool and manualy set the values to localconf file GMENU on frontend doesnt work anyway. other php scripts using gdlib functions are (may) working.
install tool hangs on the point:
1: Basic Configuration
2: Database Analyser
4: Image Processing
6: typo3temp/
7: Clean up database
reproducable in typo3 v. 4.2.1
- DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : minime
TYPO3_HOST_ONLY : minime
TYPO3_PORT :
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER : http://minime/typo3/install/index.php?TYPO3_INSTALL[type]=extConfig
TYPO3_REQUEST_HOST : http://minime
TYPO3_REQUEST_URL : http://minime/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://minime/typo3/install/index.php
TYPO3_REQUEST_DIR : http://minime/typo3/install/
TYPO3_SITE_URL : http://minime/
TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
SCRIPT_NAME : /typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /home/httpd/html
SCRIPT_FILENAME : /home/httpd/html/typo3/install/index.php
REMOTE_ADDR : 192.168.0.103
REMOTE_HOST :
HTTP_USER_AGENT : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17
HTTP_ACCEPT_LANGUAGE: de,ru;q=0.8,hy;q=0.6,de-de;q=0.4,en-us;q=0.2
CONST: PHP_OS : Linux
CONST: TYPO3_OS :
CONST: PATH_thisScri: /home/httpd/html/typo3/install/index.php
CONST: php_sapi_name: apache2handler
OTHER: TYPO3_VERSION: 4.1.5
OTHER: PHP_VERSION : 5.2.4
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif() : 1
imagepng() : 1
imagejpeg() : 1
imagettftext() : 1
OTHER: IMAGE_TYPES : 15
OTHER: memory_limit : 128M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/2.0.59 (Trustix Secure Linux/Linux) PHP/5.2.4
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /typo3/install/index.php
SERVER: PATH_TRANSLA:
T3CV_GFX: image_proc: 1
T3CV_GFX: gdlib : 1
T3CV_GFX: gdlib_png : 1
T3CV_GFX: gdlib_2 : 1
T3CV_GFX: im : 1
T3CV_GFX: im_path : /usr/bin/
T3CV_GFX: im_path_lz: /usr/bin/
T3CV_GFX: im_version: im5
T3CV_GFX: im_negate_: 1
T3CV_GFX: im_imvMask: 0
T3CV_GFX: im_combine: composite - DEBUG SYSTEM INFORMATION - END ###
(issue imported from #M9478)
Files
Updated by Stephan Lucas about 16 years ago
gmenu in frontend is now working, when i set the localconf values manually. there was an fault on my template setting (config.baseURL=http://another-domain.de). so the pictures where generated but not displayed (in case of false uri)
but install tool still hangs like described above
Updated by Stephan Lucas about 16 years ago
solved if typo3/sysext/install/mod/class.tx_install.php
line: 2483
$im = @imagecreate (300, 50);
changed to:
$im = @imagecreatetruecolor (300, 50);
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Benni Mack) - Is Regression set to No
No feedback for over 90 days.