|
|
 Damir Grgic | 2009-11-18 13:06:02 |
Fatal error: Call to undefined function imagecreatefromjpeg() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test\imager-2009-11-16\imager.php on line 18
there is a error.
the function imagecreatefromjpeg(), imagecreatefrompng() and imagecreatefromgif() not exists. |
 Viktor Jenei | 2009-11-18 13:27:50 - In reply to message 1 from Damir Grgic |
You need to enable the GD2 library in PHP.
In the php.ini search, and add the following line:
extension=php_gd2.dll
Regards,
Viktor |
 Damir Grgic | 2009-11-18 14:41:10 - In reply to message 2 from Viktor Jenei |
thank's!
regards,
Damir |
|