Closed (fixed)
Project:
Drupal core
Version:
5.12
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2008 at 21:01 UTC
Updated:
17 Jan 2009 at 23:05 UTC
there have been a few posts about this notice, but i couldn't find any relevant solutions
I'm getting PHP Notice: Undefined index: HTTP_HOST in ../includes/bootstrap.inc on line 208 every ten minutes
Here's the line 208:
$server = explode('.', implode('.', array_reverse(explode(':', rtrim($_SERVER['HTTP_HOST'], '.')))));
Comments
Comment #1
TurtleNinja commentedStill looking for help on this
Comment #2
gpk commentedLooks like a problem with someone's client/browser: #42876: bootstrap.inc HTTP_HOST notice (gleaned from http://drupal.org/search/node/Undefined+index%3A+HTTP_HOST+in+./includes...).
Comment #3
ainigma32 commentedAnswer provided so setting to fixed.
Feel free to reopen if you think that is wrong.
- Arie
Comment #5
gpk commentedFor info: fixed in #346285: Drupal 5.14 & Drupal 6.8 will not load on clients that do not transmit HTTP_HOST.