PHP GD extension gone ?
I posted this earlier today in Programming Help, but on
secomd thought I think it rather belongs here...
------------------------------------------------------------------------
Happy to see that the Absolut transfer is a success;
thank you Corey and everyone else who worked
their asses off to do it.
Only one glitch : the GD (graphics) extension to PHP is not
working anymore... I get this on all GD functions :
Fatal error: Call to undefined function *imagecreate() in
/home/rocambol/public_html/phptest.php on line 5
Edit:
I just saw the asterisk before imagecreate() in the
error message I copy-pasted in my post.
That asterisk is NOT in my script. It doesn't show either
on the error page on my browser, and when I look at
the page source it appears as a blank. If I copy-paste to
anywhere, it appears.
Strange... but not related to my GD problem I think.
All my other PHP scripts using GD (that worked fine
3 days ago) also give the same "undefined function" error.