After uninstalling MGOS 2.0.2 the 2.1.0 installer ran successfully. However, the PHP install is FUBAR: the IIS application mapping for PHP was pointing to an old MGOS 1.2 directory, and loading any PHP page in the browser (including just phpinfo()) returns "The specified module could not be found.", even with "display_errors = On" in the php.ini file.

Running the newly installed "PHP,exe --version" from the command prompt produces this:

  php.exe - Entry Point Not Found
  The procedure entry point GetModuleHandleExW could not be located in the
  dynamic link library KERNEL32.dll.

and

  PHP Warning:  PHP Startup: Unable to load dynamic library
'C:\Program Files\OSGeo\MapGuide\Web\Php\ext\php_MapGuideApiEnvConfig.dll'
   - The specified procedure could not be found.
   in Unknown on line 0
  PHP 5.2.5 (cli) (built: Nov  8 2007 23:18:51)
  Copyright (c) 1997-2007 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

The file it is complaining about is located exactly where it is looking for it.

Looks like it is time to do some housecleaning on that server. I'm going to uninstall MGOS 2.1.0 and remove any references to MGOS or PHP from the filesystem, registry and IIS metabase, then we'll try again.

--
James Card
California CAD Solutions, Inc.
209-578-5580 - Voice
209-521-6493 - FAX


On Tue, 26 May 2009 17:06:14 -0700, Jason Birch <jason.bi...@nanaimo.ca> wrote:

James, you can extract the MSI and VS redist from the .exe file using 7Zip, and then (after installing the redist) run it with syntax like:

msiexec /i PackageName.msi /l*v logfile.log

I don't think the bootstrapper we're using has the ability to generate logfiles automatically. It was something we wanted, but didn't have the ability to tackle for this release.

I'd be interested in knowing which action is failing. It's a tough call between allowing the install to succeed but be incomplete, or rolling back on IIS configuration errors.

Jason

-----Original Message-----
From: James Card
Sent: Tuesday, May 26, 2009 4:18 PM
To: MapGuide Users Mail List
Subject: [mapguide-users] MapGuide Open Source 2.1 beta -- Installer Problem

I'm trying to upgrade our MGOS 2.0.2 installation on Window 2000 server.
The new installer runs through the "copying new files" stage, but then
encounters an error during the IIS metabase transaction, aborts the
install, and rolls back all the installer's actions. I cannot find the MSI
log files (except for the VCRedist prerequisite) so I can't figure out
exactly what is failing.

I'll try uninstalling MGOS 2.0.2 and clearing any remnants of that install
 from the IIS metabase, and then reinstall 2.1.0.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to