Why is there an offset when using DateConvert with DateCompare?
I'm developing on my local server and my current timezone is GMT +11 hours. <cfset date1 = DateConvert("Local2UTC", now())><cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of...
View ArticleColdfusion 11 random crash after 6-12 hours
Hello,We upgraded from Coldfusion 9 to Coldfusion 11. System:OS: Windows 2008 r2 64bitRam: 16 gb Steps I took to do this upgrade.1. uninstalled CF 92. uninstalled current version of java3. reboot...
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 ArticleCF10 or CF11 and Java 8??
Hello, everyone, Since Java 7 EOL is fast approaching (April, as I understand it), I have been tasked with doing research to determine the viability of CF10 or CF11 and Java 1.8. I've been seeing a LOT...
View ArticleCF11 Webservice over SSL
I have a web service that I have working on our dev and test servers. Now I'm trying to deploy it to production. We have an external prod server in a DMZ that calls the web service on our internal...
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleHave ColdFusion MX7 but need to upgrade. What version of CF10 do I need to buy?
We have a web application we inherited with no documentation. It is using ColdFusion MX7. we need to upgrade the web application to windows server 2008 R2 32-bit.What version of ColdFusion 10 do we...
View Articlerestarting the ColdFusion 10 Application Server
I am having a problem with restarting the ColdFusion 10 Application Server.Normally this happens onze a year and restarting the service resolves it.
View Articlegetting 404 error when addressing administrator
I have downloaded a trial version of coldfusion 11 64bit when i try to get the administrator it gives me a 404 error. It was working before , I had a computer error and had to reload my system and...
View ArticleJava Security Error on CF 9 but not CF 11
We are in the process of moving our Intranet based applications from an old Server 2003 box running Cold Fusion 9 to a 2008 box running Cold Fusion 11. The current production server is still Cold...
View ArticleCold Fusion with McAfee
Hi, We are using Cold Fusion 9 in the production environment. Also, using McAfee on the server where Cold Fusion 9 is installed. The admin of the server is stating the issue might be with McAfee. As...
View ArticleError configuring RDS with Report Builder
I setup coldfusion 11 in a development environment using Apache Server about three months ago. I just installed Report Builder and cannot get it to connect through RDS. I tried first through Port 80...
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 Articlecfmail glitches in ColdFusion 9 (not sending, but says sent)
I'm seeing the strange behavior with basic cfmail sends in CF9. CF9 has an entry in the mailsent log that is was successfully sent but on the MailEnable logs (Mailenable exists on the same server as...
View ArticleCF11 is crashing ( application pool suffered a fatal communication error with...
I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is...
View ArticleHTTP Error 401.3 - Unauthorized You do not have permission to view this...
Hi, I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7....
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 ArticleTHIS.setDomainCookies bug in CF11?
Hello, It appears as though THIS.setDomainCookies functionality has been reversed from CF10 to CF11... I migrated recently from CF10 -> CF11. I have an app that runs at xyz.thisdomain.com My app has...
View ArticleCan you toggle open/close javascript:ColdFusion.navigate?
I'm looking for a way to toggle open/close a table row within a search query. I have a table of results and a link to more detailed information. I would like that page to stay within the current page....
View ArticleApplication.cfm or a .cfc
I'm working on updating some apps we currently use for AD user maintenance. i.e. add new users, unlock accounts, reset passwords, etc.) We use cgi.auth_user and then parse that to get the domain and...
View Article