You may post here on any subjects related to this site or the software therein.
(Most everything on this site is tied into the forums so that you may leave or post comments about it.)
I am getting an error "The QUERY attribute of the tag does not specify the name of an available query" when I use the statement below. I rebooted the system but still same problem. Same problem with another server.
<cfx_directory action="LIST" directory="" name="listdir" filter="*.*" username="hope" password="hope">
<cfoutput query="listdir">
#name#
</cfoutput>