Wow! I bet you didn't expect to see this...

  Missing Argument Error

An <mgiIf> tag was found but it is missing its "body" argument. This argument is the text and/or HTML code that resides between the <mgiIf> and </mgiIf> tags. Within the body, an optional <mgiElse> tag is supported. If the tested condition is true, all the text before the <mgiElse> tag is displayed or, if there is no <mgiElse> tag, the entire body is displayed. If there is an <mgiElse> tag and the condition is false, then all the text between the <mgiElse> tag and the </mgiIf> tag is displayed.

For example:

<mgiIf target="referrer" value="www.pageplanetsoftware.com">
This is the text that will be displaed if the condition is true.
</mgiIf>

This is the HTML code that was being processed:

<!DOCTYPE HTML PUBLIC "//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<BODY BACKGROUND="GIF/CrandallLogo4.GIF">
<TITLE>Plastic Pail Closer, Pail Closing</TITLE>
</HEAD>
<BODY> <mgiIf target="referrer" relationship="contains" value="crandall.ru" match="partial" scope="Site"> I'm sorry, access to this website has been blocked from crandall.ru. <mgiElse>
<CENTER><IMG SRC="gif/header.gif.jpg"><BR></CENTER>
<FONT FACE="ARIAL,HELVETICA" COLOR="#0000FF">
<H1 ALIGN=CENTER><B><I

  Try this...

Check to see if this tag's corresponding </mgiIf> tag is missing or misspelled.