Evidently, IIS doesn't like $path = $_SERVER['DOCUMENT_ROOT'] . "/XXXX" ;
When the config script runs, I get the following error:
Fatal error: main(): Failed opening required '/connector/language/english.php' (include_path='.;c:\php4\pear'), and I believe it is because IIS doesn't like the $_SERVER[DOCUMENT_ROOT].
Does anybody know how to get around this?
thx
b00mer