I recently moved to a new host that claims to have the GD Library installed but my code doesn't work on their servers but does on others.
I get this error:
Fatal error: Call to undefined function: imagecreatefromjpeg() in public_html/gdlibrary/test.php on line 4
Unlike my other servers, phpinfo() does not list the GD Library as being enabled. Is it possible that it's still installed but not there?
I have been told that "It is infact listed in the Perl Modules in your cpanel" and "Is there a part of the script where you have to call the path to the actual module?"
From what I understand, the GD Library is an extension to PHP and should be listed in the phpinfo().
Can anybody explain this better.