ColdFusion 11 cfcontent failing
I have a stumper. Installed CF11 on our test server. Did some regression testing and am running into an issue. I have a .cfm that downloads information to Excel. It renders fine in CF10 (and prior...
View ArticleHelp!!!! I am getting a 501 Syntax Error with CFFTP ListDir. I created the...
<!---Control the timeout---><cfsetting requesttimeout="600"><cfset thisDate = now()><cfset today = #DateFormat(thisDate,"mm-dd-yyyy")#> <!--- Open ftp connection --->...
View ArticleSend information to a WS
Hi CFers, I have this form, and I have which send information to a web service: How I can? FORM<input type="text" name="name"><input type="text" name="cpf"><input type="text"...
View ArticleCheckThreadLocalMapForLeaks
Our CF10 Windows server crapped out last night with a Tomcat error to the effect of 'the service is not running' (rather than a 500 from IIS or something). Found this in coldfusion-error.log: Nov 13,...
View ArticleInvalid Mimetype Detection for .xls file with CF10
After upgrading to CF10, we are having issues getting our server to properly recognize any mimetype associated with the .xls file extension. For some odd reason, the server is viewing them as a word...
View ArticleFind user location (Please help me fix below or suggest any other way)
Hi Hopefully, some one can help me with this issue. I am trying to implement a global site and hence was looking for a way to detect user location. I do not want to use any ip2location webservice or...
View ArticleColdFusion 11 and CGI variables
CF 11 gives me empty string value for #CGI.Path_Info# in all the subdirectories. It worked for CF9. This is the code i use: <cfparam name="documentsTemplate"...
View ArticleTemplate cache hit ratio always 0%
CF10/Win2008R2/IIS7.5. Server monitor always shows my "Template cache hit ratio" is 0%. Why? I have all profiling enabled. My template cache count is up to around 700, with a max set of 2000....
View ArticleIntegration of Cold Fusion and Adobe Livecycle form
I created a adobe dynamic xml form and I also created a sample cold fusion script which reads all the fields from the pdf and populates them in to a structure. <cfpdfform action="read" source=...
View ArticleCan I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11...
Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first? For those who have done this, 1. What quirks did you find that you had to overcome in your...
View Articleover 30 day absent student list...
I am trying to pull the names of all students who did not attend a class after 30 days. I usually do the MYsql syntax first before I write it for coldfusion. Each student's name in my meeting table is...
View Article10 seconds delay on first call of any CF-Website
Hey guys I hope someone can finally help me here after frustrating hours of trying to contact someone at Adobe who would just listen to my problem... We plan to buy the newest version of ColdFusion for...
View ArticleCF11 update 2 and SSRS The path of the item is not valid. If the report...
I am trying to conect to the SSRS in Native mode from CF 11 update 2 . the request from CF is http://myserver:80/ReportServer?/Reports/Account Level Mytest to...
View ArticleDestroy a cfwindow
Hi all,Given the trouble I mentioned in my "bind failed, element not found" post on 7/3, I'd like to just destroy a js-created cfwindow when it's hidden (using the onhide event), and create a new one...
View Articleunicode file upload
I have tried everything to get ColdFusion to accept a unicode filename in an uploaded file, such as 饺ぞぎゅびゃツァ 鄩.txt or unicode_♫.txt. The cffile tag rejects the file (cffile.filewassaved property always...
View ArticleIsBoolean() returning true for "123D ", but false for "123D"?
Hi, I encountered a very strange occurance where - IsBoolean("123D") returned falsewhile- IsBoolean("123D ") return true The difference in the first and example is additional spaces in the 2nd...
View ArticleShould ColdFusion tags be placed inside other tags?
Should ColdFusion <cfoutput> tags be placed inside other tags? Which of these examples is preferred? Is the other acceptable? ex. A: <cfoutput><img src="#imgurl#"></cfoutput>...
View ArticleColdFusion 9 performance problem
Hello, I have a probem with ColdFusion 9, that it is very slow.I installed it on current Debian 7 x64. As a test I will write 100 times with little text files.Here the ColdFusion 9 server needs already...
View ArticleCold Fusion 10 Updates
I am attempting to download and install about 6 different updates that showed up when I started up CF 10 Admin. My server has MS Server 2003 installed and there isn't much chance the customer will...
View ArticleBlank page
Hi everyone, every day i have to restart my server because i'm getting a blank page. Someone of you know what is causing this issue?
View Article