hi!

I got this status message: HTTP request status: Fails
What's the cause for this? I just browsed my site to check for updates.
When I browsed the error logs i found a PHP error like this:

parse_url(http:///admin/reports/request-test) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home1/sanfranc/public_html/includes/common.inc on line 436.

After the error above occurred, I got this status report warning:
HTTP request status Fails

Please advise me on how to correct this problem. The site is under construction and it is hosted in a remote server. I just set it to "OFF-LINE MODE" because it is still under design and content construction.

Thanks. Your help is much appreciated.

Comments

a question

Is this a fresh install of Drupal 6 or did you upgrade from 5

this is a fresh install

Sir,

This is a fresh install of D6. This site is running for almost 2 months now but it under construction yet so I placed it in OFF-LINE Status. It is just today that I got this error. I did not do any configuration thing today.

take a look here

http://drupal.org/node/227791

I was getting this and here is what I did to fix it.

Change your site's status and go online and run cron. Check your status and take site offline.

Good Luck

how about this one

thanks!

thanks! It resolved the problem!

http://sanfranciscomirror.com/

Thank you, thank you, thank

Thank you, thank you, thank you!!!

This has been bugging me for weeks.

Regards,
Nigel

Regards,
Nigel

Sanity Saver

Many Thanks!

Many Thanks,
Alice Carback

I got this status message:

I got this status message: HTTP request status: Fails
I was just upgrade to 6.9 my host provider didn`t allow HTTP request. So can anyone halp me how to remove error it`s really annoy me.
Many thanks

I didn`t see: module Http

I didn`t see: module Http Request Fail Reset
Now it`s fine:)

A smarter drupal_http_request

A smarter drupal_http_request test might make sense.

It seems like drupal tries a test drupal_http_request on itself and if it fails assumes that the environment to get outside pages is not setup. (??)

For me, my apache server is setup with 'SSLVerifyClient require' which causes Drupal maintenance batch functions to fail (unless I somehow figure out how to install an SSL client certificate on the server for the session that httpd spawns)

Would it be possible for Drupal to:

  1. Run scripts locally via actual cron as user apache (this is what I'm doing now for drupal's cron tasks, that someone posted -- it'd be nice to do this for db maintenance tasks, content indexing, user reminders, etc) and run server-side scripts for anything needing immediate execution without using this HTTP GET/POST method to bootstrap the Drupal environment?
  2. Implement a setting for manual vs auto-detection of http_request?

PS, Is there a core database flag that results in a permanent disabled condition as a result of a one time http_request failure? What is this "drupal_http_request_fails" variable and how can I clear it manually?