Page 1 of 1

imagecreation problems help plz

Posted: Mon Feb 25, 2008 10:39 am
by ccrevling
hello all i have a question (well more of a problem). I created a site for a dental company and they have one section with dentist members. these are dentists and whatnot around the area. They can log in and upload their image and fill in all of their info. Well the problem i am having is i used xampp (apache and friends) on my computer and everything worked just great. Then i uploaded it to their server and i get this error:

Fatal error: Call to undefined function imagecreatefrompng() in D:\Sites\nndental\admin\myAdminFreedom\newImg.php on line 93
:banghead: :banghead: :banghead: :banghead:
and i dont really know what that error is for...

i have also check to make sure the gd was installed on the server with php and it was. What could be going on here?
if you need to see code let me know

Re: imagecreation problems help plz

Posted: Mon Feb 25, 2008 10:57 am
by JAM
What does this gove you;

Code: Select all

<pre><?php
 print_r(gd_info());
?></pre>

Re: imagecreation problems help plz

Posted: Mon Feb 25, 2008 11:05 am
by ccrevling
Fatal error: Call to undefined function gd_info() in D:\Sites\nndental\admin\myAdminFreedom\newImg.php on line 47

didnt work...

Re: imagecreation problems help plz

Posted: Mon Feb 25, 2008 12:17 pm
by ccrevling
well i think i figured it out... I need to activate it on the server so thnx for the help Jam...
:banghead: :banghead: :banghead: :banghead: :banghead: :banghead: :banghead: :banghead: :banghead: