Re: [pmapper-users] Map wont load
Brought to you by:
arminburger
From: Gabe <ga...@ag...> - 2006-11-29 01:37:16
|
Funny how as soon as I sent this message I solved the problem: this is for anyone suffering the same issue: I had debug on in my mapfile which caused mapserver to return some extra info (msDrawMap(): Layer 0 (Framework), 0.110s ...) which was causing problems in xmlhttp.js. I havent worked out the mutalDisableList warning but that is les urgent Gabe On 11/29/06, Gabe <ga...@ag...> wrote: > I am having problems configuring my map. > > Im using IIS 6.0 with php 4.4.4 - a temporary URL is at > > http://agtrix.no-ip.info:90/mapper/ > > from there choose the default configuration and click the button. > > the mapfile is OK - can check that with > > http://agtrix.no-ip.info:90/testmap.phtml?mapfile=C:\agtrix\htdocs\mapper\config\default\default.map > > the errors I am getting are: > > from php: > [29-Nov-2006 11:38:09] P.MAPPER-ERROR: Layer/Group '' not existing. > Check '/config/config.ini' file definition for section > 'mutualDisableList'. > > and from firebug: > > missing ; before statement > xmlhttp.js (line 85) > ,3', tocStyle:'', refreshToc:'1', urlPntStr:'', mapW:'520', > mapH:'471', refW:'170', refH:'146', minx_geo:'152.718789809', > maxy_geo:'-27.2', xdelta_geo:'0.662420382', ydelta_geo:'0.6' > }msDrawMap(): Layer 0 (Framework), 0.110s > > the text is in the variable 'req.responseText' > > I have searched for others with similar problems but havent had any luck yet. > > TIA > > Gabe > |