Questions tagged [coldfusion-6]

For issues relating to using ColdFusion, version 6.

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.

14 questions
5
votes
5 answers

How can I prevent automatic form submission by bots?

I am running ColdFusion MX, so I don't have the possibility of using the built-in cfimage Captcha functionality in my application, before form submitting. But the problem is without captcha the bots submit the forms. What will be best way to prevent…
user160820
  • 14,866
  • 22
  • 67
  • 94
3
votes
3 answers

How to Deep Copy (clone) a structure while ignoring components

In versions of ColdFusion prior to 8 the duplicate function throws an error if there are any components in the structure. In 8 and beyond it will work, but there are issues when copying components. So, What I need is a way to create a deep copy of a…
invertedSpear
  • 10,864
  • 5
  • 39
  • 77
2
votes
1 answer

Does ColdSpring work with MX 6?

I'm embarrassed to ask such a simple question, but my searches are turning up zip. So .. does ColdSpring works with MX 6? Thanks from heat fried brain ...
HeatFried
  • 21
  • 1
2
votes
3 answers

How to Parse JSON Returned in ColdFusion

I'm sure this is a relatively simple question, but I can't seem to find a simple answer anywhere online. I have a few lines of JSON returned by a cfhttp POST with an image URL that I'd like to parse out and display in my ColdFusion page: { …
jaychman
  • 31
  • 1
  • 7
2
votes
2 answers

Cfm page gets downloaded instead of rendering in the browser

I have done the setup for coldfusion-61.When I try to hit the URL for a cfm page, a download window pops up asking if I want to save the file. This happens in the Internet Explorer. In Mozilla it just shows the code written in the cfm file. I looked…
Aayush
  • 1,244
  • 5
  • 19
  • 48
1
vote
6 answers

How to restart Coldfusion Application Server when application times out?

Is there any way to restart the CF server through the Application.cfc, when the application times out? As per Adobe documentation, they showed as follows:
PPShein
  • 13,309
  • 42
  • 142
  • 227
1
vote
1 answer

Why does cfexecute return [empty string]?

I'm new to ColdFusion so please forgive me if I'm asking an obvious question. I'm trying to run a simple code, which I've found somewhere to test if cfexecute works or not.
Grabofus
  • 1,924
  • 14
  • 17
0
votes
1 answer

Cannot load mod_jrun20.so on Windows/ Coldfusion 6.1

I'm moving a server on a dying W2k server over to a temporary W2K8 server which happens to be running ColdFusion MX6.1. Whilst trying to get Apache 2.2 to load the coldfusion module, I'm getting the following error: Cannot load... mod_jrun20.so into…
Chris
  • 417
  • 1
  • 6
  • 14
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

Is it possible to get TLSv 1.1 to work with Coldfusion 6.1

We have a legacy system that runs on Coldfusion 6.1 with JVM 1.6.0 build 24. It appears that TLSv 1.1 was added in build 111. Is it possible to get Coldfusion 6.1 to work with that build (or higher) and what would I have to do?
Movak
  • 105
  • 1
  • 10
0
votes
2 answers

COLDFUSION :: looking for guideline to upload image and then send as e-mail attatchment

I have a form that can be used to uplocad pictures, and after uploading the pictures will be sent as e-mail attatchemnt to website admin and then the images will be deleted from Server. Any guide line? Thanks in advance.
user160820
  • 14,866
  • 22
  • 67
  • 94
0
votes
1 answer

How to write a SQL query for user selected date range?

I am trying to write a query that will capture calls completed within 24 hours and calls completed > 24 hours, by call rep, based off of user selected from date and to date range in a web form. I have a column for completion_date in the "yyyy-mm-dd…
Nacole
  • 3
  • 1
0
votes
0 answers

ColdFusion MX 6 query returns (instantly) blank error at the cfquery level when more than ~50 records are returned from an MSSQL source

Very interesting issue we've run into with a scheduled task that has been failing. Here is a screenshot with verbose exceptions enabled (using a brand new test datasource with no special advanced settings): here is an image:…
user2548181
  • 11
  • 1
  • 2
0
votes
1 answer

Can I create a search engine friendly URL from this custom ColdFusion CMS URL?

I have inherited a custom ColdFusion CMS app. The URL's that it creates are horrendous. Not at all suitable for SEO or readability for that matter. An example of a URL in this CMS…
Joe
  • 425
  • 1
  • 5
  • 13