[eluser]Fatih[/eluser]
Hi,
I use image manipulation class in CI and I get an error message below:
"Your server does not support the GD function required to process this type of image."
But I checked my server. GD library was installed and enabled as given below message:
-bash-2.05b# php -i |grep GD
GD Support enabled
GD Version bundled (2.0.28 compatible)
So, what is the problem do you think? What shall I do to use GD library?