I am getting the error: Fatall error: Call to undefined function: imagecreatefromjpeg()
I am on PHP Version 4.3.10 and phpinfo says I have
'--with-gd=shared' '--enable-gd-native-ttf' '--without-gdbm'
I'm not too keen on server details, but would telling the admin to say with-gdbm instead of without fix my problem?
Well, finding out that "--with-gdbm" refers to PHP's [man]dba[/man] extension and nothing to do with GD Lib before calling will stop the admin from mistaking you for an idiot. (Then again, there is no --without-gdbm, only --with-gdbm.)
Is there a GD section in the phpinfo() page? If there is, what version of GD Lib does it say is installed? What does it say about jpeg support?
There are no other places that mention GD other than what I just copy pasted from it in the Configure Command section.
I think you need the php_gd2.dll library loaded.....
uncomment this line from the php.ini,
but you'll also need the extension installed.
I think it's called "php_gd2.dll"
You mag need to download this..........