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

_randy’s picture

I 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.

kristofdg’s picture

I also had the same problem and changing to fastcgi solved it. Thanks !

mcbjam’s picture

I have the seme pbroblem in some environment.

webchick’s picture

Status: Active » Closed (duplicate)