The online version is running 1.2 and there were some breaking API changes with the coordinate system API in 2.0 (see http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes) so that's why the online version works, but yours doesn't. You will probably need to change the PHP scripts so that "new MgCoordinateSystemTransform" is not used.
BTW, to help you debug these PHP pages, you should turn the PHP error logging on in the php.ini file found in the WebServerExtensions/Php directory. Search for the line that starts with display_errors (not "; - display_errors" because that's a comment line) and change it to display_errors = on. You may have to restart your web server. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of oamram Sent: Thursday, August 07, 2008 5:12 PM To: [email protected] Subject: [mapguide-users] query in sheboygan is not working Hi All, new to this, i installed mapguide 2 and it works great. however the query function does not work at all. any suggestion on how to solve it? i also download the redding package and the query does not work, how on the online version of the of the redding application the query function does work. much appriciated , Omer. -- View this message in context: http://www.nabble.com/query-in-sheboygan-is-not-working-tp18881736p18881736.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 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
