[Typo3] Why GDLib not found in my website?

Martin Wan mwan at objectivasoftware.com
Mon Sep 19 10:24:04 CEST 2005


Hi,

I installed the imagemagick-4.2.9_i386-static-3.tar.gz on my website and the
Image Processing is tested successfully except " 5: GD library functions ".
I want to create GMENU, the document mentioned creating GMENU needs GDLib.
The following TypoScript creates a blank page. Could anyone please give me
some hints of how to solve this problem on my website?

Thanks, 

Martin Wan

page = PAGE
page.typeNum = 0
page.10 = HMENU
page.10.1 = GMENU
page.10.1.NO {
  XY = [10.w],[10.h]
  backColor = #cccccc || #eeeeee
  10 = TEXT
  10.text.field = title
  10.offset = 0,7
}





More information about the TYPO3-english mailing list