Closed (duplicate)
Project:
Drupal core
Version:
7.0-alpha2
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Mar 2010 at 05:44 UTC
Updated:
28 Jul 2011 at 13:28 UTC
Fresh install of Drupal 7.0-alpha2 on a Windows Server 2008 machine (IIS 7.5). On the homepage "yourdomain.com" the following error is shown at the top of the page and in the content area.
Notice: Undefined offset: 0 in request_uri() (line 1515 of [path_to_drupal]\includes\bootstrap.inc).
Error only show on a the home page that does not have a "?q=xxx" on it.
Comments
Comment #1
_randy commentedI had this issue as well on 7.0-alpha5 on a Windows Machine running IIS 7.
Turned out that fastcgi was not enabled as my php engine of choice. changing this over to fastcgi made the errors disappear.
Comment #2
kristofdg commentedI also had the same problem and changing to fastcgi solved it. Thanks !
Comment #3
mcbjam commentedI have the seme pbroblem in some environment.
Comment #4
webchickTechnically this issue is older, but #1232200: Notice: Undefined offset: 0 in request_uri() (line 1379 of includes\bootstrap.inc). has a patch.