[TYPO3] strange GIFBUILDER behaviour

Rico Moorman rico.moorman at gmail.com
Sun Jan 8 21:54:58 CET 2006


Dear list,

I recently noticed a strange behaviour of the gifbuilder object. I tried to
place an IMAGE cObject in order to render some text above it

page.20 = IMAGE
page.20 {
 file = GIFBUILDER
 file {
  XY = 200,200
  10 = IMAGE
  10 {
    file = fileadmin/someimage.jpg
    file.width = 100
    file.height = 100
  }
  20 ...
  ... maybe some other cObjects
 }
}


like that ...but where a small verion of the image is supposed to be only a
dark (negated) image is shown ...well as for the rest images and menus are
rendered ok and the install tool also creates correct images ... i also
tried no_imagecopyresized_fix while i have gd2 running on the server
I will include the debug info below maybe someone has a clue

Thank you very much in advance!!

### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST           : 192.168.1.20
TYPO3_HOST_ONLY     : 192.168.1.20
TYPO3_PORT          :
PATH_INFO           :
QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
REQUEST_URI         :
/dummy/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
HTTP_REFERER        :
http://192.168.1.20/dummy/typo3/install/index.php?TYPO3_INSTALL[type]=typo3temp
TYPO3_REQUEST_HOST  : http://192.168.1.20
TYPO3_REQUEST_URL   :
http://192.168.1.20/dummy/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_REQUEST_SCRIPT: http://192.168.1.20/dummy/typo3/install/index.php
TYPO3_REQUEST_DIR   : http://192.168.1.20/dummy/typo3/install/
TYPO3_SITE_URL      : http://192.168.1.20/dummy/
TYPO3_SITE_SCRIPT   : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
TYPO3_SSL           :
SCRIPT_NAME         : /dummy/typo3/install/index.php
TYPO3_DOCUMENT_ROOT : /var/www
SCRIPT_FILENAME     : /var/www/dummy/typo3/install/index.php
REMOTE_ADDR         : 192.168.1.13
REMOTE_HOST         :
HTTP_USER_AGENT     : Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8)
Gecko/20051111 Firefox/1.5
HTTP_ACCEPT_LANGUAGE: nl,en-us;q=0.7,en;q=0.3
CONST: PHP_OS       : Linux
CONST: TYPO3_OS     :
CONST: PATH_thisScri: /var/www/dummy/typo3/install/index.php
CONST: php_sapi_name: apache
OTHER: TYPO3_VERSION: 3.8.1
OTHER: PHP_VERSION  : 4.3.10-16
imagecreatefromgif(): 1
imagecreatefrompng(): 1
imagecreatefromjpeg(: 1
imagegif()          : 1
imagepng()          : 1
imagejpeg()         : 1
imagettftext()      : 1
OTHER: IMAGE_TYPES  : 15
OTHER: memory_limit : 32M
SERVER: SERVER_PORT : 80
SERVER: SERVER_SOFTW: Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16
SERVER: GATEWAY_INTE: CGI/1.1
SERVER: SCRIPT_NAME : /dummy/typo3/install/index.php
SERVER: PATH_TRANSLA: /var/www/dummy/typo3/install/index.php
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: im6
T3CV_GFX: im_negate_: 0
T3CV_GFX: im_imvMask: 1
T3CV_GFX: im_combine: composite
### DEBUG SYSTEM INFORMATION - END ###



More information about the TYPO3-english mailing list