"A query driven CFOUTPUT tag is nested inside a CFMAIL tag that also has a
QUERY= attribute. This is not allowed. Nesting these tags implies that you
want to use grouped processing. However, only the top-level tag can specify
the query that drives the processing."


<cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]"
subject="Missing File Encountered">
<cfoutput query="q404" group="adSite">
#repeatstring("=",50)#
#adSite#
#repeatstring("=",50)#
<cfoutput>
#repeatstring("-",50)#
Date: #dateformat(adDateTime,"mm/dd/yyyy")# #timeformat(adDateTime,"hh:mm:ss
tt")#
File: #adFile#
Referring Page: #adReferer#
</cfoutput>

</cfoutput>
#repeatstring("=",50)#
To be removed: <a
href="mailto:[EMAIL PROTECTED]?SUBJECT=Remove%20From%20404%20Digest";>dev@eagl
etgi.com</a>
#repeatstring("=",50)#
</cfmail>

Any reason why this error would occur??? My CFMAIL doesn't have a query
specified at all... I have 2 nested outputs running inside the CFMAIL and
that's it.


Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to