Jump to content

a logo thing


Guest FCB-Mo

The logo thing  

12 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Recommended Posts

  • 3 weeks later...

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...