HI
I'm trying to install a Drupal multisite based on an existing and working website. I followed that tutorial to create a first site: http://drupalfr.org/node/6171
The drupal works fine until it executes a module that calls imagecreatefrompng. then we get :
"mod_fcgid: stderr: PHP Warning: imagecreatefrompng(): php_network_getaddresses: getaddrinfo failed: Name or service not known"
The server is installed under Debian6 / ispconfig3. Here is the virualhost automaticaly created by ispconfig:
# cat /etc/apache2/sites-enabled/ligamen.fr.vhost
AllowOverride None
Order Deny,Allow
Deny from all
DocumentRoot /var/www/ligamen.fr/web
ServerName ligamen.fr
ServerAlias www.ligamen.fr
ServerAdmin webmaster@ligamen.fr
ErrorLog /var/log/ispconfig/httpd/ligamen.fr/error.log
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
SetHandler None