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