Solapas principales

Si al instalar drupal os encontráis con este problema y el servidor lo tenéis con debian o ubuntu:

PHP extensions Disabled
Drupal requires you to enable the PHP extensions in the 
following list (see the system requirements page for more information):

Se puede solucionar instalando estos paquetes en el servidor. Siempre y cuando tengáis privilegios de root en el server.

INSTALAR PAQUETE GD:

apt-get install php5-gd php-db php5-mysql

REINICIAR EL SERVIDOR WEB:

sudo /etc/init.d/apache2 restart