Drupal: Error “HTTP request status”
Si ves que drupal te dice en el reporte de estado (admin/reports/status) algo como esto:
1 |
Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. |
Podes decirle a Drupal que ignore este error poniendo la siguiente linea al final del archivo settings.php:
$conf[‘drupal_http_request_fails’] = FALSE;
Al que le interese profundizar mas en el asunto aca esta el hilo:
PD: lo estoy ignorando al error porque en mi servidor si hay comunicación y aunque Drupal me dice que no la hay, el mismo es capaz de avisarme cuando hay actualizaciones… curioso.