This very cryptically error message took me awhile to figure out. You get this if the gd support is missing in php so fixing it is easy
sudo apt-get install php-gd
restart the apache server to be on the safe side
sudo /etc/init.d/apache2 restart
Problem solved