<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I'm struggling to get my old PHP scripts that worked in 2.5 to work in 3.1...hoping someone can help out. I've had a hard time finding documentation that's up to date. Here's a snippet:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<div>  MgInitializeWebTier ($configFilePath);</div>
<div>  $userInfo        = new MgUserInformation($mgSessionId);</div>
<div>  $siteConnection  = new MgSiteConnection();</div>
<div>  $siteConnection->Open($userInfo);</div>
<div>  $resourceService = $siteConnection->CreateService(0);</div>
<div>  $featureService  = $siteConnection->CreateService(2);</div>
<div>  $queryOptions    = new MgFeatureQueryOptions();</div>
<div>  $map             = new MgMap();</div>
<div>  $map->Open($resourceService, $mapName);</div>
<div><br>
</div>
<div>  // Create the selection object by retrieving the current</div>
<div>  // selection from the map.</div>
<div><br>
</div>
<div><span style="font-size: 12pt;">  $selection = new MgSelection($map);</span><br>
</div>
<div>  $selection->Open($resourceService, $mapName);</div>
<div><br>
</div>
<div>  $layers = $selection->GetLayers();</div>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0">Right now, it's giving me an error at new MgMap() saying that it's the wrong number of parameters. I can't find any docs that tell me what's changed, so I'm pretty stuck. Any suggestions? </p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p></p>
<table style="color:rgb(51,51,51); font-family:Arial,Helvetica,sans-serif; font-size:10.6667px; border-collapse:collapse">
<tbody>
<tr>
<td style="width:210px"><a href="https://www.gemtec.ca/" id="LPNoLP"><img width="200" height="69" alt="GEMTEC" title="Visit the GEMTEC homepage" style="float: left; margin-right: 12px; border: none; user-select: none;" src="https://www.gemtec.ca/images/gemtec.png"></a></td>
<td style="width:403px; min-width:250px">
<p id="sig-text" style="padding:3px"><strong style="font-size:10pt; color:black">Andrew DeMerchant</strong><br>
<br>
Fredericton, NB<br>
tel: 506.453.1025 x163  /  toll-free: 1.877.243.6832<br>
mobile: 506.470.2007 /  fax: 506.453.9470</p>
</td>
</tr>
</tbody>
</table>
<br>
<p></p>
<p id="sig-text" style="padding:3px; color:rgb(51,51,51); font-family:Arial,Helvetica,sans-serif; font-size:13.3333px">
</p>
<p></p>
</div>
</div>
</div>
</body>
</html>