I am trying to migrate a drupal based system i have been running through a server set up on my own
machine. I originally set up drupal 6 from the pack offered by heart internet, the hosting provider, but I am currently on drupal 7.41. I deleted the
files and created a new database. I unpacked the files locally and uploaded through ftp using
dreamweaver. The install ran successfully with no errors. I have been adding modules and received an
error message regarding HTTP access. "HTTP request status Fails
Your system or network configuration does not allow Drupal to access web pages"

My first hint of a problem was when I tried to enable the paypal payments standard module. I ended up with a white screen.

I have also seen a notice Notice: Undefined offset: 1 in drupal_http_request() (line 984 of /home/sites

I have taken a screen image of the status page, but I am not sure how to include it in my submission.

I have disabled all modules, cleared the cache and the error persists. I am not sure where the problem
lies.I would be grateful for any assistance, please.?

Regards
Graham

Comments

gcpower’s picture

I have nw found a solution to the problem through my hosting provider. I resolved this by changing the file permission on settings.php to 644, this was previously set to 444, I also added the following to the bottom of the settings.php file: $conf['drupal_http_request_fails'] = FALSE;