Invalid CFML construct found on line 44 at column 198.
|
|
ColdFusion was looking at the following text: { The CFML compiler was processing: - An expression beginning with structFilter, on line 44, column 138.This message is usually caused by a problem in the expressions structure.
- An expression beginning with arraytolist, on line 44, column 126.This message is usually caused by a problem in the expressions structure.
- An expression beginning with (, on line 44, column 44.This message is usually caused by a problem in the expressions structure.
- A cfset tag beginning on line 44, column 18.
- A cfset tag beginning on line 44, column 18.
|
| |
The error occurred in D:/www/MontereyChamber/Application.cfc: line 44
|
42 : <cffunction name="onRequest">
43 : <cfargument name="targetPage" type="String" required=true>
44 : <cfset request.ClientIPs = (isdefined("application.ipAccessRules") && isstruct(application.ipAccessRules)) ? arraytolist(structFilter(application.ipAccessRules, function(key, value){return value eq 1;}).keyArray()) : "">
45 : <cfinclude template="./app_globals.cfm">
46 : <!--- Added 3/8/16 - updated 5/22/2017 --->
|
|
|
Resources:
|
| Browser |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 |
| Remote Address |
216.17.94.178 |
| Referrer |
|
| Date/Time |
24-Dec-25 04:31 PM |
|