I am getting this error when browsing to the zzvp.cfm page
The 2 parameter of the RemoveChars function, which is now 0, must be a positive integer
The error occurred in /www/zzvp.cfm: line 578
Called from /www/zzvp.cfm: line 530
Called from /www/zzvp.cfm: line 1
576 : <cfset updir = #RemoveChars(updir, len(updir), 1)#>
577 : <cfloop condition = "Right(updir, 1) neq '\'">
578 : <cfset updir = #RemoveChars(updir, len(updir), 1)#>
579 : </cfloop>
580 : <th class=chkbx><input type=checkbox width='13px'
class=chkbx></th><td width="20%"><strong><a href="?action=goto&scr=#updir#">..</a></strong></td>`
Any ideas on how to fix this ?