CF10 Websockets not working with iOS 6.1.3 iPad
Hi all. I was reading and trying out Adobe blog posts on CF Websockets and discovered that the code doesn't work on my iPad. My server is CF10 update 11 (IIS7.5) and the iPad is on iOS 6.1.3. All of...
View Articlecfloop problem after upgrading from CF8 to CF10
I was recently forced due to company policy to upgrade from CF8 to CF10. When I did so, a number of things naturally broke. Specifically, I have some cfloop code that is now throwing a "Complex object...
View ArticleRe: cfloop problem after upgrading from CF8 to CF10
If you dump the form scope, are those numbers presented as a list or an array? Do you have the thissameFormFieldsAsArray setting set to true in Application.cfc? Recommend you put a try/catch around the...
View Articleforgot administrator console password
I have not logon to the administrator console for a year. Now I forget wkat I need to do to get it back.
View ArticleRe: forgot administrator console password
Hello Lyondell, Thank you for your post. For ColdFusion 9, here are the steps:- 1. Make a backup copy of CF_HOME\lib\neo-security.xml file.In case of multi-server editions, the path is:...
View ArticleRe: cfloop problem after upgrading from CF8 to CF10
Hi Adam, thank you very much for your reply. Problem has been resolved. I had only applied the mandatory update, and couldn't figure out why the auto updater wasn't seeing any patches so I thought...
View ArticleRe: ColdFusion Widget
Not sure what you're trying to look for. You might find the answer here: http://www.riaforge.org/
View ArticleRe: html
Perhaps, this is what you're looking for. searchPage.cfm=============<style type="text/css">.mainhead{ width:800px;} .outset { border-style:outset; border-color:#FF4000;...
View ArticleRe: html
A suggestion: - Use jQuery library for the AJAX. jQuery maintains browsers compatibility.
View ArticleRe: ColdFusion Widget
Hi LAH, How about notepad? http://windows.microsoft.com/en-au/windows7/open-notepadHTH, Carl.
View ArticleRe: How Can I Get the current value of a binded field for use in a...
Hello Tim, would barely fit in this situation since this code resides on the client’s interaction side of things. I’d recommend using JavaScript for this matter, e.g. var Data_FName1 =...
View ArticleRe: Can't uninstall Coldfusion 10 on OSX Mountain Lion
I found the solution which is the 1.6 jdk update has a problem with redrawing. This problem also happens with Coldfusion 9 installation file. In order to check your JDK has the right update, use this...
View Articleinstall files for Cold Fusion 6.1.0.0
We need to migrate an application to a new server, but do not want to upgrade the application to a newer version of Coldfusion at this time. What is the process to get a set of disks or download files...
View ArticleRe: ColdFusion 10, IIS 7.5, and custom 404 page
I came across CF10 and custom 404 issue. This might help. http://blogs.coldfusion.com/post.cfm/coldfusion-10-does-the-connector- need-to-be-re-installed-for-update-11
View ArticleRe: Applying formatting to query values using CFSPREADSHEET
Excellent Suggestion! Here's what I ended up doing: <cfset custCount ="#getCustinfo.recordcount#" + 1 /> format4.topborder="thin"; format4.topbordercolor="grey_40_percent";...
View ArticleRe: Steps to migrate Cold Fusion Application from 6.1 to 10.0 Version
Hi Raghav, ColdFusion 6.1 is not supported with Windows 2008 server. Though you can migrate your current application from CF 6 to CF 10 and CF 10 is compatible with Windows server 2008 and 2012. You...
View ArticleRe: New ColdFusion Server - IP license limitation
Hi, sorry for the late response. I don't know why coldfusion ident the systems as unix. It is debian 6.0.7 32bit. I tried also an enterprise license. Same result. :-( Some ideas? Anyone have...
View ArticleRe: ColdFusion 10 Uninstaller.jar file
I have the same problem. The only difference is the file path for mine was .../ColdFusion9/uninstall/uninstaller.jar. Any thoughts from the forum would be appreciated. Is this a legitimate file?
View ArticleRe: ColdFusion 10 Uninstaller.jar file
The date on the uninstaller.jar file matches the date of most other originally installed files in the CF directory. I think this is a false positive.
View Article