My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
Relative URL in CFSCHEDULE
You must use an absolute url in the URL attribute of CFSCHEDULE

Type: bugprone
Severity: (4)

Incorrect example
<cfschedule action="update" url="/file.html" ...>

Resolution

<cfschedule action="update" url="http://localhost/file.cfm" ...>
Explanation

CFSCHEDULE needs a full url in order to execute the scheduled event. If the url is not absolute the event will not be scheduled.

Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement