Problem with
This is my query i'm doing here: SELECT * FROM DB_NAME WHERE 0=0 <cfif arguments.NAME is not ''> AND NAME_FIELD = <cfqueryparam...
View ArticleCF index is hung
related to my earlier slow solr post. Running a refresh on the first file then an update on all others. Recurse may not be necessary....
View ArticleGlobal Mapping
We are running several instances of CF within our environment, and they all live within their own directory on the web server root. I am trying to create a /global-resources/ directory, also on the...
View ArticleIn CFlayout selectTab if already open
Hi, In CFlayout if creating tab dynamically using ColdFusion.Layout.createTab function but the tab already created then system generate the error. So I want to know if tab already created, just make...
View Article500 - Internal server error after saving from DW
I was able to successfully install the CF server. However everything was going fine until I edited a cfm file and then saved it through dreamweaver. Now I am getting a 500 Internal error when I try to...
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 ArticleThe value returned from the load function is not of type numeric errors after...
I am currently testing our website with CF11. It is currently working with CF8 however after migrating it to a new server running CF11 I have encountered the following error. The value returned from...
View ArticleByteArray objects cannot be converted to strings... CFIMAGE
Hello, everyone, I'm working on a project that another developer created many moons ago. I'm attempting to SELECT a blob from an Oracle db, and use CFIMAGE action="writeToBrowser" to display the...
View ArticleXForm problem during migration from CF8 to CF11(NimoiXForms)
I have inherited a website which I am currently migrating to CF11 from CF8.The issue I am having is with xforms. The website is using NimoiXForms. I have setup all the mappings in ColdFusion...
View ArticleColdFusion 8 and Oracle 12c
CF is unable to read CLOB data from 12c. is there some way we can resolve?
View ArticleHelp with a update query from a subquery
Hello All, I wanted to see if someone can help me with an update query. I need to grab a latitude & longitude from a the same user that is in two accounts. therefore i am trying to update lat/long...
View ArticleColdFusion 10 Update 16 early access build feedback
Use this thread to share your feedback about ColdFusion 10 Update 16 early access build. Refer the following blog post for more...
View ArticleColdFusion 11 Update 5 early acess build feedback
Use this thread to share your feedback about ColdFusion 11 Update 5 early access build that is being made available for testing. You can find more details in this blog post:ColdFusion 11 Update 5...
View ArticleCF10 Upgrade - Previous license key not accepted by installer
We have 32bit CF10 running on Win 2003 32bit. We built a new server to replace the old one and need to install 64bit CF10.We originally purchased an upgrade license from CF8 Standard to CF10...
View ArticleLDAP Test Environment
We're looking at bringing up a test LDAP server, something that would not sync with our current domain, just a stand alone device for ColdFusion LDAP application development. I was hoping to get some...
View ArticleAD Distribuition Group Maintenance App Suggestions
Working on a ColdFusion app that would let designated users add/delete members of Distribution Groups in AD. Have run into a problem with the way our AD is set up. Our company and AD is divided up in...
View ArticleCF7 IIS 7: getting 500 - internal error instead of cf error output - but not...
Hi all: After a lot of tweaking, I got CF7 running on Win 2008 / IIS 7.I am now migrating apps from Win 2003 / IIS 6. However, one problem I can't solve is that when I access a page over the Internet,...
View ArticleCF11 startup issue
Hey guys, Recently, we updated to Java 8 and CF11 (with version 3). While testing out our new environment, we noticed that when we tried to add a Font manually (in CF Admin page), the request gets...
View ArticleMappings not working for REST
I am working on my first REST application in ColdFusion and I am noticing that application specific mapping defined in Application.cfc does not seem to work! Is it something that is not supposed to...
View ArticleHow to make HTTP call with action=PATCH using CFHTTP ( ColdFusion 10 )
Hi All, I was integrating a REST API of iCIMS. And find some of the REST API calls needs http verb PATCH but it seems ColdFusion doesn't supports that. So, is these any way around to do it ???? Also, I...
View Article