Thread: Installing GD
View Single Post
Old 10-31-2007, 06:00 PM   #6 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Btw, this is the thing that is giving the errormsg:

PHP Code:
if(!function_exists("gd_info")) {
            echo 
'You do not have the GD Library installed.  This class requires the GD library to function properly.' "\n";
            echo 
'visit http://us2.php.net/manual/en/ref.image.php for more information';
            exit;
        } 
Tanax is offline  
Reply With Quote