Saturday, May 22, 2010

Issue: Unable to view the images from php based website

Some times the php based Websites producing Image Load Error Means You have to recompile the gd libraries

Error:
PHP Fatal error: Call to undefined function imagecreatefromstring()

Fix:
Install the following packages OR recompile your PHP with gd libraries.

gd-2.0.33-9.4.el5_4.2 (Example version only)
gd-devel-2.0.33-9.4.el5_4.2
php-gd-5.2.12-3.el5

Then Restart the httpd,
/etc/init.d/httpd restart

No comments:

Post a Comment