Mates Rak - 2006-01-19

Logged In: YES
user_id=1430901

I found that if you have PHP as CGI, the
$_SERVER['SCRIPT_NAME'] var, which is used in all the
include files over and over reports to C:\Path\to\php.exe
instead of the expected docroot. I would suggest using the
$_SERVER['PHP_SELF'] or $_SERVER['PATH_TRANSLATED'] ...

This prevents the install as well as further usage. Just
check the includes (lib/inc-common.php and installer/lib/
inc-installer.php were enough for me) and change if you
must. Hope that in the next release, this will be fixed :-)