Hi
I am getting this error
Fatal error: Call to undefined function imagecreatefromjpeg()
I have found out that this is a function that exists in the file php_gd2.dll (I think!) and that I need to set php.ini to load this file.
Php is sitting C:\php and inside is php.ini-recomnmended and php.ini-dist
I am running apache on my pc which is sitting in c:\program files\
and this is a folder in C:\program files\php which has one file php.ini -this is the file that I have been editing.
I have take the ";" out of
extension=php_gd2.dll
and have this
extension_dir="C:\php\ext"
I made the changes and then saved and restarted the server, but I still keep getting the fatal error.
Can anyone please shed any light on what I need to do
thanks
Edward