FCKeditor not working in IE10
At first the editor wasn't appearing at all on pages where it should have been. After modifying the fckconfig.js file by changing var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)/)[1] ;...
View ArticleIIS Crashes with JRun Connector faulted?
About our environment:Win Server 2008 r2 64 bit, 8GB Ram Our web server experienced a series of undetectable speed bumps for events that should have zero negative impact. One such hiccup was the...
View ArticleColdfusion 10 Case Sensitive URLs?!?
I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images. It appears that, after over a decade of "test.html" being...
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 ArticleWorkspace in use or Cannot be Created
Is it possible to setup CFBuilder so files opened in Windows explorer open in the currently open instance. The final release tries to spawn a new instance and displays "Workspace in use or Cannot be...
View ArticleCF Server will not restart
I have just installed ColdFusion 9 (FOR 10th TIME) After installing 9 i when ahead and installed the update (9.0.1) - I did the installation be following the instructions on the Adobe installation...
View Articlecfcomponent extends question
Hi all,i have two cfc' components usind extends as:<!--- myParent.cfc ---><cfcomponent displayname="myParent" output="false"> <cfscript> this.myData = '';...
View ArticleCannot add Coldfusion 10 as a local server to Coldfusion Builder 2
My computer has the following specs. 1. Intel T7200 (Quadcore 1.73Ghz)2. 64 GB SSD + 500 GB HDD3. Windows 7 Professional 64-Bit4. 4GB RAM I installed a fresh copy of Coldfusion 10 on C: drive and a...
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 ArticleAnybody have any thoughts on CFWheels?
Hi all, I just recently got back into doing ColdFusion and I am looking at CFWheels right now as a framework choice? Any thoughts would be appreciated. By the way if anybody is looking for a...
View ArticleBefore you post
You came here to ask for help. Good, that is what these forums are for. But there are a few tips to make sure we have the right information to be able to help you.Tell us about your environmentHelping...
View ArticleWindows error 193 during install
After LaunchAnywhere finishes preparing to install I get an error headed LaunchAnywhere Error which says "Windows error 193 occured while loading the Java VM". I have verified the size of the...
View ArticleIs anyone else having frequent frozen editor problems?
My editor freezes on me every day, at least once, and sometimes a lot more. Today it's happened 4 times. I never know when it's going to happen, but it seems to happen more often when I'm working on...
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticleColdFusion 10, SQL 2012, MS Server 2012
Ok, I'm trying to install the newest of the new ColdFusion 10 with SQL 2012 on MS Server 2012 I have seen some blog posts, but nothing on the forum. Is there an official thread or response from Adobe...
View ArticleYou have attempted to dereference a scalar variable of type class...
You have attempted to dereference a scalar variable of type class java.lang.String as a structure with membersHi I receive the error in the title bar as a result of the following code but I can't...
View ArticleColdfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View ArticleHow to upgrade CF 8.0.1 to CF 9?
I have installed CF 8.0.1 in my machine and I want to upgrade it to CF 9 because it is the version required by our software. Any ideas is greatly appreciated. Thanks in advance!
View ArticleWhere Does Eclipse Store Project Names?
In multiple attempts to get Eclipse to work with CFEclipse (which I've addressed in other posts), I've uninstalled and reinstalled both several times. I uninstall Eclipse and CFEclipse by deleting the...
View ArticleSEVERE: The web application [/] created a ThreadLocal
Looking in coldfusion-error.logs I'm seeing a bunch of entries like SEVERE: The web application [/] created a ThreadLocal with key of type [coldfusion.util.DateUtils$1] (value...
View Article