|
|
#1 |
|
Rear Admiral Upper Half
![]() ![]() ![]() Join Date: Feb 2001
Posts: 3,654
|
PHP Error
I am trying to get my photo album running online again, and I just migrated to some new servers.
http://www.corsec.org/album/ I am getting the following error: "There is no such function "gd_info." It seems you do not have GD installed" Any ideas? Everything *should* be working straight out of the box, but it isn't.
__________________
-Corsec- |
|
|
|
|
|
#2 |
|
shibuya girl
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2000
Location: Oregon
Posts: 6,851
|
the server probably doesn't have the gd library installed...
are we using coppermine? |
|
|
|
|
|
#3 |
|
the lemonizer
![]() ![]() ![]() ![]() ![]() |
ask your host whether or not the server has the gd library installed. If not, ask them nicely to install it
![]() if you want to check it yourself, do the following: 1. open up notepad 2. type: <?php phpinfo(); ?> 3. File >> save as.. >> phpinfo.php 4. upload to site 5. Navigate to php page Do Ctrl+F "GD" to see if it's installed. If it's in there then chances are that you do have it installed. Last edited by sho.gun : 04-08-2004 at 12:20 AM. |
|
|
|