wdCalendar (or other HTML5 Calendars)?
Anybody used wdCalendar (or a similar HTML5 calendar) with ColdFusion? I'm specifically looking for such calendar that let's you have a custom form when you create/edit an event. It doesn't have to be...
View ArticleColdFusion 9 with Active Directory 2012 R2
Hi all, I would like to know if a ColfFusion 9 website (installed on Windows Server 2008 R2) can authenticate to Domain Controllers that run Server 2012 R2. We are upgrading our Active Directory Domain...
View Articlesalesforce api sha 256 connection failure
I've been successfully using Salesforce's api till they made the switch to SHA 256 algorithms about 2 weeks ago (HTTPS Security Certificate Change from SHA-1 to SHA-256 hash algorithms). I know that...
View ArticleWebsite data to iOS and Android?
I am looking for a helpful start (key words or even phrases) to begin understanding what it takes for a web site to give auto notification to an app on iOS and Android. I hope that wording is...
View ArticleRed Hat Enterprise Linux Server 6.6
We currently have ColdFusion 8 Standard installed on a server running Red Hat Linux 2.6. This server is going out of service and we have a new one that is running Red Hat Enterprise Linux Server 6.6. I...
View Article"setter" methods not working in CF11
I recently migrate code from a CF8.01 instance to a freshly installed/updated CF11 instance. As I was going through some testing I ran into an issue where the "setter" methods within a CFC are not...
View ArticleHow do I edit the text within a Coldfusion string?
Hi! I have a ColdFusion variable which contains a URL: For example, it looks like <iframe width="640" height="360" src="//www.youtube.com/embed/XXXXXX" frameborder="0"...
View ArticleCOLDFUSION 9 MEMORY LEAK: keeping unreferenced cfc's alive until end of...
This piece of code: <cfscript> for (j = 1 ; j LTE 500000 ; j = (j + 1)) { dummyc = createObject("component","Dummy");...
View Articlemod_jk.so undefined symbol:ap_log_error apache 2.4.6
Good day. Installed coldfusion10 on suse linux13.1 running apache 2.4.6. When I created the web server connection using ,/wsconfig everything worked. However after restarting apache I know get an...
View ArticleChange the location of coldfusion-out.log & coldfusion-error.log files in CF10
Hi I've managed to change location all coldfusion log files for naming instance but not ex catalina.out files: catalina-out.log and catalina-error.log.Anyone has any idea where settings are ? The only...
View ArticleProblems connecting to Adobe Connect with CFHTTP in CF10
I am trying to fix a number of issues our company's platform has with an integration with Adobe Connect. One that has me perplexed is intermittent failures with the login method. We have one client...
View ArticleIssue with Java Socket Initialization
Hello all.....below is my code snippet which is trying to initialize the connection using Java Socket and was working fine sine few days ago.All of sudden it stopped working and I am not able to...
View ArticleCFFTP secure requests just keep spinning without giving an error when...
Hello, we have the following issue. I have logged a bug in Adobe database but wonder if anyone else encountered this issue and/or have any ideas how we can go around it? Thanks When attempting a secure...
View ArticleUniversity Discount
Hello, Do Universities receive a discount for the purchase of ColdFusion? Thanks!
View ArticleColdfusion Services Are Missing in Windows
Hello-I upgraded my Windows 7 to Windows 8.01, and after up gradation Coldfusion services are missing from windows. i.e I have to start Coldfusion services Manually by going to...
View Articleclient variables disappearing
A ColdFusion 8 project was running under Windows server 2003 which was upgraded to Windows server 2008.The project has frames and client variables stored in the registry.After the Windows upgrade, a...
View ArticleCan I make number field have decimal places?
Hi. I have a field in my SQL database that is an integer field. When I try to use this field in my form, it only allows whole numbers to be entered. How can I allow numbers with decimal points to be...
View ArticleIIS 8.5 displays 404 error when accessing .cfr pages.
Hello - We have recently migrated about a dozen sites to a new server running Windows Server 2012 R2 and ColdFusion 11. Everything seems to be working correctly except for .cfr pages. IIS throws a...
View ArticleAdd to my calendar, Google, Outlook, iCal, Yahoo
Hi, I am looking for suggestions on doing this. Basically, I'd like to add "Add to my calendar" for Google, Outlook, iCal and Yahoo on a confirmation email. The event name, date/time and location is...
View ArticleWhy am I getting an SQL syntax; check the manual that corresponds to your...
I have an order form where my buyers can add items to my form. I am using a loop that adds an extra line when they add a new product. I am storing the info in two different mySQL tables. The first is...
View Article