Re: CKeditor and cfm
Hi all, I think that I may have cracked it! As soon as I started checking on the security side of things and paramatised the variables it worked. I've left the thread up so that it may be of use to...
View ArticleHow can I check if a https:// URL exists with cfhttp?
Hello, I have some code that can be used to check if a URL exists where arguments.u is a full URL (http://www.google.com/ for example) - from this I can determine if a URL exists or not as part of a...
View ArticleRe: How can I check if a https:// URL exists with cfhttp?
I/O Exception: peer not authenticated usually means you are having a SSL certificate failure. This can be that the url domain name does not match the certificate or the certificate root and/or...
View ArticleRe: CKeditor and cfm
You beat me to the punch. cfqueryparam is your friend. Always use it.
View ArticleRe: How can I check if a https:// URL exists with cfhttp?
I've run into this and the scenario is as Steve explained. Short of shelling out to curl, which has an option to ignore certificate errors, I never found a good CF solution. There used to be a custom...
View ArticleProblems upgrading ver 9 developer to ver 10 standard edition.
We upgraded ColdFusion ver 9 Developer Edition to ColdFusion ver 10 Standard Edition. The CF Administrator reports that it is running Coldfusion 10 Standard edition and the correct serial number, but...
View ArticleRe: Problems upgrading ver 9 developer to ver 10 standard edition.
Hi Smack1, We apologize for the inconvenience caused to you. If you face the similar again, please verify the serial number in license.properties at \ColdFusion10\cfusion\lib\ Regards,Anit Kumar
View ArticleRe: Can we extract data from digitally signed pdf using coldfusion?
I found 2 solutions. 1. we can extract by using <cfpdfform action="read">. This tag is available CF9 and above and also it is not supported by railo. 2. We can extract by using builtin itext...
View ArticleRe: How can I check if a https:// URL exists with cfhttp?
@Steve Sommers:The code will be dynamic based on the URLs that are stored in the content - which we won't know until the content has been entered, and even then the content will change every week so...
View ArticleJSON.parse: unexpected non-whitespace character after JSON data
I am having problem using cold fusion and jquery.ajax it will throw error JSON.parse: unexpected non-whitespace character after JSON data this is the response in firebug {"EMPCODE":"E-00001"} child.cfm...
View ArticleRe: How can I check if a https:// URL exists with cfhttp?
As Steve and Reed have pointed out, it is indeed a well-known problem. Two examples reported in this forum http://forums.adobe.com/thread/1203444http://forums.adobe.com/message/4246821#4246821...
View ArticleRe: get cfgrid to stop rounding numbers, need 2 decimal places
Fernis thank you for the reply. I have made sure that the number is coming out of the query in the correct format (999.99), two places after the decimal. I have removed "type=numeric" from the...
View ArticleRe: com.sun.mail.smtp.SMTPSendFailedException: [EOF]
I am having the exact same issue. I have not been able to identify the cause. The only thing I can add in my case is it seems to happen at certain times of the day when our mail firewall spam filter is...
View ArticleRe: com.sun.mail.smtp.SMTPSendFailedException: [EOF]
We tracked this down to some update after update 9 or 10. We wound up re-installing CF completely and only applying the mandatory update. Mail has been running smoothly since then. We'll be holding off...
View ArticleRe: JSON.parse: unexpected non-whitespace character after JSON data
The JSON fragment you provided looks OK, but I'm guessing that something else is at play here. Is that all that you see in Firebug? Is there stuff further down the console if you scroll? Do you have...
View ArticleWill ColdFusion 10 Standard Edition run on Windows Server 12?
The tech specs do lot list this OS (http://www.adobe.com/products/coldfusion-standard/tech-specs.html) but it is liseted on the Enterprise Edition specs...
View ArticleRe: Translation of Variable Output From CFQUERY
I spoke too soon. This worked in one case, but not in the following case: I'm not highly technical, and this is probably something simple, but here is my dilemma, in a slightly different setting where...
View Article