<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19046">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Garamond>Greetings.</FONT></DIV>
<DIV><FONT face=Garamond>I am having some problems with the feature editor 
setup.&nbsp; When I go to add a point&nbsp;feature it says, "Missing required 
field:", but no field is listed after the error.&nbsp; There seems to be no 
errors showing up in any of the logs either.&nbsp; Does anyone know why I might 
be getting this error?&nbsp; Below is the setup for the feature and 
editor.&nbsp; We are running GeoMoose 2.2.</FONT></DIV>
<DIV><FONT face=Garamond></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Garamond>Any help or suggestions would be greatly 
appreciated.</FONT></DIV>
<DIV><FONT face=Garamond>Miigwech!</FONT></DIV>
<DIV><FONT face=Garamond>Dara</FONT></DIV>
<DIV><FONT face=Garamond></FONT>&nbsp;</DIV></DIV>
<DIV><FONT face=Garamond><U>Table:</U></FONT></DIV>
<DIV><FONT face=Garamond>CREATE TABLE 
permits.glifwc_permit_comments_points<BR>(<BR>&nbsp; gid serial NOT 
NULL,<BR>&nbsp; file_name character varying,<BR>&nbsp; description character 
varying,<BR>&nbsp; georef_protocol character varying,<BR>&nbsp; pdf_name 
character varying,<BR>&nbsp; document_link character varying,<BR>&nbsp; 
permit_number character varying,<BR>&nbsp; the_geom900913 geometry,<BR>&nbsp; 
date_lm date,<BR>&nbsp; wbic character varying,<BR>&nbsp; type_of_permit 
character varying,<BR>&nbsp; CONSTRAINT glifwc_prior_acoe_comments_pkey PRIMARY 
KEY (gid),<BR>&nbsp; CONSTRAINT enforce_dims_the_geom900913 CHECK 
(st_ndims(the_geom900913) = 2),<BR>&nbsp; CONSTRAINT enforce_srid_the_geom900913 
CHECK (st_srid(the_geom900913) = 900913)</FONT></DIV>
<DIV><FONT face=Garamond>)</FONT></DIV>
<DIV><FONT face=Garamond></FONT>&nbsp;</DIV>
<DIV><FONT face=Garamond><U>Sequence and register:</U></FONT></DIV>
<DIV><FONT face=Garamond>A sequence was set up,&nbsp;p</FONT><FONT 
face=Garamond>ermits.glifwc_permit_comments_points_gid_seq and an entry in the 
"geometry_columns" table for field "the_geom900913", 900913, POINT.</FONT></DIV>
<DIV><FONT face=Garamond></FONT>&nbsp;</DIV>
<DIV><FONT face=Garamond><U>Mapfile definition:</U></FONT></DIV>
<DIV><FONT face=Garamond>LAYER # GLIFWC Permit 
Comments<BR>&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"glifwc_permit_comment_points"<BR>&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
POINT<BR>&nbsp;&nbsp;&nbsp;&nbsp; STATUS ON<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
CONNECTIONTYPE postgis<BR>&nbsp;&nbsp;&nbsp;&nbsp; CONNECTION "host=localhost 
dbname=xxxxx user=xxxxx password=xxxxx"<BR>&nbsp;&nbsp;&nbsp;&nbsp; PROCESSING 
"CLOSE_CONNECTION=DEFER"<BR>&nbsp;&nbsp;&nbsp;&nbsp; DATA "the_geom900913 FROM 
(SELECT *, ASTEXT(the_geom900913) AS wkt_geometry <BR>&nbsp;&nbsp;&nbsp;&nbsp; 
FROM permits.glifwc_permit_comment_points) AS glifwc_permit_comment_points using 
unique gid using srid=900913"<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
PROJECTION<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
"init=epsg:900913"<BR>&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
TOLERANCE 6&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME "GLIFWC Permit 
Comments"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SYMBOL 
"..\..\icons\comments.gif"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
TEMPLATE "identify.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp;&nbsp;&nbsp; METADATA<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; "identify_record" "identify.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
END<BR>END # GLIFWC Permit Comments<BR></FONT></DIV>
<DIV><FONT face=Garamond>The layer was successfully added to the project and 
displays correctly.</FONT></DIV>
<DIV><FONT face=Garamond></FONT>&nbsp;</DIV>
<DIV><FONT face=Garamond><U>Layer INI file:</U></FONT></DIV>
<DIV><FONT face=Garamond>host=localhost<BR>dbname=xxxxx</FONT></DIV>
<DIV><FONT face=Garamond>username=xxxxx</FONT></DIV>
<DIV><FONT face=Garamond>password=xxxxx</FONT><FONT 
face=Garamond><BR>tablename=permits.glifwc_permit_comment_points<BR>geometry_column=the_geom900913<BR>primary_key_column=gid<BR>primary_key_sequence=permits.glifwc_permit_comment_points_gid_seq<BR>srid=900913</DIV>
<DIV>layerpath=glifwc_permit_comment/glifwc_permit_comment_points<BR></DIV>
<DIV><U>Service:</U></DIV>
<DIV>&lt;service 
name="add_permit_comment"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;url&gt;php/editor.php&lt;/url&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;step type="spatial" name="feature:the_geom900913" line="false" 
polygon="false" point="true" 
default="point"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/step&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;step 
type="input"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;input type="hidden" name="op" 
value="create"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;input type="hidden" name="table" 
value="glifwc_permit_comment_points"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="user" 
name="feature:permit_number" title="Permit Number:" 
/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&lt;input type="user" name="feature:file_name" 
title="File Name:" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="select" 
name="feature:type_of_permit" title="Type of 
Permit:"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;option value="APM 
Permit"&gt;APM Permit&lt;/option&gt;...</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/input&gt;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="user" name="feature:wbic" 
title="WBIC if applicable:"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="user" 
name="feature:description" 
title="Description:"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;input type="user" 
name="feature:pdf_name" title="PDF 
Name:"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &lt;input type="user" name="feature:document_link" 
title="Link to Document:"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;input type="select" 
name="feature:georef_protocol" title="Georeference 
Protocol:"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;option value="digitized by 
hand"&gt;Digitized by Hand&lt;/option&gt;...</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/input&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/step&gt;<BR>&nbsp;&lt;/service&gt;</DIV></FONT></BODY></HTML>