Bug #15205
closedThumbnails doesn't work in spite of a working ImageMagick
0%
Description
Typo3 doesn't show thumbnails in some areas of the backend. Instead it shows a dead link image. The problem shows in the "filelist" menu (with option show thumbnails) and in the select box at page contents.
It works fine in the "images" submenu in the "file" menu. The install tool is also able pass most of the images tests. In the scaling test the GIF to GIF test fails but the other tests passes. The GD passes 5 tests. The install tool recognizes the ImageMagick as version 5.5.6. The webhotel running the Typo3 installation uses the ImageMagick installation for many other applications, which rules out a problem here.
I have searched a lot about thumbnail problems in Typo3. Usually it is the ImageMagick installation that fails. Since this is ruled out, I think it must be an error.
Som infomation I hope could be useful:
1) Test report from the install tool
2) Message posted on a user group
3) Debug info
--------------
1) The GIF-to-GIF test that fails reports the following:
"Your server: Reference:
15.9 K, 150x120 pixels 3.8 K, 150x120 pixels
File size is very different from reference
16296 3912
Note on gif_compress() function:
The 'gif_compress' method used was 'IM'.
Previous filesize: 15.9 K. Current filesize:15.9 K "
2) I have posted the error in the Danish User Group but didn't get any reply. Here is a link to my message:
http://lists.typo3.org/pipermail/typo3-ug-denmark/2005-November/002012.html
3) Here is som info from the Install Tools phpinfo:- DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : www.emilhoegsted.dk
TYPO3_HOST_ONLY : www.emilhoegsted.dk
TYPO3_PORT :
PATH_INFO :
QUERY_STRING : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER :
http://www.emilhoegsted.dk/typo3/install/index.php?TYPO3_INSTALL[type]=about
TYPO3_REQUEST_HOST : http://www.emilhoegsted.dk
TYPO3_REQUEST_URL :
http://www.emilhoegsted.dk/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://www.emilhoegsted.dk/typo3/install/index.php
TYPO3_REQUEST_DIR : http://www.emilhoegsted.dk/typo3/install/
TYPO3_SITE_URL : http://www.emilhoegsted.dk/
TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL :
SCRIPT_NAME : /typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /home/emilhoeg/public_html
SCRIPT_FILENAME : /home/emilhoeg/public_html/typo3/install/index.php
REMOTE_ADDR : 80.161.188.81
REMOTE_HOST :
HTTP_USER_AGENT : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
HTTP_ACCEPT_LANGUAGE: da
CONST: PHP_OS : Linux
CONST: TYPO3_OS :
CONST: PATH_thisScri: /home/emilhoeg/public_html/typo3/install/index.php
CONST: php_sapi_name: cgi
OTHER: TYPO3_VERSION: 3.8.0
OTHER: PHP_VERSION : 4.3.11
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif() : 1
imagepng() : 1
imagejpeg() : 1
imagettftext() : 1
OTHER: IMAGE_TYPES : 31
OTHER: memory_limit :
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache
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 : 0
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: 1
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 1
T3CV_GFX: im_combine: combine - DEBUG SYSTEM INFORMATION - END ###
(issue imported from #M1871)