Error Diagnostic InformationAn error occurred while evaluating the expression:
// Browser stuff
if (CGI.USER_AGENT contains "MSIE") {
isIE = true;
isNS = false;
}
else {
if (CGI.USER_AGENT contains "Mozilla") {
isIE = false;
isNS = true;
}
}
request.input_size = IIF(isNS,DE("20"),DE("30"));
request.textarea_size = IIF(isNS,DE("30"),DE("60"));
request.support_datasource = "gbc_bio_app";
// bios photo location
request.photo_path = "d:\servers\iis5\wwwroot\www.grandbankscapital.com\bio_files\photos\";
request.photo_url = "/bio_files/photos/";
// Root directory for bios root
request.bio_root_path = "d:\servers\iis5\wwwroot\www.grandbankscapital.com\bio_files\";
request.bio_root_url = "/bio_files/";
// Root directory for bios files
request.file_path = request.bio_root_path & "files\";
request.file_url = request.bio_root_url & "files/";
// Show the client.last_message
if (NOT IsDefined("client.last_message")) {
client.last_message = "";
}
if (Len(Trim(client.last_message)) GT 0) {
variables.ui_message = "" & client.last_message & "";
client.last_message = "";
}
Error near line 15, column 2.Error resolving parameter ISNS ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either:
The error occurred while processing an element with a general identifier of (CFSCRIPT), occupying document position (1:1) to (1:10) in the template file D:\SERVERS\IIS\WWWROOT\WWW.GRANDBANKSCAPITAL.COM\OUR_TEAM\INCLUDES\DEFAULTS.INC. Date/Time: 07/29/10 22:10:14 |