ColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View Articlecflayout tabs help, cf 9 need to redraw to correct size with ext3 or CF
Whenever you load a tab dynamically with a cflayoutarea (tab) in Coldfusion 9 it won't get the height right (usually just does like 20px high). This will also happen when trying to reload a tab with...
View ArticleUnsuccessful at getting https working with coldfusion 11 update 2
I have made the changes I found in the Coldfusion 11 - Web Sockets via SSL discussion and I am getting "The connection was interrupted" in firefox when I try and go to the coldfusion administrator. I...
View ArticleURL Variables are Being Changed
I am seeing intermittant instances where URL variables are being changed from what was actually passed in, and I cannot determine how/where/why it's happening. The entire process is to send email with...
View ArticleSubmit form via AJaX to CFC
Hello, everyone, I have a form (NOT a CFFORM - those are evil) that I am attempting to submit the data to a CFC. Right now, all the CFC is supposed to do (for testing purposes) is to display the form...
View Articlecfquery caching question
I have a question (actually two) about how caching works with cfquery so I can make sure that what I'm doing on our website makes sense. (We're on CF10) I have a database that stores certain details...
View ArticleBlank Admin page after applying Hotfix patch 4 to Coldfusion unix 9.01
I just finished applying the hotifx 4 for my 9.01 coldfusion 32bit server on a Unbuntu box and after restarting CF and Apache I noticed the Admin page comes up blank, otherwise CF is working perfectly....
View ArticleCFForm validation and onclick before submit
I have been trying to validate a few fields before submitting a form. Once the fields are validated by CF I want to pop up a sign in form if the user is not signed in. However, the problem is that the...
View ArticleFile not found: index.cfm
Hi, I have a new ColdFusion 9 install on a CentOS server with Apache 2.2 I applied the 9.0.1 update. The install is Standard, not Enterprise. I can access the admin at /CFIDE/... perfectly. The problem...
View Article"cfadmin","The current user is not authorized to invoke this method. The...
I am running CF11 update 4 on Windows 2012 R2 IIS 8.5. I have multiple users setup to access the CF Admin Console. All the individual accounts started throwing a 500 - Internal Server Error only when...
View ArticleColdfusion 11 - Web Sockets via SSL
Help! I can't seem to figure out how to handle WSS (Websockets over SSL). I have a cert that has already been sent/received by verifier. I have a cert and an intermediate cert. I've been looking at...
View ArticleCF9 cflayout type="tab" cflayoutarea and iFrames
Good morning, I have an application where I use cflayout type="tab" and in the CFLAYOUTAREA, i use iframes. This allows me to refresh the iframe without having to refresh the entire application. The...
View Articlerequested scope session has not been enabled
Trying to get a site login set up and I keep getting the above error. I have enabled session vars in the CF admin, and have used sessionmanagement in my cfapplication. Not sure what I've done wrong....
View ArticleHow Do I Print my reports Horizontally using Coldfusion Report Builder
Hi- I want to print my reports Horizontally rather vertically using Coldfusion Report Builder. I am using a very simple query SELECT Zones.Zone_id, Zones.Zone_name,...
View Articlegmail smtp mail server verification
I have lately upgraded to CF10 from CF9. Just lately I have noticed that I cannot get gmail smtp mail server verification within CFAdmin. I am using the same settings as before. In fact, on an old...
View ArticleColdFusion won't display unicode (utf-8) characters
I have a very basic page with some unicode characters in it. ColdFusion won't properly display them. If I resave the page as .html (so the coldfusion server doesn't process it), the characters display...
View ArticleColdFusion 9 on IIS 8 Windows Server 2012 R2
So I am having all sorts of difficulty getting ColdFusion 9 to load the administrator page on IIS 8 in Windows Server 2012 R2. I saw CF 10 has this compatibility but I was unable to find a CF 9...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleColdfusion 9 ODBC Agent & ODBC Server not starting
Hello ! I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent &...
View ArticleCF10 and IIS 7.5 - cfheader in 404 custom error handler not working correctly
I'm getting some really weird behavior when handling 404 errors after updating to CF10 using IIS 7.5 on a Win2k8 R2 x64. IIS randomly delivers only a portion of the HTML page when I set the 404 status...
View Article