Questions tagged [coldfusion-7]

For issues relating to using ColdFusion, version 7.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion can also refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, also used by a number of alternative CFML engines - notably Open BlueDragon and Railo.

66 questions
1
vote
1 answer

match a string in all the files present in a directory and return its total count

i need a way to search for total no occurrences of any perticular string in all files. For eg the total count of occurrence of 'ABC' in all the files. Earlier, I have a code to do this on single file at a time:
SKChauhan
  • 27
  • 8
1
vote
1 answer

Sending an email based on select box choice

I'm trying to use an old/legacy version of ColdFusion MX7 to submit form results, and does not run PHP. I have it working for just one email. However, I actually need it to send to different emails depending on what someone chooses from a dropdown…
Liz Reeder
  • 155
  • 1
  • 1
  • 4
1
vote
0 answers

Can't create a JTDS datasource in ColdFusion connecting to SQL2008

I am encountering an issue with a ColdFusion query executing in SQL2008 R2. The query returns two rows when run through Management Studio but through ColdFusion it returns zero. On searching the web this points to the cache in ColdFusion, so I…
1
vote
2 answers

How to use jsonutil with coldfusion7 and jquery ajax?

I'm trying to understand how to use JSONutil to serialize/deserialize JSON between jquery and coldfusion. I am stuck with coldfusion 7 so I can't use the returnformat='json' attribute in my cfc. client.cfc:
Jake Zeitz
  • 2,429
  • 3
  • 23
  • 43
1
vote
1 answer

Securing / Protecting a Website Administration area

I'm trying to lock down a website administration area, first things first I need to add session check to an Application.cfm! This should handle all CFM files, regardless of location. But what do I do about CSS, JS and HTML files being accessed…
Daniel Cook
  • 1,033
  • 1
  • 9
  • 19
1
vote
1 answer

How to add a CRLF in a Textarea in IE6 with Coldfusion?

How can I add a CRLF into a Textarea using Coldfusion 7 code? I've tried every way that I can think of and every way that I've found. Nothing is working for IE6. In Chrome and IE8 pretty much everything I try works fine... However, this app has to…
mawburn
  • 2,232
  • 4
  • 29
  • 48
0
votes
1 answer

ColdFusion Uptime Monitor Script

I need some help with creating a simple site status (uptime/downtime) monitor script in ColdFusion. My guess it can be done using cfschedule, but I am not knowledgeable with that so I would really appreciate any help. Basically I would like the…
Mike
  • 947
  • 2
  • 12
  • 18
0
votes
1 answer

Unable to retrieve facebook access_token from server side, SDK too slow to load?

Hi im using an unoffical fb Coldfusion SDK i had to convert it all from using CFscript to conventional cffunctions because im still on CF7. Everything seems to be working but im not sure why when trying to lookup the cookie on login at server side…
david-l
  • 623
  • 1
  • 9
  • 20
0
votes
0 answers

Facing error: Cannot perform web service invocation

I am moving an old client application running on CF MX7 server to their newer CF 2016 Server. One of the page in this application is calling a wsdl service to get some data. After moving the code to CF2016 server, I am getting the below…
SKChauhan
  • 27
  • 8
0
votes
5 answers

Is it possible to preserve the case of an HTTP GET request in ColdFusion MX 7?

Is it possible to preserve the case of the GET field names in ColdFusion MX 7 (the case is preserved in CF9)? I've searched tirelessly for an answer but all solutions seem to be POST specific, whereas this is a GET. N.B. I am aware that RFC2616…
ryan
  • 5,039
  • 13
  • 35
  • 42
0
votes
3 answers

JFreeChart Dial chart in Coldfusion

Has anyone an example of implementing a JFreechart Dial chart on Coldfusion? Thanks
lidbanger
  • 147
  • 4
  • 10
0
votes
3 answers

Form elements with the same name not accessible using CF MX7

I am using Coldfusion MX7 and have a basic form which can have several elements that are dynamically added to the form. They are given the same name and are all checkboxes. An example of the form is as follows:
Ben Lynch
  • 189
  • 2
  • 2
  • 12
0
votes
2 answers

CF migration from 7 to 8, CF8 crashing due to table lock but other server still on 7 running fine!

We are in the process of migrating our 4 production servers from CFMX7 32 bit to CF8 64 bit. After the first server got migrated and with the other still running CFMX7 32bit, we found that the CF8 crashes at times due to table lock but the same area…
Anooj
  • 286
  • 3
  • 13
0
votes
4 answers

Where can I download Coldfusion MX 7 for Mac?

It seems like it is no longer downloadable from Adobe, so I was wondering if anyone out there knows where I can download it from.
Cel
  • 1
0
votes
1 answer

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: Certificate signature validation failed

My company runs an old application built in ColdFusion MX7.0.2, running Java 1.4.2. I can't upgrade ColdFusion because CyberSource doesn't support anything higher than MX7. When calling the CyberSource Simple Order API…
cjblonda
  • 57
  • 7