Hi Ahmed,
Thanks for your reply…
i tried php -info | grep GD
and got the result
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
So this means that GD is installed & enabled…
My question here is why its not showing in phpinfo and php scripts related to GD not working… for eg: i tried to do <? print_r(gd_info); ?> but gives an error Fatal Error: Call to undefined function gd_info()…
Awaiting your reply…
Thanks
[quote=ahmednuaman;2331737]It should normally say the following:
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
Try this in SSH:
php -info | grep GD[/quote]