Hello, I've done all these steps. And Double-checked them over. I still receive the Error 500, and cannot get past the Login MapAdmin Page. Here is my PHPInfo first section details. If anyone can help me out, I would be appreciative.
.. run from the mapguide directory phpinfo() PHP Version 5.2.5 System: Windows NT LONGLAND 5.2 build 3790 Build Date: Nov 8 2007 23:18:08 Configure Command: cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" Server API: ISAPI Virtual Directory Support: enabled Configuration File (php.ini) Path: C:\WINDOWS Loaded Configuration File: C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Php\php.ini PHP API: 20041225 PHP Extension: 20060613 Zend Extension: 220060519 Debug Build: no Thread Safety: enabled Zend Memory Manager: enabled IPv6 Support: enabled Registered PHP Streams: php, file, data, http, ftp, compress.zlib Registered Stream Socket Transports: tcp, udp Registered Stream Filters: convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.* I've downloaded the EnvConfig.dll and added it as an extension to php.ini (both locations). I've copied the php.ini from the MapGuide /PHP folder over to c:\WINDOWS\ just to be sure. I've setup IIS_WPG with permissions to TEMP & PHP folders. I've double checked my Path, and moved the folder to the front of the PATH Environment Variable. Basically I've done everything I can gather from the previous posts, and this post, yet no luck still. I'm going to install MGStudio 2009 soon, and see what I can get into. But I will need to load Packages through the WebAdmin as the datasets I use are rather large. Anyhow, that's my situation, and this is still persisting as a problem. Thanks to all so far for your help -Ryan 1. Try setting the IIS_WPG permissions on windows temp folders and php folder 2. Make sure the php directory is at the start of the path. 3. Check the php.ini and follow the directions snipped from Crispin below... 4. Restart server. RE: MGOS2.0.2 bundled installation won'tsupportphp on IIS6 by Crispin @ 1Spatial Sep 29, 2008; 12:10pm :: Rate this Message: - Use ratings to moderate (?) Reply | Reply to Author | Print | View Threaded | Show Only this Message Folks, File should be attached and here are our 1Spatial internal notes for getting the PHP login page to work: Crispin *) Edit the PHP.ini file in "C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Php" Find the section for "Windows Extensions" and add in the two extension entries as per below. There will also be a "php_MapGuideApi.dll" at the bottom of the list, comment that one out with a ";" I once tried putting the php_MapGuideApiEnvConfig.dll entry at the bottom of the list and something didn't work so I recommend putting both entries at the top of the extensions. *) Restart IIS ;Windows Extensions ;Note that ODBC support is built in, so no dll is needed for it. ; extension=php_MapGuideApiEnvConfig.dll extension=php_MapGuideApi.dll -- View this message in context: http://n2.nabble.com/RE%3A-mapguide-users-Digest%2C-Vol-24%2C-Issue-11-tp1818899p2380138.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
