Call to undefined function imagecreate()
Posted on February 20, 2016 • 1 minutes • 47 words • Suggest Changes
When PHP poops this out after a move :
Call to undefined function imagecreate()
You forgot a dependency! This one is easy however.
yum install php-gd
Don’t forget :
service httpd restart # or systemd systemctl restart httpd # and get not even a "ok" back ...