Re: Administrator API
timeout = "23", interval = 6 These two properties do not work for some reason. If you provide them when creating a MSSQL DSN, they are ignored. If left out, they default to 20 and 7...
View ArticleHow to select a DSN in CF10 Admin API?
Hi, I am trying to use the Admin API to make CF use a particular DSN. What method is used for this? Is it UPDATEODBCSERVERDSN() or something else? If the DSN is selected, will the server instance...
View ArticleRe: cfpdf addwatermark issue
I am having the same issue. Appears to be a bug that appeared either in ColdFusion 9 or 10. The alpha channel of an ARGB image is getting lost and replaced with black when trying to use cfpdf...
View ArticleRe: Site Documentation
I wasn't in need fo a full cms, so I used tinymce wysiwyg editor to create the docs. It worked great. Very happy with it. Thanks for the help!
View ArticleRe: moble site architecture
I solved this issue by adding another application.cfc in the mobile directory: <cfcomponent extends="intranet.Application"> <cfset this.name="mobile" > <cffunction name =...
View ArticleRe: Coldfusion 9 jnbridge\uninstaller.jar - backdoor.msil.p found
Yes, the same is already verified by the Adobe Product Security Incident Response Team as false positive. Further, if you have any security concerns, please send all the details to psirt@adobe.com...
View Articleuser message after POST
I have a POST form and action to itself lie following: <cfform name="Indexform" method="post" action="index.cfm"> I want to give user complete message when POST complete and show error message...
View ArticleRe: CFIDE/scripts/masks.js Compromised
It might fix your immediate problem but you will still need to allow anonymous access to the /cfide/scripts directory. To me this route would just open up another attack vector for a would be evil...
View ArticleRe: ColdFusion 10 with windows authentication
I found a way to fix this. 1st, I saw this http://forums.adobe.com/thread/1031711Didn't fix my problem, but might be a factor. I'm not going to reverse this now that I have it working. What I did is...
View Articleneed help with legacy application.cfm Getting 500-internal server error (with...
We bought CF-10 standard edition and pulled legacy .cfm over. When we try to open it in a browser, I get a 500 - internal server error.When I rename my application.cfm and open the browser, my legacy...
View ArticleRe: need help with legacy application.cfm Getting 500-internal server error...
Hello sqlgirl, Thank you for your post. The error 500 is a generic error thrown by IIS. IIS received the request; however, an internal error occurred during the processing of the request. The root...
View ArticleRe: need help with legacy application.cfm Getting 500-internal server error...
Thank-you for the quick reply. I hope this fixes the error.
View ArticleRe: jqGrid Server side
Thanks for the message,It seems data issue, because it works after I play and delete data.is the augument.str the string cffcuntionto send back calling function?you code should be in the cffunction....
View ArticleRe: user message after POST
I tried to use onSuccess event on cfform, but it does not trigger the onSuccess event, even I have the code in div tag.It looks like the only solutoin to use jQuery.ajax to do thise, since it has...
View ArticleRe: CFIDE/scripts/masks.js Compromised
Steve, thanks for the reply. Can anonymous access rights still be granted to CFIDE but with authentication enabled? Does putting authentication on CFIDE cause any problems?
View ArticleRe: CF 10 errors show Error 500 instead of normal error message
Anit, in IIS8 there is an ISAPI Filters section. For our site it lists "tomcat" and a path to C:\ColdFusion10\cfusion\wsconfig\1\isapi_redirect.dll but there is no delete button. How do we delete the...
View ArticleRe: Getting browser / version from cgi.http_user_agent
Hi All, I have managed to find a function that strips out the irrelecant information from the cgi.http_user_agent and displays the information like so... MSIE 9.0 MSIE 9.0 MSIE 10.0 Chrome...
View ArticleRe: Unexpected characters found in locale in log files
Anyone?? Adobe, are you out there?
View ArticleRe: Unexpected characters found in locale in log files
Yep, they are "out there", but they are not - as a rule - "in here". If you specifically want a response from Adobe, you need to raise a support ticket with them. Whilst occasionally an Adobe person...
View ArticleRe: CF 10 errors show Error 500 instead of normal error message
If you previously had no issue, i.e., you would see the ColdFusion error message and stack trace, not the generic IIS screen, and then all of the sudden the generic IIS 500 error started showing, my...
View Article