|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Fatal error: Call to undefined function: imagecreatefromstring()
Fatal error: Call to undefined function: imagecreatefromstring()
i get this message when running my script it's the script from the php website for that function http://php.net/imagecreatefromstring I have Win XP SP2 Apache 2.0.54 PHP 4.4.1 that link above says imagecreatefromstring is available in PHP 4 >= 4.0.4, PHP 5 so i guess it would work. the other built in functions i use work it's just that one I have trouble with I don't see much responses for these image functions on here so you guys probably don't know much about that image function stuff. Mark |
|
#2
|
||||
|
||||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
is GD installed?
Run phpinfo() and look like halfway down for the GD settings oh and basic image stuff is easy (never gone deeper into GD functions, someone on here will have though) |
|
#3
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
I'm not at work right now but they other image functions like imagecreatefromgif worked
I guess that means GD is installed |
|
#4
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
that's strange i couldn't find it
shouldn't it come with php 4.4.1?? how can i install it? |
|
#5
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
all i had to do was enable GD Library
here is where it tells you how http://www.boutell.com/gd/faq.html |
|
#6
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
thx for reply after sloving the problem.
got the same |
|
#7
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
thanks. me too.
|
|
#8
|
|||
|
|||
|
RE: Fatal error: Call to undefined function: imagecreatefromstring()
me too, same error. nube question, simple answer. thanks.
|
|
#9
|
|||
|
|||
|
gd library doesnt load in php
I tried to install the php_gd2.dll library (I put the dll in my extension library and I put it into the php ini ) but it doesnt work and doesnt show up in my php info either
Quote:
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Fatal error: Call to undefined function: imagecreatefromstring() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|