Calendar code preformance issue
I took the below from a function I'm using to render a weekly calendar similar to outlooks weekly calender view. The problem is when I start entering HTML outputs it begins to run very slow. I have...
View ArticleHow to import existing ColdFusion project in the eclipse.
Hi All, I have exiting ColdFusion project in my local drive and I want to import it in Eclipse. I already have CFEclipse installed in Eclipse. Is there any step by step instruction to do this? Thanks
View ArticleDisable cffunction accepting undeclared arguments?
I have a lot of function calls with long lists of arguments and sometimes they can get mismatched (invoke with invokeargument status, function argument status_code). Coldfusion allows this to happen...
View Articlecacheid attribute on cfquery is not working
As per the CF10 documentation,cacheIDOptional ID to be used to store query result in cache. This ID can be used to either retrieve or remove query from cache So what I have tried is simply,<cfquery...
View ArticleCF 11 can not finding .css, .htm or .jpg files.
Installed CF 11 on Windows 7. Installed it using built-in server the first time and later using Apache server. I get the same results regardless of server installed. The CFM page loads and displays...
View ArticleColdfusion 11 and ldap
I just installed a new server Windows SErver 2012 R2 and IIS 8.5 with ColdFusion 11. I copied over our intranet from using IIS6 and ColdFusion 6.1. The ldap is not working, the CGI.Auth_user is not...
View ArticleColdFusion 11 FORM variables not detected
Just installed ColdFusion 11 onto a Windows 8.1 desktop running IIS8. I have been developing ASP.Net applications on this configuration without any problems. When I create a simple HTML page with a...
View ArticleHow to show cfm, html, js, css, and browser tab in coldfusion builder 3?
On Coldfusion Builder 2, I see these tabs are available when I create a new page, but not on Coldfusion Builder 3.What should I do to show them on CFB 3?
View Articlerequest.currentsitename is undefined
<cfset request.CURRENTSITENAME = "fatcate-juice.com"> I have this in Application.cfc. Yet it shows as undefined. Please help.
View ArticleIntermittent blank page issue on IIS 7.5 and Cold fusion 10 websites
We are getting intermittent blank screen on an iis 7.5 website with ColdFusion 10.There was no error on IIS and Cold fusion. Whenever this issue happens , we need to restart/recycle application pool or...
View Articlepeer not authenticated-godaddy ssl tinypng
Up until a week or so ago we were using tinypng api to compress png images using CFHTTP to connect to their API. It uses SSL. Suddenly it stopped working. They say their ssl certificate has not been...
View ArticleAre keyboard shortcuts broken on CFB3 on OSX for anyone else?
Hitting command+t displays the shortcut list but hitting a key does not fire off the shortcut. Clicking the shortcut works but not via the keyboard.
View ArticleWriting to a file
hi everyone, I have a file that only contains a number in it (invoice number). Every time someone submits a form, it should increase the value of the number in the file by one. It's my understanding...
View ArticleUsing IsDefined()
I have a web app that deals with both authenticated users (who log in via a central login) and unauthenticated ones. For the authenticated ones, I call a web service that returns an XML file. I'm...
View Articleerror resolving CFC
I am having trouble referencing a CFC. I have this in Application.cfc: <cfset request.components = getDirectoryFromPath(getCurrentTemplatePath()) & "cfc" /> The cfcs are in the subdirectory...
View ArticleWhere to create the UI, Animations, 3D environment, import 3D models for a...
Question in the heading!Thanks!
View ArticleColdfusion 10 Enterprise with Tomcat + mod_jk and Apache2 experiencing child...
I am experiencing the most bizarre thing that so far I am unable to reproduce with my own visits to the site. After restarting Apache2 my cacti graphs show that the child processes increment...
View ArticleCF10 Application Service Running, but no pages served.
We are running CF 10 on Windows 2012 and just this weekend started having a lockup of the ColdFusion server about once a day. When I look at the services, it shows the ColdFusion Application Server as...
View ArticleChange in back button behavior
We are upgrading from ColdFusion 9 to ColdFusion 11. We noticed a change in back button behavior. On pages running CF 9 the back button works, but on pages running CF 11, when clicking the back...
View ArticleHow to order a query by a column added using QueryAddColumn()?
I have a query ("GetTotals"). I'm adding a column there from the other query ("GetTheList") using the standard code: <CFSET myArray = ArrayNew(1)> <cfloop...
View Article