On Tue, 2004-08-24 at 12:56, Jed R. Brubaker wrote:
Code:
> -------------------------------------------------
> $this->lVertical = "images/box/".$template."_lVertical.gif";
> $borderWidth = imagesx($this->lVertical);
> -------------------------------------------------
> Error:
> -------------------------------------------------
> Fatal error: Call to undefined function imagesx() in
> c:\web\www\php\classes\Box.class on line 65
> -----------------------------------------------------------
> 
> Am I missing something in the PHP config? What should I be looking for. Oh!


Looks like you currently have no gd support for the PHP image related functions.  Try 
loading the gd extension in your php.ini.


-- 
Greg Donald

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to