Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Very Old Coldfusion Code Suddenly Crashing

Status
Not open for further replies.

zzapper

Programmer
Oct 30, 2008
6
GB
Hi
We have some code which hasn't been updated for years (I think mainly written for CF4.5). The Web hosting company swears they haven't upgraded the CF Server S/W either.

This is the type of error:
Element CHKSHOWTOPICS is undefined in FORM line xxx

even though there is a CFParam at the top
<cfparam name="form.chkShowTopics" default="">

The solution is to insert the following in the form
<input type="hidden" name="chkShowTopics" value="">

MY QUESTION: Why is this suddenly happening after 5 years or so? Is it a server setting?



zzapper

Passive Income Streams
 
You should post some code of a template that is failing. I'm wondering if the variable was being created on the client with javascript and your client machine has changed. Just a wild guess though.

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top