[mapguide-users] installing mapguide on server with php already
on it
kawalski
jhagedorn at bannerassociates.com
Fri Oct 10 16:32:11 EDT 2008
i have that dll in the ext directory and it is in the php.ini along with the
other extensions. but i still get the 500 error. i downloaded for whatever
the link lead me to and copied it into the ext directory. what do they mean
when they say it needs to be built? sorry, i don't understand dll very
well.
thanks
kawalski
Ed Jobe wrote:
>
> SVN is short for Subversion, the system for maintaining the open source
> code. It was attached to the post I showed earlier and Jason copied it to
> his website as mentioned in the post that followed the one I showed you.
> This dll gets rid of the 500 error.
>
>
> Ed Jobe
>
>
>
> ----- Original Message ----
> From: kawalski <jhagedorn at bannerassociates.com>
> To: mapguide-users at lists.osgeo.org
> Sent: Friday, October 10, 2008 1:18:53 PM
> Subject: Re: [mapguide-users] installing mapguide on server with php
> already on it
>
>
> in ticket #454, it says to Build a copy of php_MapGuideApiEnvConfig.dll
> from
> SVN . i'm sorry but i don't know how to build a dll or what SVN is. any
> help?
>
> thanks
>
> kawalski
>
>
> Ed Jobe wrote:
>>
>> >this shouldn't be this difficult
>>
>> With open source like linux, etc., it often is. ;-) Configuration can
>> be a bear.
>>
>> Ed Jobe
>>
>>
>>
>> ----- Original Message ----
>> From: kawalski <jhagedorn at bannerassociates.com>
>> To: mapguide-users at lists.osgeo.org
>> Sent: Friday, October 10, 2008 12:47:26 PM
>> Subject: Re: [mapguide-users] installing mapguide on server with php
>> already on it
>>
>>
>> i put the dll's in the ext directory and put the reference in the
>> php.ini. i
>> have used the installers to put mapguide on. the instructions are for
>> building everything from scratch and is done with the installers. i
>> think
>> i
>> have everything done with the config of IIS. the viteral directories are
>> created with the installers and have checked that the .php looks at the
>> php
>> on c:\program files\php. this shouldn't be this difficult.
>>
>> thanks
>>
>> kawalski
>>
>>
>> Ed Jobe wrote:
>>>
>>> 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.
>>>
>>> Ed Jobe
>>>
>>>
>>>
>>> ----- Original Message ----
>>> From: kawalski <jhagedorn at bannerassociates.com>
>>> To: mapguide-users at lists.osgeo.org
>>> Sent: Friday, October 10, 2008 11:40:37 AM
>>> Subject: RE: [mapguide-users] installing mapguide on server with php
>>> already on it
>>>
>>>
>>> that post really didn't do anything for me. everything is on one
>>> machine. i
>>> have got the mapguide looking at the php that was on the machine
>>> before.
>>> i
>>> have phpinfo() on the login page and it shows that it is looking at the
>>> right php. i have removed the php in path that had it going to the
>>> mapguide
>>> directory. i have make sure that the mapguide server is running. when
>>> i
>>> restart IIS and go tothe login.php, the first thing i get is an error
>>> box
>>> that says it can't find the php_MapGuideApi.dll. it is in the ext
>>> directory
>>> under the php directory. the extention_dir points to the ext directory
>>> under the C:\program files\php\ext. so what is the next step? i even
>>> tried
>>> yesterday out of frustration to remove everything and installed mapguide
>>> with the apache and i couldn't even get the login.php to come up. i'm
>>> further ahead so far with the IIS install but i have been dinking with
>>> this
>>> now for the better part of 5 days. the demo i seen at the MN GIS/LIS
>>> conference last week made this look so easy.
>>>
>>> thanks
>>>
>>> kawalski
>>>
>>>
>>>
>>> Ed Jobe wrote:
>>>>
>>>> See this post.
>>>> http://www.nabble.com/forum/ViewPost.jtp?post=19729894&framed=y
>>>>
>>>> kawalski wrote:
>>>>>
>>>>> ok, i have at least been able to get to the login screen but get a 500
>>>>> error when i try to log in. i have put the phpinfo() in the login php
>>>>> page and everything is pointing to the correct directories.
>>>>>
>>>>> thanks
>>>>>
>>>>>
>>>>>
>>>>> Dave Wilson-3 wrote:
>>>>>>
>>>>>> Do a diff between the MapGuide php.ini and your existing on to see
>>>>>> the
>>>>>> changes that are required. There are only a couple of changes. You
>>>>>> will
>>>>>> also have to copy the additional php extension files included for
>>>>>> mapguide to your directory. Again a diff between the directories
>>>>>> might
>>>>>> be the easiest way to go. I just don't know all the files off the top
>>>>>> of
>>>>>> my head.
>>>>>>
>>>>>> You then have to change the isapi mapping on the mapguide virtual
>>>>>> directory in IIS to point to your instance.
>>>>>>
>>>>>> I think that's it.
>>>>>>
>>>>>> Dave
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: mapguide-users-bounces at lists.osgeo.org
>>>>>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of kawalski
>>>>>> Sent: Thursday, October 09, 2008 8:39 AM
>>>>>> To: mapguide-users at lists.osgeo.org
>>>>>> Subject: RE: [mapguide-users] installing mapguide on server with php
>>>>>> already on it
>>>>>>
>>>>>>
>>>>>> so, if i remove the php directory under the mapguide directories and
>>>>>> remove
>>>>>> the instance in PATH, then mapguide would look at the other php i
>>>>>> already
>>>>>> have installed? is there anything else that would need to be done to
>>>>>> make
>>>>>> mapguide look to the other php?
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>>
>>>>>>
>>>>>> Dave Wilson-3 wrote:
>>>>>>>
>>>>>>> Because you are using the same version, whichever is first in the
>>>>>>> path
>>>>>>> is
>>>>>>> likely to get used to set the php.ini when IIS loads. I don't
>>>>>>> believe
>>>>>>> you
>>>>>>> will get both of them to work. The registry entry also only points
>>>>>>> to
>>>>>>> one
>>>>>>> of the instances so again it's not really designed to allow both. A
>>>>>>> phpinfo page might help indicate which instance is getting loaded.
>>>>>>>
>>>>>>> You will likely have to decide which instance of PHP you wish to use
>>>>>>> and
>>>>>>> configure it for all the applications you need unless someone else
>>>>>>> has
>>>>>>> discovered a way to do this without recompiling php for their needs.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Dave
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: mapguide-users-bounces at lists.osgeo.org
>>>>>>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of
>>>>>>> kawalski
>>>>>>> Sent: Thursday, October 09, 2008 7:17 AM
>>>>>>> To: mapguide-users at lists.osgeo.org
>>>>>>> Subject: RE: [mapguide-users] installing mapguide on server with php
>>>>>>> already on it
>>>>>>>
>>>>>>>
>>>>>>> i have php 5.2.4 installed on the server. i am on Windows. both
>>>>>>> phps
>>>>>>> are
>>>>>>> in
>>>>>>> the PATH variable.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Dave Wilson-3 wrote:
>>>>>>>>
>>>>>>>> What version of PHP is already installed. MapGuide only works with
>>>>>>>> the
>>>>>>>> installed version. PHP also doesn't play well side by side or
>>>>>>>> support
>>>>>>>> dual
>>>>>>>> instances of near versions out of the box. This is documented on
>>>>>>>> the
>>>>>>>> PHP
>>>>>>>> site. http://us.php.net/configuration
>>>>>>>>
>>>>>>>> Are you installing on Windows or Linux.
>>>>>>>>
>>>>>>>> Previous discussions in the list recommend adding the MapGuide PHP
>>>>>>>> install
>>>>>>>> directory to your system path (Windows).
>>>>>>>>
>>>>>>>> You can also check your registry to see if the HKLM...entry points
>>>>>>>> to
>>>>>>>> the
>>>>>>>> installed directory (Windows).
>>>>>>>>
>>>>>>>> Dave
>>>>>>>>
>>>>>>>> -----Original Message-----
>>>>>>>> From: mapguide-users-bounces at lists.osgeo.org
>>>>>>>> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of
>>>>>>>> kawalski
>>>>>>>> Sent: Wednesday, October 08, 2008 3:19 PM
>>>>>>>> To: mapguide-users at lists.osgeo.org
>>>>>>>> Subject: [mapguide-users] installing mapguide on server with php
>>>>>>>> already
>>>>>>>> on it
>>>>>>>>
>>>>>>>>
>>>>>>>> i am trying to install mapguide on a server that is running IIS and
>>>>>>>> already
>>>>>>>> has php installed. i can not get the mapguide php pages to work.
>>>>>>>> i
>>>>>>>> can't
>>>>>>>> get to the login page for adimistrator. i have changed settings in
>>>>>>>> IIS a
>>>>>>>> number of times to get .php to point to either of the php
>>>>>>>> directories.
>>>>>>>> when
>>>>>>>> i removed the original php i could not get the other php pages to
>>>>>>>> work
>>>>>>>> by
>>>>>>>> pointing them to the mapguide version. how do you get the 2 php's
>>>>>>>> to
>>>>>>>> play
>>>>>>>> together?
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19880766.html
>>>>>>>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> mapguide-users mailing list
>>>>>>>> mapguide-users at lists.osgeo.org
>>>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>>> _______________________________________________
>>>>>>>> mapguide-users mailing list
>>>>>>>> mapguide-users at lists.osgeo.org
>>>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19898310.html
>>>>>>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> mapguide-users mailing list
>>>>>>> mapguide-users at lists.osgeo.org
>>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>> _______________________________________________
>>>>>>> mapguide-users mailing list
>>>>>>> mapguide-users at lists.osgeo.org
>>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19900334.html
>>>>>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>>>>>
>>>>>> _______________________________________________
>>>>>> mapguide-users mailing list
>>>>>> mapguide-users at lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>> _______________________________________________
>>>>>> mapguide-users mailing list
>>>>>> mapguide-users at lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19923801.html
>>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>>
>>> _______________________________________________
>>> mapguide-users mailing list
>>> mapguide-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>> _______________________________________________
>>> mapguide-users mailing list
>>> mapguide-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19924930.html
>> Sent from the MapGuide Users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19925409.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
--
View this message in context: http://www.nabble.com/installing-mapguide-on-server-with-php-already-on-it-tp19880766p19925623.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list