Browse - programming tips - undefined function imagecreateDate: 2010mar26 Language: php OS: Linux Q. How can I fixed this error?: Fatal error: Call to undefined function imagecreate() in <myprogram>.php on line <number> A. The php-gd library is either missing or not enabled, do: yum install php-gd service restart httpd
Add a commentSign in to add a comment | Advertisements:
|