ColdFusion Builder 3.0 Will Not Highlight Syntax
Hi, I just installed ColdFusion Builder 3.0 and it will not do the syntax highliting on existing files - only if I type them in from scratch. Anybody have an ide whats going on?
View ArticleMaddening problem with session variables being lost
I have an application that makes use of some session variables to preserve and check login information; not an uncommon technique. I have recently instantiated a test server in the cloud using...
View ArticleVulnerability Scanner causes Flash Remoting Status Description to return null
I'm having an issue with Flash Remoting that we have been able to track down as being cause by our vulnerability scanner. About 2 minutes into the scan process it causes flash remoting to fail and it...
View ArticleWebsocket messages stall/stop without any error or log file entries
ProblemI have a web application that makes extensive use of websockets for call center agents. There are up to 50 simultaneous users who are triggering messages and listening on channels for chat,...
View ArticleWhy Does ColdFusion Builder 3 Take So Long To Load
I have a pretty fast machine and it takes CB Builder 3 like 3 minutes to load. What can be done or does everyone just accept this?
View ArticleError occurred while generating PDF. Reason: ERROR_PDF_CONVERSION
I get an error generating my PDF whenever someone's name has a special character's in their name such as accents and diacritics. Is this a bug or how do I properly set the charset for the...
View ArticleCalculated Field Perform Calc on field - on count if the value is one of...
I am trying to add how many records have the Ethnic value of "P", "U", or "W". I have tried different variations of:iif (query.ethnic_cod = ["P", "U", "W"], 0, 1) and the report errors out.Please advise.
View ArticleUser Account being locked out
Need some assistance... After upgrading to CF 11, we have some users who's AD accounts are being locked out while using a CF program. This wasn't happening on our previous version of CF. The code...
View ArticleJava Based CFGRID Problem
I have CFGRID that is using the "APPLET" format and the results are returned and show on the screen just fine. However, when I click a cell to edit, the content of the cell disappears and will...
View ArticleCan't connect to SNI enabled server using cfhttp
I am using CF10 and have been working on an application that connects to a secure server using cfhttp. It was working fine but then the host moved their application to a Windows server 2012 box...
View ArticleAdd a script to CFIDE/Administrator and run it?
Hello, everyone, Is it possible to add a script (.cfm file) to /CFIDE/Administrator and run it? I've got a script that is used for reindexing and optimizing a small set of Solr collections, and the PTB...
View ArticleCF11 - CFGRID & CFSELECT binding issue
We just upgraded to CF11 and one of our apps had pieces stop functioning. We have figured out most of it, however one of our cfgrids is having issues. When the page is loaded the cfgrid hits the CFC...
View ArticleColdfusion Websockets server with Angular front-end?
Anyone here have any success with a CF server running WebSockets and an AngularJS front-end? I'm having some trouble and hoping for help. Just one channel on the server: THIS.wschannels =...
View ArticleSolr is VERY slow
Configuration CF 9.0.0.251028Oracle 11GWindows Server 2008 R2 SP1 hosted remotely. Virtual Server with 100 users. Normal only 5 or 6 on at a time Coldfusion serving from...
View Articleplaying swf without plash player
Hi! I am working on a website project in which they require to play swf videos without installing Flash Player. It was tested on iPad it is not possible to view the videos. Is there a way to solve this...
View ArticleUpgrade/Patch ColdFusion
Hello - I need to upgrade ColdFusion from v9,0,0,251028 to at least vCF9.0.1. Can someone please direct me to a site with directions/procedures for doing that? Thanks very much.
View ArticleManaging Page Breaks when printing a report
I am looking for assistance on how to best manage the output of a text field that spans across a page break when printing a report. The Content within the text field is split across two pages with part...
View ArticleNew CF11 Install Win 2012
Having an odd issue with where it will throw a 500 error instead of the standard CFError page. This will typically happen for instance if there's a recordset issue (does not exist). However, I can see...
View ArticleJDBC Connection Error
We have a jdbc datasource setup to a DB2 database that works fine for about 6 days and then we get the error I've included below. If we restart the ColdFusion service the data source starts working...
View Article