Error uploading a file
I inherited an application a few years ago and up until today, a particular part of the code has worked flawlessly. It was supposed to upload a pdf file and attach it to a record in the database....
View ArticleSELECT (multiple) options ignoring selected attribute
Hello, all, I've got CF code that is being used with a SELECT tag (multiple attribute), and it seems as though the SELECT tag is ignoring the selected attribute for the child options. For example, I...
View ArticleHow to log the rendered cfhttp URL?
I have this cfhttp tag.I want to log the URL to see if it's actually having all the correct parameters because it's not working. <cfhttp result="objRequest" url="#UrlDecode( strTargetURL )#"...
View ArticleColdfusion erroneously removing spaces after "
Hi, I've encountered an issue where I am puzzled by coldfusion's output. Is this a bug, or the design? <cfset x="meow"><textarea><cfoutput><...
View ArticleIssue with cfimage captcha - coldfusion 11 linux (RHEL)
Hi all, I have hit an issue with cfimage when attempting to generate a captcha. Code works fine on the location (windows) dev version, so I assume this is likely to be linux permissions related or...
View ArticleHey, I am a Coldfusion developer, not a server side person. I installed CF9...
Dear friends, I am a Coldfusion developer, not a server side person. I installed CF9 on my PC for Coldfusion development few years ago, that is Jboss server environment. Can I still use the Jboss for...
View ArticleColdfusion 2016 Server Port
I'm trying to keep my 8500 server port for use with my CF10... is it possible to name server ports randomly? For instance, during install - can I just use server port 2016 instead of the default 8500?
View ArticleSingle Sign-On Integration with SharePoint 2013?
Found an article for SSO with Sharepoint 2003 and 2007 but not 2013. https://helpx.adobe.com/coldfusion/developing-applications/office-file-interoperability/sh...
View ArticleHow to fix chart in ColdFusion 11?
like many other people who switched from CF9 TO CF11 I'm having issues with the charts too. My chart worked perfectly fine in CF9 and after we did an update to CF11 few things just disappeared or not...
View ArticleDealing with parallel requests to cfc
I have a cfc that is exposed as a web service . However when a request from 2 different servers consume the webserice at the same time one request is dropped and the other processed. Im not sure why...
View ArticleCF10 - coldfusion.server.ServiceFactory$ServiceNotAvailableException: The...
I have seen this topic addressed for previous versions, but not CF 10. we are running cf 10 on win2k8r2 iis 7.5. recently we have experienced two things: 1 our application server will just go offline...
View ArticleCF 11 with IIS getting "Unable to Connect" the second time I run a .cfm
I created a subfolder named "extranet" and place cfm files in it. The first time I try "localhost/extranet/index.cfm" it runs with a CF error,. That's OK. I open the file in dreamweaver, correct the...
View ArticleConversion to php. Any php specialist here ?
Hi,I'm a more than 15 years CF developper and I enjoyed it.Now I have a large application that I have to translate to php and php is quite new for me :-( My app uses quite a few Custom Tags and I'm...
View Articleログインできない 414 request URI too Large の表示
Adobe CC にログインすると、「414 Request URI too Large」の表示が出てしまい、ログインできない。再起動してもダメでした。使用しているブラウザはIE9
View ArticleIIS Setup trying to open/save cfm files instead of rendering
Hi everyone. I've setup my development environment to use IIS. I can use either local i.p.'s or localhost:8500 - (regular ColdFusion). I'm having an issue when calling any CFM file from my IIS and...
View ArticleCFPOP attachmentfiles field is empty
Hi there, Just recently I've got a problem with email attachments download with CF10 & 11. Attachmentfiles field is empty, but attachments one contains file name. Code was working fine before. I am...
View ArticleCan a Coldfusion 2016 activate a Coldfusion 11 installation?
Hello, we installed and hardened a CF 11 Standard edition installation on a client's server.Now the client is ready to go live, however CF 11 license is not available to purchase. If we buy the CF 2016...
View ArticleCFDBINFO doesn't see a table that does exist
Hello, all, I'm trying to troubleshoot an issue with the DBINFO tag, and I've never used it, before. Basically, we have a schema ("FC") that has many tables, one of which is called "F_COMMENTS". In...
View ArticleHow to set up SAS as data source in Coldfusion?
How to set up SAS as data source in Coldfusion?
View Article