<div> </div><div>Well, the IIS logs have nothing in them - they're just showing 200's (so the page is fine from that perspective). My Logs question was more relating to GeoMoose itself keeping logs.</div><div> </div><div>If I navigate to the getmapbook.php page itself: ( <a href="http://localhost/GeoMoose/php/getmapbook.php">http://localhost/GeoMoose/php/getmapbook.php</a> ) - this seems to be returning an error:</div><div> </div><div>XML parsing failed</div><div>XML parsing failed: syntax error (Line: 470, Character: 10)</div><div>Reparse document as HTML<br>Error:<br>unexpected text (non-whitespace text outside root element) <br>Specification:<br><a href="http://www.w3.org/TR/REC-xml/">http://www.w3.org/TR/REC-xml/</a> <br>467: <br>468:   <tool name="my_tool" title="My service" type="service" selectable="false" service="newservice" show-label="true" icon-class="my_tool_icon"/><br>
469:  </toolbar><br>470: </mapbook><br>471: PHP Warning:  PHP Startup: Unable to load dynamic library '/ms4w/Apache/php/ext/php_curl.dll' - The specified module could not be found.<br>472:  in Unknown on line 0<br>
473: PHP Warning:  PHP Startup: Unable to load dynamic library '/ms4w/Apache/php/ext/php_gd2.dll' - The specified module could not be found.<br>474:  in Unknown on line 0<br>475: PHP Warning:  PHP Startup: Unable to load dynamic library '/ms4w/Apache/php/ext/php_mapscript.dll' - The specified module could not be found.<br>
476:  in Unknown on line 0<br>477: PHP Warning:  PHP Startup: Unable to load dynamic library '/ms4w/Apache/php/ext/php_ogr.dll' - The specified module could not be found.<br>478:  in Unknown on line 0</div><div> </div><div>I've confirmed those files do exist, they're in C:\inetpub\wwwroot\ms4w\Apache\php\ext\ </div><div>Geomoose is in: C:\inetpub\wwwroot\ms4w\apps\geomoose2\</div><div> </div><div>All the ms4w stuff is in: C:\inetpub\wwwroot\ms4w\</div><div>Except MapServer and a couple of directories which I've moved (per the instructions) to: c:\mapserver\</div><div> </div><div>I think I've followed the instructions (they're disparate and scattered across numerous pages, so its a bit hard to be sure), so maybe I missed this bit, or it wasn't in them.</div><div> </div><div>Looking in php.ini, it states:</div><div><strong>extension_dir = "/ms4w/Apache/php/ext/"</strong></div><div><br>So I manually changed it to:</div><div><strong>extension_dir = "/inetpub/wwwroot/ms4w/Apache/php/ext/"</strong><br></div><div>It can now load the extensions (php.ini was in the C:\mapserver, per the instructions, whereas the extensions weren't).</div><div> </div><div>The result is that GeoMoose now works.</div><div> </div><div> </div><div>So lessons here:</div><div>(a) It would be nice if GeoMoose had some sort of logs of its own. I can't seem to find any indication of any existing in any of the directories.</div><div>(b) GeoMoose should probably output PHP errors directly rather than hide them behind a generic message. This would make troubleshooting a lot easier.</div><div>(c) Documentation for IIS7 installation would be extremely helpful.</div><div> </div><div>Thanks for the help folks, I'm sure I'll have more questions soon.</div><div>Jonathan<br><br></div><div class="gmail_quote">On 31 July 2012 15:09, Jim Klassen <span dir="ltr"><<a href="mailto:klassen.js@gmail.com" target="_blank">klassen.js@gmail.com</a>></span> wrote:<br><blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote"><div style="WORD-WRAP:break-word"><div>I have no experience with GeoMoose on IIS but...</div><div><br></div><div>You said you were getting an error saying GeoMoose could not load the mapbook.  This means either the server returned an error (404,500, etc) or otherwise didn't return a valid mapbook when GeoMoose requested ./php/getmapbook.php.</div>

<div><br></div><div>It would really help if you had something akin to Firebug so you could see what the server is sending on the getmapbook.php call.  My guess is if you haven't moved anything from the base ms4w install is that you don't have PHP configured properly and IIS is sending the PHP file rather than executing the PHP file and sending the results.</div>

<div><br></div><div>There are logs/error messages, but I have no idea where for IIS.  With apache look for error.log and access.log to see what the server is up to.  And as I said above, something like Firebug (console and network tabs are most useful) lets you see what GeoMoose is up to.</div>

<div><br></div><div>Also, the local settings you are looking at would not change if the mapbook would get successfully loaded or not.  mapserver_url could effect if any local maps show up or not after the mapbook in loaded.</div><div><br><div><div><div class="h5"><div>On Jul 31, 2012, at 5:12 AM, Jonathan Moules wrote:</div><br></div></div><blockquote type="cite"><div><div class="h5"><div>HI List,</div><div>I'm still not making any headway. I've now read/glanced over all of the documentation here: <a href="http://www.geomoose.org/docs/index.html" target="_blank">http://www.geomoose.org/docs/index.html</a> - but am none the wiser.</div>

<div>Everything is still set to the defaults, though I have started playing with the "paths" in local_settings.ini.</div><div> </div><div>Unfortunately the documentation doesn't make it clear where these relative paths are relative to, so I can't be sure if they're correct or not.</div><div> </div><div>My paths:</div><div><strong>[paths]<br>root=/ms4w/apps/geomoose2/maps/<br>mapserver_url=/GeoMoose_cgi/mapserv.exe<br>temp=/ms4w/tmp/ms_tmp/</strong></div><div><br>Documentation:</div><div><em>root – root for the map (only configured through local_settings.ini)<br>temp – web accessible location of the temp files relative to the root of the domain (only configured through local_settings.ini)</em></div>

<div> </div><div>While the "temp" one specifies "root of the domain", is that the web domain (i.e., "localhost"), in which case shouldn't it be called "temp_url" like the "mapserver_url" variable is? I have a virtual directory for ms_tmp set up, but changing this to point at that doesn't work either.</div>

<div><br>Any thoughts? How do I debug what the actual problem is? Are there error logs somewhere?</div><div>Thanks,</div><div>Jonathan<br><br> </div><div class="gmail_quote">On 30 July 2012 13:12, Jonathan Moules <span dir="ltr"><<a href="mailto:jonathanmoules@warwickshire.gov.uk" target="_blank">jonathanmoules@warwickshire.gov.uk</a>></span> wrote:<br><blockquote style="BORDER-LEFT:rgb(204,204,204) 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote"><div>Hi,</div><div>I've managed to (eventually) get GeoMoose 2.6 & MapServer-4-Windows working with IIS7. But now when I try and access GeoMoose I get the following:</div><div> </div><div> </div><div>"Could not load a mapbook. If you are the system administrator, you should look into this, if you are not the system administrator you should tell them about this. Suggestions: </div><div>The mapbook may not be returning XML.</div><div>The mapbook may be returning malformed XML.</div><div>PHP may not be responding."</div><div> </div><div><div>PHP is running (a simple php script calling <strong>phpinfo();</strong> in the GeoMoose directory shows that).</div></div><div> </div><div>Unfortunately at this point the documentation seems to have a gap. I can find massive amounts of detailed information about what to put in my mapbooks, what different config settings etc do, but there seems to be a lack of over-arching documentation. It doesn't tell me clearly where the mapbooks are, what settings I need to tweak to point them at the mapbooks, where the config settings.ini file is. Parts of this information seem to be scattered around (I eventually managed to find <a href="http://geomoose.org/docs/settings.html" target="_blank">http://geomoose.org/docs/settings.html</a>  (I'd suggest this be pointed to from "Next steps" here - <a href="http://www.geomoose.org/docs/install_ms4w.html" target="_blank">http://www.geomoose.org/docs/install_ms4w.html</a> )). </div>

<div> </div><div>Shouldn't the it be loading the demo mapbook? What do I need to change next? settings.ini is pointing to "mapbook.xml" and there is one of them in the conf directory too.</div><div> </div><div>Anyone have any thoughts?</div><div>Thanks,</div><div>Jonathan</div></blockquote></div><br><br><br></div></div><div class="im">This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.<br>
</div>_______________________________________________<br>Geomoose-users mailing list<br><a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/geomoose-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div><br></div></div></blockquote></div><br><BR>
<BR>
This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us,  including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.<BR>