ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.
1
vote
1answer
73 views
Anyone know how to prevent sublime text 2 tag completion in the CF plugin for specific tags
Just like the title says, I would like to prevent certain tags from from adding a closing tag. Specifically cfprocparam. Each time I write
<cfprocparam value="">
sublime adds
...
0
votes
2answers
105 views
update cfquery within a cfloop over a query
I am going through all the records in the column vals of the Values table and tranforming any absolute urls to relative urls. I get this error
[Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect ...
0
votes
1answer
97 views
Getting a 500 error when I run this sql query
It's really weird it works within a one day date range but past that I get a 500 server error. The query runs fine in management studio though.
SELECT tblCAPMessages.*, tblCADSNotes.Notes
FROM ...
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?
2
votes
0answers
80 views
Error with relational mapping on new server
I just moved a custom built CMS over to a live server (it was on the development server) because it is easier to set up RSS. The problem is that none of my relational mappings work anymore, despite ...
1
vote
1answer
121 views
ColdFusion 10 Administrator, MS SQL 2012 and Windows 8
I've been trying to add a datasource in the ColdFusion Administrator for Windows 8 and I've been having many issues.
Below is what I've done:
Database created "onessBlog".
Login created onessBlog ...
2
votes
0answers
109 views
php code decrypt the coldfusion encrypted string
we are trying to decrypt the coldfusion encrypted string with AES/OFB/Nopadding in PHP. However, we got think even worse, we try all the solution here but still cannot get it work.
here is the code ...
0
votes
2answers
91 views
Possible to log form submission?
Here is the situation. My company has an e-commerce store, but we don't gather or process credit card information ourselves. When a user selects "Pay with credit card", they are immediately taken to ...
0
votes
0answers
56 views
Database column undefined when dumped individually - ColdFusion
I have a query that returns DATE - ID - NAME - NOTE - TIME when I dump it by using <cfdump var="#q_data#">
I am trying to dump only the value DATE by using <cfdump var="q_data.date"> but ...
0
votes
1answer
128 views
Dynamically setting default value in a dropdown with ColdFusion?
I might be entirely wrong here but is there a way to use <cfif> inside of a dropdown to dynamically select the default value of the dropdown?
I'm doing the following:
<select class="field ...
5
votes
1answer
76 views
Should I use cfreturn in a function with returntype void
What would be the correct way? I think both work, but I wonder if there are benefits from one to the other.
<CFFUNCTION name="setSomething" access="public" output="no" returntype="void">
...
0
votes
3answers
106 views
cfInclude without cfoutput tags
Ok, I have template files which I know will require to be between <cfoutput> tags, however placing a <cfoutput> tag around a <cfinclude> won't work, and anything with a ...
0
votes
1answer
67 views
Coldfusion linkedin Profile API call
I'm trying to invoke the below URL:
https://api.linkedin.com/v1/people/~:(id,first-name,last-name,industry,skills)?oauth2_access_token=blabla
When I make the call directly from the browser it works ...
3
votes
5answers
90 views
Invoking function with dynamic array of arguments
If I have
<cfset arr_arguments = ["a","b","c"]>
<cfunction name="someFunction">
<cfargument name="someArgumentOne">
<cfargument name="someArgumentTwo">
<cfargument ...
1
vote
4answers
57 views
Invoking dynamic method name (methodname from string)
If I have
<cfset methodName = "a">
<cfset object = createObject(...)>
How can I call the function named methodName from the component object. I would expect something along the lines of
...
0
votes
2answers
88 views
Searching through more than one column in a query
I'm currently working on a search function where users can search for gigs either by the name of the band who are hosting the gig, or the location of the gig itself. The issue I am having is for the ...
0
votes
0answers
124 views
JWildCardHandler Internal 500 Error when submitting form
We are getting this relentless 500 error on a coldfusion site. We are using Coldfusion 9.0.1 and only when we submit a form to update a database table we get this error. Only one page causes it, but ...
0
votes
3answers
92 views
Set a variable dynamically into a structure via CFLOOP
I am trying to set a variable dynamically into a structure via CFLOOP. I have read Ben Nadal's blog post but cant seem to get the assignment correct. I would like to use dot notation and make the VIN ...
0
votes
1answer
77 views
Upload photo from my system to company Facebook page without having users authenticate individually
I have an application where my staff upload photos for specific tours. My priority is to have the photos uploaded to my system to use in my site and product display. However, every time any of my ...
5
votes
1answer
85 views
Public functions become remotely accessible when implementing onCFCRequest()
SOME BACKGROUND:
I'm using onCFCRequest() to handle remote CFC calls separately from regular CFM page requests. This allows me to catch errors and set MIME types cleanly for all remote requests.
...
1
vote
5answers
71 views
Sum values in cfloop
I am referring to a previous SO Coldfusion Calculate Sum Total (Loop? ) that was marked as a correct answer, but the code doesn't work for me.
I am trying to create a grand total from several fields. ...
0
votes
1answer
50 views
Any way to block out new code for legacy versions of CF
I have written a library I include for some security patches. In that library there are a number of CF8 and up function,attributes,etc.
I really really dont want to cut the functionality down bc ...
2
votes
5answers
64 views
Replace Extra Zero Coldfusion Cfset
I am very new to Coldfusion and not sure what the format should be to use this function correctly.
I want to convert 0000411111 to 0411111 get rid of the first three zeros
<cfset origValue = ...
1
vote
3answers
65 views
How to apply CSS to the first iteration of a <cfloop> but not to subsequent iterations?
I have a <cfloop> outputting a query to a jQuery sortable list. All the sortable tags(<h3>, <div>, etc) are contained within the loop. I need to anchor the first <h3> element ...
1
vote
3answers
66 views
Getting a list of running requests in ColdFusion 9 standard edition
Does anyone know if there is a way in Adobe ColdFusion 9 standard edition to get a list of the running requests? Maybe by invoking a method from one of the CF Java objects, like ...
2
votes
1answer
84 views
ColdFusion not handles HTTP OPTIONS requests for CFC
Scenario:
A webserver which hosts a frontend application based on ExtJS.
A ColdFusion 10 server (with Apache) that hosts backend services.
Frontend application make AJAX requests to ColdFusion ...
0
votes
1answer
178 views
jquery validation engine always getting same response on ajax validation
I have jquery validate engine validating a form. For example the code to check mobileno is already exists in database :
MobileNumber/Login Id :
<input type="text" class="k-textbox ...
2
votes
1answer
57 views
NULL POINTER error when using ObjectLoad(ObjectSave())
Update this has been filed as a bug in ColdFusion, https://bugbase.adobe.com/index.cfm?event=bug&id=3546237
I've been having a problem with CF9 and NULL POINTER errors that do not appear to be ...
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 ...
1
vote
0answers
29 views
Connection timed out issue in cfexchangeConnection
I have windows 7 (32bit), ColdFusion 9 installed on my PC.
My email account is configured in outlook 2007 and it is working fine. But when I try to connect to an exchange server using ...
0
votes
1answer
49 views
hmac sha1 with salt and hash in coldfusion
Now I am doing a penetration testing for my customer.
I have got the administrator's hash(SHA1) ,but i can't decrypt it on the internet, thus I can't access the /CFIDE/administrator/index.cfm
But he ...
0
votes
2answers
61 views
Adding text / extra queries to cfspreadsheet output
I'm running Coldfusion 10 on Microsoft Windows Server 2008 R2 Data Center – SP 1 with a SQL Server 2012 datasource.
I have a cfspreadsheet tag on a page that goes like this:
<cfinvoke ...
2
votes
1answer
37 views
ColdFusion: Get variable string value from cfloop
The code below outputs weekend dates in the current month.
CODE:
<cfparam name="month" default="#DatePart('m', Now())#">
<cfparam name="year" default="#DatePart('yyyy', Now())#">
...
1
vote
2answers
76 views
Split long string on ">
I'm trying to use split() method to split long string containing repeated tags (content of a text document containing CFML code), each of which terminates with those 2 chars: "> and a line break.
...
1
vote
2answers
77 views
End table and start new after so many rows
I have a dynamic table that is outputted via Cold Fusion. The table is created fine, but one of the things I'm doing is using JavaScript to grab the table's outerHTML and assign that to a hidden ...
0
votes
0answers
96 views
jQuery clone Select .change fires for Parent not child
I have a form that contains rows that I am successfully able to clone. Part of the row is a hidden div that I have show() when any item in the select is selected. The problem with that functionality ...
0
votes
1answer
60 views
CFMail is not working in ColdFusion 10
I have a Windows 7 (32bit) pc and installed ColdFusion 10. The cfmail tag is not working. It was working on ColdFusion 8.
Mail is going to the ColdFusion10\cfusion\Mail\Undelivr folder.
(Update from ...
0
votes
2answers
45 views
caching a query that changes infrequently in Coldfusion/cfWheels
I'm looking at the cache function in the findAll function of cfWheels. I'm a little apprehensive about using it. My queries are not taking that long that I absolutely need them, but a bit of a speed ...
0
votes
1answer
71 views
IIS7.5 - Hosting ASP.NET MVC app and ColdFusion app under one domain
We are developing and deploying an ASP.NET MVC app that will provide new functionality to eventually replace a ColdFusion app we still need to remain alive under the same domain. How can we set this ...
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
0answers
62 views
Coldfusion,java and apache poi [closed]
I am trying to call compiled java class that use poi to save excel file but I got the following message in the log of ColdFusion server
Could not initialize class ...
1
vote
1answer
46 views
how to get REReplace to be multiline and global
I get the following errors (they don't show up when I take out the look behind and look ahead in my regex - however it doesn't do multiline and global even when I do (?m) at the beginning of the ...
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 ...
0
votes
1answer
62 views
Getting a 404 Not Found CF Error API
I am trying to connect to an external web service to access their database for certain operations. I have the following code, but when I run, it gives a
"404 Not Found" CFE.
<cfscript>
...
0
votes
1answer
58 views
Getting “method onRequest was not found” Error when binding CFC in cfselect in CF9. Works fine in CF8
I am getting error saying "Error invoking CFC componentname.cfc : The method onRequest was not found in component ..\filepath\Application.cfc".
This works fine with CF8 but not CF9 with same code. ...
1
vote
1answer
65 views
CFSelect not binding but text box is
I am using CF10. I have a Select:
<cfselect name="company" id="company" query="qcompany" display="placename" value="placeid" queryposition="below">
<option ...
-6
votes
1answer
44 views
When I click on World tab (Australia and Pacific) it shows that the travel navigation bar is active [closed]
http://www.nzherald.co.nz/australia/news/headlines.cfm?l_id=15
What is the problem and how can I solve it
2
votes
2answers
46 views
Coldfusion XML output injecting doc header info
I've been looking through things for the last number of hours, I can't figure this one out! Ultimately, I have some xml data that is coming in from a HTTPheader:
<cfset xmlPOST = ...
1
vote
2answers
81 views
ColdFusion 5 on MS Server 2008 R2
Need to see if ColdFusion 5 will run on MS Server 2008 R2.
On a client's site that has ColdFusion 5(yes 5) and wants to move it to a MS Server with 2008 R2 and IIs 7.5 on it. The one app that is on ...
0
votes
1answer
68 views
Crystal Report 2011 Report/SQL Server 2008/ASPX Issues
I have a webserver configured with ColdFusion 10. Within an application I have built in ColdFusion, I want to deploy a Crystal Report that requires a parameter that the user would enter. I built the ...



