|
Attribute validation error for tag cfloop.
The value of the attribute query, which is currently TheDir, is invalid.
The error occurred in wwwroot\fmu\main.cfm Line 198
called by wwwroot\fmu\index.cfm Line 53
Site Owner: Click to hide extended details.
This error has been recorded in the logs directory for your website.
To display your own content instead of this page, use a file named
cf_custom_error.cfm file in the root directory for fmu.demo-apps.com.
(Include <cfdump var="#error#"> to display detailed error information as shown below.)
ColdFusion Documentation (LiveDocs)
| struct |
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
|
| DateTime |
{ts '2008-11-21 22:10:03'}
|
| Diagnostics |
Attribute validation error for tag cfloop. The value of the attribute query, which is currently TheDir, is invalid. <br>The error occurred on line 198.
|
| GeneratedContent |
<HTML><HEAD><TITLE>File Management Utility</TITLE></HEAD>
<LINK HREF="filemanager.css" REL="stylesheet" TYPE="text/css">
<SCRIPT LANGUAGE="JavaScript" SRC="filemanager.js"></SCRIPT>
<BODY BGCOLOR="FFFFFF" TEXT="#000000" LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<DIV ALIGN=CENTER>
<TABLE WIDTH="780" BORDER="0" CELLSPACING="2" CELLPADDING="0" ALIGN="center" CLASS="mainOutline" HEIGHT="100%">
<TR VALIGN=TOP HEIGHT=5%>
<TD CLASS="tblTitle" ALIGN=CENTER>
File Management Utility<BR>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100% HEIGHT=2><TR><TD></TD></TR></TABLE>
</TD>
</TR>
<TR VALIGN=TOP HEIGHT=3%>
<TD CLASS="mainBG" ALIGN=CENTER>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<TR>
<TD valign=bottom CLASS="dirHeader">
Current Directory : <SPAN CLASS="pathText">ROOT</SPAN>
</TD>
<TD ALIGN=RIGHT>
<a href="http://www.mindkeeper.net" style="font-size:12px; font-family:Arial; color:navy;"><STRONG>Home</STRONG></a>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR VALIGN=TOP HEIGHT=90%>
<TD CLASS="mainBG" WIDTH=780>
<BR>
<TABLE CELLSPACING=3 ALIGN="center" WIDTH="100%" BORDER=0>
<TR VALIGN=TOP>
<TD WIDTH="50%" ALIGN=CENTER VALIGN=TOP>
<TABLE WIDTH="95%" BORDER="0" ALIGN="center">
<TR VALIGN=TOP><TD CLASS="sectHeader">To Upload Files:</TD></TR>
<TR>
<TD CLASS="sectText">
Use the 'Browse...' button to locate the file on <STRONG><U>YOUR</U></STRONG> local hard drive.
You may upload up to 10 files at a time.
</TD>
</TR>
<TR><TD HEIGHT=10></TD></TR>
<TR><TD CLASS="sectHeader">Special Notes:</TD></TR>
<TR>
<TD CLASS="sectText">
Use the Browse button to eliminate spelling mistakes.
Files that have the same name will be <U><STRONG>replaced</STRONG></U> with the new file.
You <STRONG>do not</STRONG> need to use <U><STRONG>ALL</STRONG></U> the boxes to begin the
upload function.<BR><BR>
You can rename files and directories to correct capitalizations and spelling errors, but
<STRONG>ONLY</STRONG> if another directory / file does not exist in the same folder as the
one you are attempting.
</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="center" WIDTH="50%" VALIGN=TOP>
<TABLE BORDER=0 WIDTH=100% CELLPADDING=0 CELLSPACING=0>
<TR>
<TD VALIGN=TOP>
<FORM ACTION="index.cfm" METHOD="POST" NAME="MainSection">
<DIV ALIGN=CENTER>
Number of files to upload :
<SELECT NAME="upload_number" onChange="SubmitFunction('MainSection');" CLASS="ddlist">
<OPTION VALUE="1" >1</OPTION>
<OPTION VALUE="2" >2</OPTION>
<OPTION VALUE="3" >3</OPTION>
<OPTION VALUE="4" selected>4</OPTION>
<OPTION VALUE="5" >5</OPTION>
<OPTION VALUE="6" >6</OPTION>
<OPTION VALUE="7" >7</OPTION>
<OPTION VALUE="8" >8</OPTION>
<OPTION VALUE="9" >9</OPTION>
<OPTION VALUE="10" >10</OPTION>
</SELECT>
</DIV>
</FORM>
</TD>
</TR>
<TR>
<TD ALIGN=CENTER VALIGN=TOP>
<FORM ACTION="index.cfm" METHOD="post" ENCTYPE="multipart/form-data" NAME="uploadsection" onSubmit="return CheckFileUploads('uploadsection',4);">
<INPUT TYPE="Hidden" NAME="fileboxes" VALUE="4">
<INPUT TYPE="file" NAME="File1" CLASS="inputText"><BR>
<INPUT TYPE="file" NAME="File2" CLASS="inputText"><BR>
<INPUT TYPE="file" NAME="File3" CLASS="inputText"><BR>
<INPUT TYPE="file" NAME="File4" CLASS="inputText"><BR>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 HEIGHT=10 WIDTH=100%><TR><TD></TD></TR></TABLE>
<INPUT TYPE="submit" NAME="upload" VALUE="Upload Files" CLASS="Button">
</FORM>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<HR NOSHADE SIZE="2" WIDTH=100% COLOR=BLACK>
<TABLE CELLPADDING="1" WIDTH="100%" CELLSPACING="1" BORDER="0" ALIGN="center" BGCOLOR=E6E6D7>
<FORM ACTION="index.cfm" method="post" name="FileListing">
<TR>
<TD ALIGN="center">
<B>File Action</B><BR>
<INPUT TYPE="button" VALUE="Select All" CLASS="actionButton" NAME="Select_All_Files" OnClick="SelectAll('Files');">
<INPUT TYPE="submit" VALUE="New" CLASS="actionButton" NAME="file_new">
<INPUT TYPE="submit" VALUE="Edit" CLASS="actionButton" NAME="file_edit" onClick="return validatechecks('files','edit');">
<INPUT TYPE="submit" VALUE="Delete" CLASS="actionButton" NAME="file_delete" onClick="return validatechecks('files','delete');">
<INPUT TYPE="submit" VALUE="Rename" CLASS="actionButton" NAME="file_rename" onClick="return validatechecks('files','rename');">
<INPUT TYPE="submit" VALUE="Copy" CLASS="stdFont" STYLE="border: 1 solid black; font-size: xx-small;" NAME="file_copy" onClick="return validatechecks('files','copy');">
<INPUT TYPE="submit" VALUE="Move" CLASS="actionButton" NAME="file_move" onClick="return validatechecks('files','move');">
<INPUT TYPE="button" VALUE="Clear All" CLASS="actionButton" NAME="Clear_All_Files" OnClick="ClearAll('Files');">
</TD>
<TD ALIGN="center">
<B>Directory Action</B><BR>
<INPUT TYPE="button" VALUE="Select All" CLASS="actionButton" NAME="Clear_All_Files" OnClick="SelectAll('Directories');">
<INPUT TYPE="submit" VALUE="New" CLASS="actionButton" NAME="dir_new">
<INPUT TYPE="submit" VALUE="Rename" CLASS="actionButton" NAME="dir_rename" onClick="return validatechecks('directory','rename');">
<INPUT TYPE="submit" VALUE="Delete" CLASS="actionButton" NAME="dir_delete" onClick="return validatechecks('directory','delete');">
<INPUT TYPE="button" VALUE="Clear All" CLASS="actionButton" NAME="Clear_All_Files" OnClick="ClearAll('Directories');">
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<TABLE CELLSPACING=0 CELLPADDING=2 ALIGN="center" WIDTH="780" BORDER=0>
<TR CLASS="tblHeader">
<TD></TD>
<TD WIDTH="10"></TD>
<TD WIDTH="20"></TD>
<TD WIDTH=400>File / Directory Name</TD>
<TD>Size</TD>
<TD>Last Modified</TD>
<TD WIDTH=80 ALIGN=CENTER>Attributes</TD>
</TR>
<TR CLASS="childText">
<TD COLSPAN=7>
<IMG SRC="images/open.gif">
<STRONG>Root</STRONG>
</TD>
</TR>
|
| HTTPReferer |
[empty string]
|
| Mailto |
[empty string]
|
| Message |
Attribute validation error for tag cfloop.
|
| QueryString |
[empty string]
|
| RemoteAddress |
38.103.63.57
|
| RootCause |
| struct |
| Detail |
The value of the attribute query, which is currently TheDir, is invalid.
|
| Message |
Attribute validation error for tag cfloop.
|
| StackTrace |
coldfusion.tagext.InvalidTagAttributeException: Attribute validation error for tag cfloop.
at coldfusion.tagext.QueryLoop.setQuery(QueryLoop.java:86)
at cfmain2ecfm890748376.runPage(E:\webs\demo-apps.com\wwwroot\fmu\main.cfm:198)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at cfindex2ecfm1295506347.runPage(E:\webs\demo-apps.com\wwwroot\fmu\index.cfm:53)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CF_QUERYLOOP
|
| LINE |
198
|
| RAW_TRACE |
at cfmain2ecfm890748376.runPage(E:\webs\demo-apps.com\wwwroot\fmu\main.cfm:198)
|
| TEMPLATE |
E:\webs\demo-apps.com\wwwroot\fmu\main.cfm
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
53
|
| RAW_TRACE |
at cfindex2ecfm1295506347.runPage(E:\webs\demo-apps.com\wwwroot\fmu\index.cfm:53)
|
| TEMPLATE |
E:\webs\demo-apps.com\wwwroot\fmu\index.cfm
|
| TYPE |
CFML
|
|
|
| Type |
Application
|
| name |
query
|
| tagName |
cfloop
|
| value |
TheDir
|
|
| StackTrace |
coldfusion.tagext.InvalidTagAttributeException: Attribute validation error for tag cfloop.
at coldfusion.tagext.QueryLoop.setQuery(QueryLoop.java:86)
at cfmain2ecfm890748376.runPage(E:\webs\demo-apps.com\wwwroot\fmu\main.cfm:198)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at cfindex2ecfm1295506347.runPage(E:\webs\demo-apps.com\wwwroot\fmu\index.cfm:53)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CF_QUERYLOOP
|
| LINE |
198
|
| RAW_TRACE |
at cfmain2ecfm890748376.runPage(E:\webs\demo-apps.com\wwwroot\fmu\main.cfm:198)
|
| TEMPLATE |
E:\webs\demo-apps.com\wwwroot\fmu\main.cfm
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
53
|
| RAW_TRACE |
at cfindex2ecfm1295506347.runPage(E:\webs\demo-apps.com\wwwroot\fmu\index.cfm:53)
|
| TEMPLATE |
E:\webs\demo-apps.com\wwwroot\fmu\index.cfm
|
| TYPE |
CFML
|
|
|
| Template |
/index.cfm
|
| Type |
coldfusion.runtime.CfErrorWrapper
|
|