Variable END is undefined.
|
|
|
The error occurred in C:/websites/Piragis/functions/clientCustomizations.cfc: line 874
Called from C:/websites/Piragis/category.cfm: line 136
Called from C:/websites/Piragis/category.cfm: line 22
Called from C:/websites/Piragis/category.cfm: line 1
Called from C:/websites/Piragis/category.cfm: line 1
|
872 : <cfset Start = (arguments.CurrentPage - 1) * arguments.DisplayCount + 1>
873 : <cfset End = arguments.CurrentPage * arguments.DisplayCount>
874 : <cfset End = IIf(End GT arguments.TotalRecords, arguments.TotalRecords, End)>
875 : <cfset MaxPages = arguments.TotalRecords / arguments.DisplayCount>
876 : <CFIF arguments.TotalRecords MOD arguments.DisplayCount><cfset MaxPages = IncrementValue(MaxPages)></CFIF>
|
|
Resources:
|
Browser |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Remote Address |
172.68.7.206 |
Referrer |
|
Date/Time |
18-Aug-25 10:38 AM |
|