For issues relating to using ColdFusion, version 8.
0
votes
1answer
17 views
Format of ESAPI encode in an output with DecimalFormat
I'm currently working through several forms with outputs to the user and I've successfully applied the #esapiEncoder.encodeForHTML()# without issue thus far but I'm thrown as to whether this is the ...
0
votes
1answer
24 views
Using CFContent on IE with SSL
CFContent does not work with IE on a SSL site. I have been looking for a fix but have not found one. As an alternative I was to have the CFContent download the excel sheet to a directory and then use ...
0
votes
3answers
78 views
Any way to get multiple CFIFs displaying inside CFSET?
At the moment I have this code which is working great -
<CFIF (DailyCount MOD 2) EQ 0>
<CFSET via = '<td style="background-color: DBEFB6;">#src#<br><font ...
-2
votes
0answers
22 views
Dynamically populate dropdown selection
I have three drop down boxes in my form. This is the first:
<select name="select_TaskOrder" onChange="this.form.submit()">
<option>ALL</option>
<cfloop query="allwps">
...
...
2
votes
2answers
69 views
How to deliver large file with Coldfusion 8?
I am using Coldfusion 8 and I am trying to serve a file of 15mo with cf_content. The problem is that the download freezes randomly. At the moment, I only tried locally, therefore the network is not ...
-1
votes
2answers
79 views
CFOUTPUT with query from two tables
Here is my code that I am working with -
<CFOUTPUT>
<CFQUERY NAME="getParser" DATASOURCE="LibraryDB" DBTYPE="ODBC">
select name
from parser_acronym
where init = '#source#'
...
0
votes
1answer
48 views
Element undefined in coldfusion.xml.XmlNodeMap
I am trying to load these RSS feeds from the NY Times:
http://rss.nytimes.com/services/xml/rss/nyt/Business.xml
http://rss.nytimes.com/services/xml/rss/nyt/Politics.xml
When I use the following ...
1
vote
1answer
66 views
String index out of range: -1 error with CFFeed
I have the following code in a basic .cfm file. I want to pull the RSS of the NYTimes Business feed.
<cfset feedurl = "http://rss.nytimes.com/services/xml/rss/nyt/Business.xml">
...
1
vote
1answer
69 views
Coldfusion Regex get strings between tags
We currently have some application variables being defined on our apps and also have a special set of tags that are processed within our templates. However I'm finding it to be a bit difficult to ...
2
votes
2answers
47 views
ColdFusion chr() does not work with high ascii numbers
I am trying to use a cent sign in my ColdFusion program. It appears to be ascii 155. The function Chr() only interprets values up to 127, although the documentation says otherwise. I found a clue ...
0
votes
2answers
52 views
Looping through all images within multiple directories in ColdFusion
I'm working on an image manipulation script to create smaller thumbnail images of the images that are already on the server.
The directory structure that I need to search through is as follows:
...
6
votes
2answers
68 views
Why is the ColdFusion epoch time one hour behind the javascript epoch time?
I am writing an application where I need to get the epoch time on the server side using ColdFusion 8 running on Windows Server 2008 and client side using javascript (testing in Google Chrome). The ...
1
vote
1answer
69 views
ColdFusion: cfqueryparam for binary values
I wrote the below query based on the help provided in this link, querying binary column using like in sql server
SELECT * FROM myTable
WHERE TestData >= 0x00010000
AND TestData < 0x00020000;
...
0
votes
0answers
53 views
Search code for hard coded IP addresses/hostnames using eclipse
Is there any way I can search all hard coded IP addresses/hostname in ColdFusion code using eclipse?
0
votes
3answers
119 views
ColdFusion server crashing on hourly basis
I am facing serious ColdFusion Server crashing issue. I have many live sites on that server so that is serious and urgent.
Following are the system specs:
Windows Server 2003 R2, Enterprise X64 ...
0
votes
1answer
56 views
Find non-ascii characters in string
?testMSG=ÁáÉéÍíÑñÓóÚúÜü«»¿¡€
<cfset ascii = NOT REFind('[\u0080-\uFFFF]', arguments.textMSG)>
Variable ascii returns 1, which shouldn't be. REFind('[\u0080-\uFFFF]', arguments.textMSG) itself ...
0
votes
2answers
98 views
ColdFusion: Best way to use HTMLEditFormat for all form input fields
I have form uses HTMLEditFormat call for every single input fields. is there any way so I can call HTMLEditFormat function only once and it will take care of all input fields instead of adding it to ...
1
vote
2answers
91 views
Connecting ColdFusion 8 to Oracle 11g with JDBC
I created a datasource from my ColdFusion 8 admin using JDBC/Oracle Thin Client. The datasource creation was successful.
When Oracle encryption is configured as "Requested" I can browse my ColdFusion ...
1
vote
1answer
48 views
Nested floats do not work in CFDOCUMENT css
The below html was provided inside a <cfdocumentitem type="header"> block.
But the output is empty.
<div class="grid">
<div class="span5">
...
0
votes
1answer
57 views
Coldfusion hits java.net.SocketTimeoutException when calling down to long running Java methods
I'm trying to call a method on a static Java class which could take anywhere from 10 seconds to a minute to run. After about 30 seconds, I get the Exception
java.net.SocketTimeoutException: Read ...
2
votes
1answer
88 views
ColdFusion Create and send XML as email attachment
My application requires me to create an XML document and send it to the user as an attachment. I would like to know if there is any way to create an XML document and send it as an attachment without ...
1
vote
1answer
74 views
Images in rss feed using ColdFusion and CFFeed
I have a script that generates an xml file with ColdFusion and its CFFeed tag. It works pretty good except for images. I understand that you have to use encapsulate the image in CDATA in order to ...
1
vote
1answer
78 views
Calling coldfusion component from java
I have a coldfusion component and I would like to call a function it from my java.
<cfcomponent name="coldFusionComp">
<cffunction name="callMeFromJava" access="public" ...
0
votes
1answer
34 views
Coldfusion 8 Submit Changes does not save Mail Server Settings in CF Administrator
I am currently running Coldfusion 8,0,1,195765 on a Windows 2003 SP 2 server over IIS 6.0.
I needed to change one of the Mail Server Settings in the ColdFusion Administrator, but when I clicked ...
1
vote
1answer
126 views
Handling 500 JRun servlet in ColdFusion
All -
Is there a way to handle a 500 JRun servlet error in ColdFusion? I tried using cferror as well as using the site-wide handler in ColdFusion admin, but it does not seem to be working.
Here is ...
0
votes
0answers
133 views
Windows 2008 R2 64 bit + ColdFusion 8 + 64 Bit JVM - Error loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll
We have ColdFusion 8 running on Windows 2003 and JVM 1.6 Build 17 and they work without any issues. We are trying to upgrade to Windows 2008 R2 and when we point ColdFusion 8 to the 64 bit JVM 1.6_17, ...
0
votes
0answers
51 views
Set default location after cflogin
I have a couple web applications written in ColdFusion. The applications have their own folder inside the CF root folder. When I do a successful <cflogin> I am returned to the index page of ...
0
votes
1answer
86 views
CF Report Builder displaying html tags (ie rich text) as plain text
This is the content from the database:
<p><b>As the newly reborn Modbook Inc.</b> </p>
The actual output in the report page is the same (including the html tags).
...
2
votes
1answer
98 views
CFHTTP Over SSL
I'm trying to retrieve files from a server over SSL using the ColdFusion CFHTTP tag with no success. Our environment is Linux using the Server Configuration. The keystore used is at ...
0
votes
2answers
52 views
How to install and test wirebox 1.6?
I am using ColdFusion8, Windows7 64 bit OS, and I have downloaded Wirebox 1.6 from ColdBox. I have extracted the files and placed them in wwwroot and created a "index.cfm" page with the code below:
...
0
votes
2answers
210 views
group by multiple columns WITHOUT using aggregate functions or group using cfoutput/cfloop?
I'm still learning how to get my groups of results from a query the way I want them. I have looked at scores of examples online but none quite fit my needs. I'm looking for simply the most direct ...
0
votes
3answers
125 views
Coldfusion Runtime Source Code
Good Day,
I was wondering if it was possible to view/debug/hack into the coldfusion.runtime source code.
Specifically, I'm getting out of memory errors that look like the following:
...
0
votes
0answers
42 views
Converting frames-based ColdFusion pages to a generic framework
I'm working on a large legacy ColdFusion site, which makes extensive use of frames for its layout. A fairly large portion of the site is dedicated to process control workflows -
User 1 creates a ...
0
votes
2answers
132 views
Newbie, very basic CRUD via Application.cfc
So I've been using in-line (correct term?) ColdFusion code to run all my pages and have gotten to a point where I think I have a decent understanding of the basics, and want to take the next step. ...
0
votes
1answer
53 views
How to upload an xml string to ftp?
I am using ColdFusion 8, Windows 7 o/s and a MySql database. I am creating an xml file by fetching a record from my database. I then want to upload it into my FTP location. My code to create xml is ...
1
vote
1answer
96 views
ColdFusion giving “template denied access” error using cfajaxproxy
I need an cfajaxproxy interface to my server (to pass it data without having to do a submit on a page). Hopefully cfajaxproxy is the correct way to go?
To learn this, I first modified an example ...
2
votes
1answer
128 views
How to submit one thousand checked check boxes via ajax?
I am using ColdFusion 8 and jQuery 1.7.2.
I use a ton of ajax in my sites. Normally, I would use CFAJAXPROXY, but this has a limitation: It puts all values into the URL, which is limited to about ...
2
votes
2answers
139 views
Multiple Maps on One Page - ColdFusion
Getting stuck on Google Maps
Using ColdFusion - I am populating a list of Arena's...
I want a drop down of the maps if they have one - and link to add map. Links to populate the map and mark it work ...
0
votes
1answer
88 views
html5 video tag not displaying video, does ColdFusion make a difference?
I'm on a server still running ColdFusion version 8. I'm not sure if this is my problem though.
I have the following code that I can get to work in my computer on my desktop, using both Firefox and ...
3
votes
2answers
129 views
HEAD request performance
We are currently testing performances on our web servers and are getting very different results between production servers and test servers.
The test we are making is the following:
Download the ...
0
votes
1answer
144 views
Auto-populate input form-field based on 2 selections from select boxes using CF8 or JS
I'm relatively new to development, and have been working primarily with MSSQL '05 as my DBMS, ColdFusion 8 for processing and markup. I have a need to fill in a (simple text/input-type) field ...
1
vote
3answers
148 views
Coldfusion 8 Error: Invalid image format or slow performance
Trying to troubleshoot someone else's not-so-great code. Any ideas would be greatly appreciated. It seems to bomb out at the <cfif> that brings in the image:
<cfif ...
1
vote
1answer
101 views
How to prevent multiple iterations of the same CFQuery in a CFLoop and format into a matrix
I have researched this quite a bit and haven't found quite the answer I'm looking for. I was able to get to this point with a little help but now am stuck at yet another hurdle.
I would like to be ...
1
vote
1answer
157 views
Apostrophes converting to ' in Coldfusion Excel Export
Some apostrophes/single quotes in my output are converting to '. I don't know why some do and some don't. Is there a way to universally make sure that this character, and other ...
1
vote
3answers
148 views
Parsing variables within a string using a Regular Expression
I've got a bit of a problem with regular expressions with ColdFusion.
I have a string:
Hi my name is {firstname}. and i live in {towncity} my email address is {email}
What I would like to know is ...
0
votes
1answer
143 views
Group queries inside a cfloop
I'm looking to loop through a query, and would like to use grouping, like one would using cfoutput. I know CF10 added that support, but is there a script that emulates that behaviour so that items can ...
3
votes
1answer
81 views
Why does Coldfusion evaluate these numbers to not be equal?
Why does coldfusion 8 evaluate 47.0000 * 15.40 eq 723.8 as false?
<cfset test = false />
<cfset a = 47.0000 />
<cfset b = 15.40 />
<cfset c = 723.8 />
<cfif (a * b) eq ...
0
votes
2answers
289 views
Generate excel or html with coldfusion from JSON format
I need to generate a report with data in JSON format.
Here is the action file that receives parameters and displays either html table with data or excel. I need help with parsing JSON data I am ...
0
votes
0answers
110 views
An exception occurred when setting up mail server parameters
We're getting the following error.
An exception occurred when setting up mail server parameters. This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: ...
0
votes
4answers
176 views
Wrap CFTRY tags around everything
We have a system that lets a user upload a file, we loop through that file and then make another file. The user that uploads the file is a logged in user.
Problem is that the files contain sensitive ...



