Changes between Version 2 and Version 3 of CodeSamples/PHP/GeneralTasks
- Timestamp:
- 02/25/09 10:05:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodeSamples/PHP/GeneralTasks
v2 v3 22 22 using MG 2.0.2. 23 23 24 1. Extract GT.zip to folder called Markup in C:\Program Files\ MapGuideOpenSource2.0\WebServerExtensions\www24 1. Extract GT.zip to folder called Markup in C:\Program Files\!MapGuideOpenSource2.0\!WebServerExtensions\www 25 25 26 26 There are some extra files that you don’t need specifically for shareable … … 28 28 extract all the files here. 29 29 30 2. Place gtconstants.php in C:\Program Files\ MapGuideOpenSource2.0\WebServerExtensions\www\phpviewersample30 2. Place gtconstants.php in C:\Program Files\!MapGuideOpenSource2.0\!WebServerExtensions\www\phpviewersample 31 31 32 32 33 3. Edit gtconstants: $INSTALL_DIR = 'C:\\Program Files\\ MapGuideOpenSource\\';33 3. Edit gtconstants: $INSTALL_DIR = 'C:\\Program Files\\!MapGuideOpenSource\\'; 34 34 35 35 to 36 36 37 $INSTALL_DIR = 'C:\\Program Files\\ MapGuideOpenSource2.0\\';37 $INSTALL_DIR = 'C:\\Program Files\\!MapGuideOpenSource2.0\\'; 38 38 39 39 If you installed MG to another directory or if the default directory name … … 43 43 44 44 Argument is null. 45 Argument is null. Exception occurred in method MgCoordinateSystemCache.Get45 Argument is null. Exception occurred in method !MgCoordinateSystemCache.Get 46 46 at line 120 in file 47 d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\common\geometry\ CoordinateSystem/CoordinateSystemCache.cpp47 d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\common\geometry\!CoordinateSystem/CoordinateSystemCache.cpp 48 48 49 49