<div>The port the webserver is running on shouldn&#39;t be relevant to MapGuide.</div><div><br></div>Based on your description, that error is more likely because you have another version of PHP installed on your development machine, and it is being seen (php.ini, path to extensions, etc) in preference to the one bundled with MGOS.  Create a PHP file in the same location containing only a call to phpinfo() ( &lt;?php phpinfo(); ?&gt; ) and see what it shows.<div>
<br></div><div>Because of the way that the path to php.ini is set, you can not have two installations of the same version of PHP running on the same Windows machine at the same time if one of them is running an ISAPI module.  It may be possible to set the IIS version to run as a CGI, remove a PHP registry setting, and ensure your other version of PHP has its INI location set explicitly (I think there is an Apache configuration directive you can use).</div>
<div><br></div><div>Jason<br><br><div class="gmail_quote">On 21 April 2010 07:10, stoff wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>I am working on my development machine and there is allready running on port<br>

80 an apache to establish a testenvironment of trac,subversion etc.<br>
It is an requirement to use IIS for the new <a href="http://asp.net/MGOS" target="_blank">asp.net/MGOS</a> application, so I<br>
decided to install IIS paralell working on port 81.<br>
<br>It is not possible to login to the siteadministrator because of this<br>
misconfiguraton probably. He tolds me:<br>
<br>
Fatal error: Call to undefined function MgInitializeWebTier() in<br>
C:\Programme\OSGeo\MapGuide\Web\www\mapadmin\login.php on line 70<br><br></blockquote></div></div>