Missing Argument Error
|
-
An <mgiSearchDatabase> tag was found but it is missing its "databaseFileLocation"
argument. This argument specifies the path to the database to access.
For example:
<mgiSearchDatabase
databaseFileLocation="Product Database"
tableName="Product Information"
searchFormatFileLocation="search_format.txt"
resultsFormatFileLocation="results_format.txt"
resultsTemplateFileLocation="results_template.txt">
This is the HTML code that was being processed:
istence="no">
</head>
<!-- iView HTML Engine Directives
?iView:InThumbSize 128)
?iView:InThumbColumns 5)
?iView:InThumbRows 3)
-->
<body background="assets/stripes.gif">
</form>
<mgisearchdatabase databasename="Reports07"
searchstring={mgiGet name="SearchCriteria"}
resultsperpage="1">
<mgiset name="RegTime">
<mgijulianday julianday={mgiJulianDay relativeunits="days"}
format="MilitaryHour" text=":" format="Minute" text=":" format="Second" text=", " format="LongMonth" text=" " format="Day" text=", " format="LongYear">
</mgiset>
<table border=0 cellpadding=0 cellspacing=10 align="center">
<tr><td align="right">
<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
</font>
</td></tr>
<tr><td align="right">
<form name="searchform" method="post" action="results.intrr"><font size="5" face="Verdana, Arial, Helvetica, sans-serif">
<b> WWW2007 : &mgiDBFieldClubName;</b></font>
<table width="760">
<tr valign="top"><td><center><a href="../../../index.html"><img src="../../../images/wwwGenericlogoPP.gif" width="200" height="196" border="0"></a><br><span style="font-size: 450%; color: #990033;"><b>2007</b></span><br><a href="../../../reported.html"><i>Reports Page</i></a></center></td><td><table>
<tr><td><b>Club Name:</b></td><td> &mgiDBFieldClubName;</td></tr>
<tr align="left" valign="top"><td><b>Synagogue Name:</b></td><td> &mgiDBFieldSynName;<br>
&mgiDBFieldSynAdd;, &mgiDBFieldSynCity;<br>
&mgiDBFieldSynProv;, &mgiDBFieldSynCountry;
<br> &mgiDBFieldSynPostal;
<br> &mgiDBFieldSynTel;
<br> &mgiDBFieldSynE;</td></tr>
<tr><td><b>FJMC Region:</b></td><td> &mgiDBFieldRegion;</td></tr>
<tr><td colspan=2><b>Wrap Report for &mgiDBFieldWrapDate;</b></td></tr>
<tr><td colspan=2><b>We had &mgiDBFieldWrapEst; Wrappers at our Wrap!</td></tr>
<tr><td colspan=2><b>We collected $ &mgiDBFieldPledge; for the Teffilin Fund</td></tr>
<tr><td colspan=2><b>We twinned with: &mgiDBFieldTwin;</td></tr>
<tr align="left" valign="top"><td><b>Comments:</b></td><td> <i> &mgiDBFieldComments;</i>
<tr align="left" valign="top"><td><b>Reported by:</b></td><td>&mgiDBFieldContact;<br>&mgiDBFieldPosition;</td></tr></table>
</td></tr></table>
</mgisearchdatabase>
</font>
</td></tr>
<tr><td align="center">
<br>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<table border=0 cellpadding=0 cellspacing=4>
<tr>
<td align=cen |
Try this...
|
-
Check the <mgiSearchDatabase> tag to see if the "databaseFileLocation" argument is missing or misspelled.
|