Error resolving parameter CFHTTP.STATUSCODE

2003-06-14 Thread cfhelp
uot; & #cfhttp.statuscode# & "'" Error near line 330, column 10. -------- Error resolving parameter CFHTTP.STATUSCODE ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either: You have misspelled the p

Re: error resolving parameter ?!?!?!?!

2002-10-13 Thread S . Isaac Dealey
Apparently this had to do with my attempting to overwrite a previously set local variable called "settings" with a new local variable called "settings" .. The problem seems to resolve itself when I structappend() the attributes scope into the existing local variable intead of trying to replace it.

error resolving parameter ?!?!?!?!

2002-10-13 Thread S . Isaac Dealey
Everyone's going to think I've lost my mind completely... CF 5, Win2000 Server ... I have a file which includes several other files, and I'm getting an error on the evaluation of a given structure element, so I use prior to the include to make sure it's in the structure and it is. So I check th

Error resolving parameter STTMDS.GET.HANDLERURL with CF and Spectra

2002-05-18 Thread Avery Anthony
__ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.co

RE: RE: error resolving parameter

2001-03-14 Thread Brian Horn
RE: error resolving parameter On 3/14/01, Bryan Love penned: >look further down in the select and you'll see that a blank one is created >regardless ;) Oops, missed that. I notice you are submitting an ID. Is joblocation a number field? if so, it's not going to accept a blank

RE: RE: error resolving parameter

2001-03-14 Thread Bud
On 3/14/01, Bryan Love penned: >look further down in the select and you'll see that a blank one is created >regardless ;) Oops, missed that. I notice you are submitting an ID. Is joblocation a number field? if so, it's not going to accept a blank value. I would think that would give you a data

RE: RE: error resolving parameter

2001-03-14 Thread Bryan Love
From: Bud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 11:15 AM To: CF-Talk Subject: Re: error resolving parameter On 3/14/01, Brian Horn penned: >Here is the code for the form: >http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt Look at this: #LocationName#

Re: error resolving parameter

2001-03-14 Thread Bud
On 3/14/01, Brian Horn penned: >Here is the code for the form: >http://www.financialpro.org/JobBank/enterjobs/jobaddupform.txt Look at this: #LocationName# Looks like if newrecord is "yes", then joblocation is not being passed (no tag, not even an empty one). You'll either need to pass

RE: error resolving parameter

2001-03-14 Thread Bryan Love
esday, March 14, 2001 9:37 AM To: CF-Talk Subject: error resolving parameter I'm using a Job Bank software from gravyware.com (it's free now without support, although it wasn't when I bought it:( Anyway, a problem starting happening during an insert into the Access database with r

error resolving parameter

2001-03-14 Thread Brian Horn
network directly to webserver). So the issue is elusive. I've worked with the people having the error and I can't pinpoint an origin. Hoping someone might see something in the code. Here is the error and the code link. Error Diagnostic Information Error resolving parameter JOBLOCAT