It looks like your server can't generate the image for some reason.
Do you have PHP GD installed?
If you type php -m
from your server terminal, you should get a list of modules, one of them being gd:
$ php -m |grep gd gd
Can you paste the output of `php -m` here?