Check to see if GD is installed:
The output should look like this:
Code:
# php -i|grep GD
GD Support => enabled
GD Version => bundled (2.1.0 compatible)
Also, are you using a custom php.ini for this account? If so, could you temporarily disable it to rule that out as the cause of the problem?
Thank you.
Translation:
Verifique se o GD está instalado:
A saída deve ser semelhante a este:
Code:
# php -i|grep GD
GD Support => enabled
GD Version => bundled (2.1.0 compatible)
Além disso, você está usando um php.ini personalizado para esta conta? Se assim for, você pode desativá-lo temporariamente para descartar essa possibilidade como a causa do problema?
Obrigado.