Fatal error: Call to undefined function imagecreatefromstrin

by mulargui, (4827 days ago)

I'm getting a Fatal error: Call to undefined function imagecreatefromstring() when I execute sudo php -f /var/www/selfoss/update.php. Any suggestion?

Fatal error: Call to undefined function imagecreatefromstrin

by max-k, (4803 days ago) @ mulargui

You need to install php-gd and enable it via this line in php.ini :
extension=gd.so

RSS Feed of thread