Bug 116

Summary: [maplab-dev]Path error when trying to access maplab.xml from mapedit.xml
Product: MapLab Reporter: Normand Savard <nsavard@mapgears.com>
Component: map editorAssignee: maplab-dev <maplab-dev@lists.maptools.org>
Status: NEW    
Severity: normal    
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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.