Thanks Jason
I ran phpinfo and everything looked ok there, i.e. the ini file was correct. 
However, what I stated about the registry, I don't even have the "php" key, 
nothing. Also, I don't have an environment var called PHPRC. Of course I could 
manually add them, but I'm sure I would be missing some other key data. How do 
I fix that? Would compiling the dll be enough?
 
Ed Jobe



----- Original Message ----
From: Jason Birch <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <[email protected]>; 
[email protected]
Sent: Friday, September 26, 2008 9:44:55 PM
Subject: RE: [mapguide-users] MGOS2.0.2 bundled installation won't supportphp 
on IIS6

Before you get into compiling the DLL, if you don't have that key you should 
add it as documented in the trac ticket.  Without this in place, PHP will not 
pick up its php.ini settings from the correct location, and the Mg API will not 
be available.  I've seen this happen in the past, I believe when doing a custom 
IIS install with ASP.Net as the default language, and also installing the PHP 
viewer.  In some configurations, the installer just seems to miss that key.  
Fortunately, I haven't run into the unfixable problem that Crispin has 
encountered yet...

The way to tell if PHP is installed properly is to create a file in your 
mapguide www directory called something.php including the tag <?php phpinfo(); 
?>.  This will output your current settings, showing where PHP is reading its 
ini file from, and also indicating whether the PHP extension is installed.

Jason

________________________________

From: [EMAIL PROTECTED] on behalf of Ed Jobe
Subject: Re: [mapguide-users] MGOS2.0.2 bundled installation won't supportphp 
on IIS6

I do not have a HKEY_LOCAL_MACHINE\SOFTWARE\PHP in my regsistry. 

Crispin @ 1Spatial wrote:
> http://trac.osgeo.org/mapguide/ticket/454

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to