Why does ColdFusion 9 and 10 show up in the community home page?
I just got on to the Adobe ColdFusion community page and was looking through the various questions. Then I noticed that to the right on the page there are links to Adobe ColdFusion documentation, but...
View ArticleI'm new to the CF application and I need some help w/cfreports and .cfr files!
I'd like to demo cfreport using a demo .cfr file...would there be a repository for example code in CF?What's in a .cfr, is it like a css file? Kevin
View ArticleColdFusion 11 Fresh Install Administrator Login Not Working
Am shifting from a machine that had CF9 on it, then the Splendor Beta, now with CF11 and though I've re-installed CF11 multiple times and have tried various methods I've seen in other threads...
View ArticleCF11 CFChart path to Ajax Directory Incorrect After Service Restart
Several times now after the CF11 service has restarted apps that use cfchart get an access denied error (from Sandbox Security) but the path referenced in the error is incorrect. The error is as...
View ArticleCF 9 => CF11 Performance degradation - worker threads "Waiting on Condition"
We are a very large ColdFusion house in Australia, we have been been supporting a ColdFusion app for the last 10 years and are having a performance issue that we have not seen before. We upgraded from...
View ArticleConnection errors using http://localhost:8500/CFIDE/index.cfm
So I thought I was having firewall (norton 360) issues but tech support fixed the firewall to allow me to connect to the cf administrator.That effort failed, so I contacted my IP (xFinity) tech support...
View ArticleHow to match regex with string?
I'm following this instruction, ColdFusion Help | REMatchNoCase. So I tried this: sites = "training-me";result = REMatchNoCase("/training/", sites);writeOutput(#result#); But I kept getting Internal...
View ArticleImageCrop suddenly stopped working
I have a cfm file that has been working for years on a remote shared server, which saves an uploaded image, crops it, resizes it and then saves it to a different folder as a thumbnail. The upload save,...
View ArticleColdFusion Reference - No More Wiki - Are you kidding?!
So, I just tried to look up my bookmark to the Adobe ColdFusion Wiki only to be met with an SSL certificate error. Thinking, surely this was a mistake, I added an exception in FireFox and continued...
View ArticleImageResize: unable to cast an object of [B to image
Hello, all, On a personal project at home, I'm trying to use ImageResize to resize an image pulled from a BLOB in a MySQL database. I'm getting an error message "unable to cast an object of [B to...
View Articlecfinput type submit not working in Internet Explorer 9 or below?
I have a form which processes a form when a cfinput type submit is clicked (or enter is pressed) and this works fine in Firefox, Chrome and IE 10+. However, when I check this on IE 9 or below the...
View Articleusing includes in a multi level directory structure
I am new to web development, learning everything on my own. I created a simple cf web site with 10 pages all located in the root directory. I have a directory called assets, and within that directory...
View ArticleColdfusion Scheduled Task for HTML files with javascript ajax call to web...
I have a plain html file, content of which are dynamically generated (on accessing it) over a few seconds (about 7-10 second) like some tables, rows of which are added through javascript after doing...
View ArticleHow to keep defaultLocal server running after you log off a server?
We have a existing CFusinMX web site. Recently, we re-set up web server, (changed to Window server 2008), and updated CFusionMX to ColdFusion 11, and ColdFusionBuilder 3. We only need one sub part of...
View ArticleQuick question about cfdirectory and a search function
Hi everybody, I am a big noob in programming so here my quick question.I used cfdirectory to create a table that show me all my files in my directory and now I want a search function where I can search...
View ArticleHow do I properly pass an actionscript value object ( VO) to Coldfusion from...
I'm building a flex app and using a VO to manage the data so its persistent and loosely coupled from the UI. Ordinarily I could just pass a flex form value to a cfc argument via...
View ArticleColdFusion web service: semantic error(s) in generated XML content
I have created a component with properties called employee.cfc<cfcomponent><cfproperty name="FirstName" type="string"><cfproperty name="LastName" type="string"></cfcomponent> I...
View ArticleIs ColdFusion dead, six feet under, pushing up daisies?
The security team here at the University seems to think ColdFusion is dead. Is it? I'm getting tired of trying to defend it. Do you have any resources to help? List of Companies perhaps? Just so we're...
View ArticleCFFunction Select Where clause not working correctly
I have the following function and in the WHERE clause, the s.subsiteURL no like '/training%' is working or something. It's still selected a sub site with URL starting with /training. Is there a way to...
View ArticleWhy am I getting the error with CFIMAGE
We're runnig CF8 on Solaris 9. I'm uploading an image and simply reading it to the browser. Why am I getting this error message?An exception occured while performing the writeToBrowser cfimage...
View Article