php request

Status
Not open for further replies.

matthew.force743

New Member
Messages
6
Reaction score
0
Points
0
I have an error message in my drupal install.

"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. If you are certain that Drupal can access web pages but you are still seeing this message, you may add $conf['drupal_http_request_fails'] = FALSE; to the bottom of your settings.php file."

Could you please consider adding this line for drupal users?
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
Hello,

We allow outgoing connections, so drupal is falsely reporting an error. Try adding that line it shows to the bottom of your drupal installation's settings.php file
 
Status
Not open for further replies.
Top