Topic: Install Problem (Windows)

Hi
Trying to install on Windows Server 2008 R2 x64 (IIS 7.5), PHP 5.3.2 VC9, MySQL 5.1.45, Tracmor 0.2.0, IE 8
Installed the file to work with PHP 5.3.

Tried:
http://127.0.0.1/tracmor/login.php
http://127.0.0.1/tracmor/index.php

Just to be sure:
http://localhost/tracmor/login.php
http://localhost/tracmor/index.php

This is the error page that comes up:
http://i.imgur.com/ejEQ2.png
Except with:
Server Error in Application "DEFAULT WEB SITE/TRACMOR"
Requested URL http://127.0.0.1:80/tracmor/login.php
Physical Path C:\inetpub\wwwroot\tracmor\login.php

From the webserver log:
2010-04-12 00:01:30 127.0.0.1 GET /tracmor/login.php - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729) 500 0 0 1745
2010-04-12 00:01:37 127.0.0.1 GET /tracmor/index.php - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729) 302 0 0 4
2010-04-12 00:01:37 127.0.0.1 GET /tracmor/login.php - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729) 500 0 0 6

Settings in config:
define ('__DOCROOT__', 'C:/inetpub/wwwroot');
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', '/tracmor');

The files are in C:\inetpub\wwwroot\tracmor

I know PHP and MySQL are working because I have phpMyAdmin working correctly with MySQL.

It's probably a setting in IIS or something simple like that since I'm just starting to use it.
It is setup as an Application in IIS with Anonymous and Windows Authentication.

Any thoughts?
Thanx

Re: Install Problem (Windows)

Uninstalled 5.3.2 since I couldn't find anything to help out with the error. Went back to 5.2.13 and it's behaving as it should.
Can access from outside IP, but not from localhost or 127.0.0.1. Clearing the cache hasn't helped so far, but that's fine. Seems to be working for setup now.

Re: Install Problem (Windows)

IE's cache doesn't seem to want to clear even forcefully so I installed Firefox (which I should've done from the start!)
It plays fine, so I ended up putting 5.3.2 on again and voila everything is good. Damn IE just caused me a whole day of grief!

So the configuration of:
Windows Server 2008 R2 x64 (IIS 7.5), PHP 5.3.2 VC9, MySQL 5.1.45, Tracmor 0.2.0 (w/ PHP 5.3 patch file), Firefox 3.6.3 (not IE 8 so much)
does indeed work.

Finally get to test it out and see if it's what we need.