Bug 116 - [maplab-dev]Path error when trying to access maplab.xml from mapedit.xml
: [maplab-dev]Path error when trying to access maplab.xml from mapedit.xml
Status: NEW
: MapLab
map editor
: 3.0
: PC Linux
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-11-14 12:49 by
Modified: 2003-11-14 12:49 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-11-14 12:49:59
Path error when trying to access maplab.xml from mapedit.xml

I'm installing MapLab 3 from the maplab-3.0dev-20031107.tgz package with
Chameleon from the chameleon-1.1alpha-20031031.tgz package on Redhat 9.0,
MapServer 4.1.

The following message appears two times when accessing MapLab into the browser:

"An error occurred when accessing the log level from the mapedit.xml file.  One
possible cause of this problem is an invalid path to the maplab.xml.  Please
check the mapedit.xml configuration file and ensurre that the path to the
maplab.xml file is valid."

Here is the mapedit.xml configuration file snippet:

    <include-context>
        <context-name>MapLab</context-name>
        <context-file>./maplab.xml</context-file>
    </include-context>

If I set an absolute path the problem is solved.