Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 4, 200519 yr Okay ... got an error here Fatal error: Call to undefined function: imagettfbbox() in /home/blah/public_html/test/modules/mod_logo.php on line 202 Here is the call function box($text, $angle = 0) { $box = imagettfbbox($this->fontsize,$angle,$this->font,$text); return $box; } Now, my PHP version is 4.3.11 ... I checked and that should not be the problem. GD is supposedly installed, so I am stuck. Any suggestions? Keith
October 4, 200519 yr You need both GD ( might actually be GD2 ) and the FreeType library for it to work. :)
Archived
This topic is now archived and is closed to further replies.