<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>You need to install the dll mentioned and configure php.ini according to those directions. Also, if it can't find php_mapguide.dll, you need to follow the instructions from the download site for configuring iis.<BR> </DIV>
<DIV><FONT color=#0000ff>Ed Jobe</FONT></DIV>
<DIV><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: arial, helvetica, sans-serif">----- Original Message ----<BR>From: kawalski <jhagedorn@bannerassociates.com><BR>To: mapguide-users@lists.osgeo.org<BR>Sent: Friday, October 10, 2008 11:40:37 AM<BR>Subject: RE: [mapguide-users] installing mapguide on server with php already on it<BR><BR><BR>that post really didn't do anything for me. everything is on one machine. i<BR>have got the mapguide looking at the php that was on the machine before. i<BR>have phpinfo() on the login page and it shows that it is looking at the<BR>right php. i have removed the php in path that had it going to the mapguide<BR>directory. i have make sure that the mapguide server is running. when i<BR>restart IIS and go tothe login.php, the first thing i get is an error box<BR>that says it can't find the php_MapGuideApi.dll. it is in the ext directory<BR>under the php directory. the
extention_dir points to the ext directory<BR>under the C:\program files\php\ext. so what is the next step? i even tried<BR>yesterday out of frustration to remove everything and installed mapguide<BR>with the apache and i couldn't even get the login.php to come up. i'm<BR>further ahead so far with the IIS install but i have been dinking with this<BR>now for the better part of 5 days. the demo i seen at the MN GIS/LIS<BR>conference last week made this look so easy. <BR><BR>thanks<BR><BR>kawalski<BR><BR><BR><BR>Ed Jobe wrote:<BR>> <BR>> See this post.<BR>> <A href="http://www.nabble.com/forum/ViewPost.jtp?post=19729894&framed=y" target=_blank>http://www.nabble.com/forum/ViewPost.jtp?post=19729894&framed=y</A><BR>> <BR>> kawalski wrote:<BR>>> <BR>>> ok, i have at least been able to get to the login screen but get a 500<BR>>> error when i try to log in. i have put the phpinfo() in
the login php<BR>>> page and everything is pointing to the correct directories. <BR>>> <BR>>> thanks<BR>>> <BR>>> <BR>>> <BR>>> Dave Wilson-3 wrote:<BR>>>> <BR>>>> Do a diff between the MapGuide php.ini and your existing on to see the<BR>>>> changes that are required. There are only a couple of changes. You will<BR>>>> also have to copy the additional php extension files included for<BR>>>> mapguide to your directory. Again a diff between the directories might<BR>>>> be the easiest way to go. I just don't know all the files off the top of<BR>>>> my head.<BR>>>> <BR>>>> You then have to change the isapi mapping on the mapguide virtual<BR>>>> directory in IIS to point to your instance.<BR>>>> <BR>>>> I think that's it.<BR>>>> <BR>>>> Dave<BR>>>> <BR>>>> -----Original
Message-----<BR>>>> From: <A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A><BR>>>> [mailto:<A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A>] On Behalf Of kawalski<BR>>>> Sent: Thursday, October 09, 2008 8:39 AM<BR>>>> To: <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>> Subject: RE: [mapguide-users] installing mapguide on server with php<BR>>>> already on it<BR>>>> <BR>>>> <BR>>>> so, if i remove the php directory under the mapguide directories and<BR>>>> remove<BR>>>> the instance in PATH, then mapguide would look at the other php i<BR>>>>
already<BR>>>> have installed? is there anything else that would need to be done to<BR>>>> make<BR>>>> mapguide look to the other php?<BR>>>> <BR>>>> thanks<BR>>>> <BR>>>> <BR>>>> <BR>>>> Dave Wilson-3 wrote:<BR>>>>><BR>>>>> Because you are using the same version, whichever is first in the path<BR>>>>> is<BR>>>>> likely to get used to set the php.ini when IIS loads. I don't believe<BR>>>>> you<BR>>>>> will get both of them to work. The registry entry also only points to<BR>>>>> one<BR>>>>> of the instances so again it's not really designed to allow both. A<BR>>>>> phpinfo page might help indicate which instance is getting loaded.<BR>>>>><BR>>>>> You will likely have to decide which instance of PHP you wish to use<BR>>>>>
and<BR>>>>> configure it for all the applications you need unless someone else has<BR>>>>> discovered a way to do this without recompiling php for their needs.<BR>>>>><BR>>>>> Regards,<BR>>>>> Dave<BR>>>>><BR>>>>> -----Original Message-----<BR>>>>> From: <A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A><BR>>>>> [mailto:<A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A>] On Behalf Of kawalski<BR>>>>> Sent: Thursday, October 09, 2008 7:17 AM<BR>>>>> To: <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>> Subject: RE:
[mapguide-users] installing mapguide on server with php<BR>>>>> already on it<BR>>>>><BR>>>>><BR>>>>> i have php 5.2.4 installed on the server. i am on Windows. both phps<BR>>>>> are<BR>>>>> in<BR>>>>> the PATH variable.<BR>>>>><BR>>>>><BR>>>>><BR>>>>> Dave Wilson-3 wrote:<BR>>>>>><BR>>>>>> What version of PHP is already installed. MapGuide only works with the<BR>>>>>> installed version. PHP also doesn't play well side by side or support<BR>>>>>> dual<BR>>>>>> instances of near versions out of the box. This is documented on the<BR>>>>>> PHP<BR>>>>>> site. <A href="http://us.php.net/configuration" target=_blank>http://us.php.net/configuration</A><BR>>>>>><BR>>>>>> Are you
installing on Windows or Linux.<BR>>>>>><BR>>>>>> Previous discussions in the list recommend adding the MapGuide PHP<BR>>>>>> install<BR>>>>>> directory to your system path (Windows).<BR>>>>>><BR>>>>>> You can also check your registry to see if the HKLM...entry points to<BR>>>>>> the<BR>>>>>> installed directory (Windows).<BR>>>>>><BR>>>>>> Dave<BR>>>>>><BR>>>>>> -----Original Message-----<BR>>>>>> From: <A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A><BR>>>>>> [mailto:<A href="mailto:mapguide-users-bounces@lists.osgeo.org" ymailto="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</A>] On Behalf Of
kawalski<BR>>>>>> Sent: Wednesday, October 08, 2008 3:19 PM<BR>>>>>> To: <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>>> Subject: [mapguide-users] installing mapguide on server with php<BR>>>>>> already<BR>>>>>> on it<BR>>>>>><BR>>>>>><BR>>>>>> i am trying to install mapguide on a server that is running IIS and<BR>>>>>> already<BR>>>>>> has php installed. i can not get the mapguide php pages to work. i<BR>>>>>> can't<BR>>>>>> get to the login page for adimistrator. i have changed settings in<BR>>>>>> IIS a<BR>>>>>> number of times to get .php to point to either of the php directories.<BR>>>>>> when<BR>>>>>> i
removed the original php i could not get the other php pages to work<BR>>>>>> by<BR>>>>>> pointing them to the mapguide version. how do you get the 2 php's to<BR>>>>>> play<BR>>>>>> together?<BR>>>>>> --<BR>>>>>> View this message in context:<BR>>>>>> <A href="http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19880766.html" target=_blank>http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19880766.html</A><BR>>>>>> Sent from the MapGuide Users mailing list archive at <A href="http://nabble.com/" target=_blank>Nabble.com</A>.<BR>>>>>><BR>>>>>> _______________________________________________<BR>>>>>> mapguide-users mailing list<BR>>>>>> <A href="mailto:mapguide-users@lists.osgeo.org"
ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>>>> _______________________________________________<BR>>>>>> mapguide-users mailing list<BR>>>>>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>>>><BR>>>>>><BR>>>>><BR>>>>> --<BR>>>>> View this message in context:<BR>>>>> <A href="http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19898310.html"
target=_blank>http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19898310.html</A><BR>>>>> Sent from the MapGuide Users mailing list archive at Nabble.com.<BR>>>>><BR>>>>> _______________________________________________<BR>>>>> mapguide-users mailing list<BR>>>>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>>> _______________________________________________<BR>>>>> mapguide-users mailing list<BR>>>>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>>> <A
href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>>><BR>>>>><BR>>>> <BR>>>> --<BR>>>> View this message in context:<BR>>>> <A href="http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19900334.html" target=_blank>http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19900334.html</A><BR>>>> Sent from the MapGuide Users mailing list archive at Nabble.com.<BR>>>> <BR>>>> _______________________________________________<BR>>>> mapguide-users mailing list<BR>>>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users"
target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>> _______________________________________________<BR>>>> mapguide-users mailing list<BR>>>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>>>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>>>> <BR>>>> <BR>>> <BR>>> <BR>> <BR>> <BR><BR>-- <BR>View this message in context: <A href="http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19923801.html" target=_blank>http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19923801.html</A><BR>Sent from the MapGuide Users mailing list archive at
Nabble.com.<BR><BR>_______________________________________________<BR>mapguide-users mailing list<BR><A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR><A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR></DIV></DIV></div></body></html>