Re: Anonymous Logon error in CF Admin in development
@Mike, When configuring a ColdFusion SQL Server data source, if you don't specify a username and password, ColdFusion will attempt to authenticate to the database using the credentials of the account...
View ArticleProblem with Cold Fusion 9.02 on Suse Linux restarting automatically
Hi I have 3 Cold Fusion servers that are starting automatically without any scheduled task or cron job. 1. They are all VM's.2. They are running Suse Linux 113. They are running Apache 2.2.124....
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
Can you add throwonerror=false to the cfhttp tag, and then cfdump the #result# variable - there is probably some more info in the http response besides the 500 internal server error that might help you...
View ArticleRe: CFINPUT DateField
I put <!DOCTYPE html> on the first line of the cfm file, but it is still same that the upper date picker goes behind lower date picker.I might need to check orther configuration, Thanks again...
View Articleclient side and server side code on the same form
I have CFINPUT text on the form and the form shows the control on the form when I use preview browser.As long as I have CF tag which is server side code the controls do not show on the form.I thinkg I...
View ArticleRe: email notifications
Refer to CF docs. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-7c15.html You use cfmailparam with attribute file. See the code in Example 1.
View ArticleRe: ColdFusion.Ajax.submitForm no longer works in IE10? any solutions
IE10 is a failed product. Many sites do not work properly under IE10 even with different mode. In fact, I've just installed IE10 and went back to IE9. In any case, try to implement using jQuery instead...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Sad to report. Yesterday happened again. Almost month and a half.
View ArticleRe: CFINPUT DateField
You might want to use jQuery UI - date picker to substitute cfinput - datefield. It's more reliable and should be compatible to IE10.
View ArticleRe: CF 8 Display Tag Error with HOTFIX
You might want to undo the hotfix and see if that fixes the problem. If so, then the hotfix was not installed properly.
View ArticleRe: client side and server side code on the same form
Is the form action attribute pointing to a different file or the same file? If it is different then you may not see the controls because it refers to a different file (action file). If it is the same...
View ArticleRe: cfhttp post to AWS S3 works in CF9 but fails in CF10
FWIW, why don't you use native API for S3 in CF9/10? Works like a charm.
View ArticleAny documentation available on ServiceFactory objects?
Hello, I just wonder, how to know which arguments it expects if you dump ex. the cronservice?since these arguments changed from cf8 to cf10 ex. before you could start a task via the ServiceFactory...
View ArticleRe: client side and server side code on the same form
Thanks for your information and helping, I have typo on SQL statement.Thanks again for helping, Regards, Iccsi
View ArticleRe: CFINPUT DateField
Thanks for helping and informaiton,Dreamweaver's JQuery controls are for mobile device.Can you please advise the link to get JQuery control for date field? Thanks again for helping, Regards, Iccsi
View ArticleRe: C:\ColdFusion9\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\
My file applicationHost.config does not have the tags :<security> <requestFiltering> Why, should I have to create them before inserting the <denyUrlSequences> Thanks for answer.I...
View ArticleRe: CFINPUT DateField
http://jqueryui.com/datepicker/ On the page, there is a demo; and when you click on "view source" link at the bottom of the demo box, you will see the demo code. On the right-hand side, there is a menu...
View ArticleRe: cffile MIME types
Stephen, just to clarify, you're saying that Open Office was installed on the ColdFusion server (not the client system)? I was seeing the same issue, and allowing application/x-tika-msoffice and...
View ArticleCF 8 vulnerability support
Are security vulnerability patches being made available to CF 8.xx license holders until the 31 July 14 "End of Life" schedule on the ADOBE product matrix?
View ArticleRe: CF10 CFFTP listDir
Any word on this? I'm having the same problem. I can connect to a filezilla server and see that both coldfusion and ftp from a command prompt will translate the listdir and dir commands as a LIST...
View Article