Hi -

I am running a basic CFPOP tag:
<cfpop action="getall" name="chk_msgs" server="#my_server#" 
username="#session.email#" password="#session.password#">

but I am getting an error which doesnt really say much:
----------------------------------------------
Attribute validation error for tag cfoutput.  
The value of the attribute query, which is currently "chk_msgs", is invalid.  
  
The error occurred in C:\UWH\webmail\messages_check.cfm: line 22
 
20 : </tr>
21 : <cfset rcnt = 0>
22 : <cfoutput query='chk_msgs'>
----------------------------------------------

Has anyone had a similar error? Know a reason why this occurs? How to correct?

This only occurs in some rare cases. For the most part my webmail application 
is running fine. 

The account in question only has about 10 emails and I have added STARTROW=1 
MAXROWS=X where x is incrementing by 1 so I can see which message is causing 
the issue.

Its about the 8th message.

Thanks

JV
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238712
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to