Re: xmlParse errror - Premature end of file
I'm not sure where or why the GetHTTPRequestData() layer? Are you sending the request from the prior code to another server via an xml POST? If this layer is required and you are sending it via a POST,...
View ArticleRe: xmlParse errror - Premature end of file
Thanks Steve , I have to grab the response sent after the reader finishes reading my file , even if the read fails , like in the xml data above. It polls the file first , if there is an order it...
View ArticleRe: Coldfusion not outputting the entire page, cuts off output
Mostly it would be due to network security reason that may not allow to write/process complete file. If this issue specific to any browser then browser javascript improper settings can throw this issue.
View ArticleError starting Coldfusion10 - MessageDigest SHA1 implementation not found
Hi, we have a server running WebSphere 7.0.0.31 and Coldfusion 10, it was working fine with WebSphere version 7.0.0.23, but since we did the update, the application does not start up, not even the...
View ArticleRe: binary data in a form field gets changed
Please follow the bugbase link I've given and vote for the bug report. Let us hope it will get Adobe to pay more attention to the issue. In the meantime, I am looking for a work-around.
View ArticleRe: binary data in a form field gets changed
@ BKBK:Thanks a lot, we really appreciate your help.
View ArticleComplex object types are getting up my nose. Have a look...
So, you do the research on how to get a CFGRID to update via SQL update because there isn't much control in the CFGRIDUPDATE function. You follow the online assistance and still get: Complex object...
View ArticleRe: Complex object types are getting up my nose. Have a look...
Strike that, cancel it. I forgot the [i] in the code. Thanks for looking though, have an irie day.
View ArticleHow do you get https (ssl) to work with CF10 on Windows server 2012?
I downloaded the latest CF10 installer from Adobe. Installed it on Windows Server 2012 and it works fine for regular port 80 web traffic. But, I get a connection error when I try to use https (port...
View ArticleJSON data limit to coldfusion Server from JQuery Ajax call
We have been using coldfusion 10 Server and developing applications with YUI tables, JQuery And Coldfusion components. We have been facing issues when we try to submit a big chunk of Json data to...
View ArticleRe: How do you get https (ssl) to work with CF10 on Windows server 2012?
If you already has installed the SSL certificate and enabled the SSL on the site, check the windows firewall or antivirus.
View ArticleRe: How do you get https (ssl) to work with CF10 on Windows server 2012?
Thank you for your reply, but I still have the problem with Firewall and AntiVirus turned off.
View ArticleVerifying and Decoding a Signed Request
hello all. we created an HTML5 coldfusion powered application that is serving as a canvas application within our Salesforce.com instance. According to the Salesforce.com instructions I need to do the...
View ArticleAccessing CFDocumentItem Variables
Hi all, I am at a loss how to access a variable that's set inside of a cfdocumentitem tag. The reason I'm doing this is that a client of mine is wanting to print invoices in their browser but they are...
View ArticleRe: How do you get https (ssl) to work with CF10 on Windows server 2012?
I would call your hosting company and check if they have a hardware firewall running. Maybe they have port 443 blocked on that device.
View ArticleI am using Cold Fusion 10,0,9,284568 which was installed as part of a...
I am using Cold Fusion 10,0,9,284568 which was installed as part of a software package purchased from a third party called Sunapsis. This software prepares mass email messages to be sent to our...
View ArticleRe: Any fixes to the buggy PDF conversion in Coldfusion 9?
No help from Adobe I guess, perhaps ColdFusion is a dying platform. I ended up using the freeware tool phantomJS which produces better quality PDF's than CFDocument
View ArticleA Pseudo-Constructor Safe Config
So here's the deal. I have a Config object. It is passed a path to an XML file, and upon init, it processes all the XML and creates variables needed so that in the end you can make calls to it like...
View ArticleRe: How do you get https (ssl) to work with CF10 on Windows server 2012?
To test this firewall idea further, I created a virtual directory in IIS and then dropped in some working dot net code. It works fine as a https connection from my desktop.
View ArticleRe: How to upgrade CF9 ( Linux - RHEL 6.0 ) to CF 10?
Install CF10 as a new install. The first time you connect to http://hostname/CFIDE/adminisatrator, it will prompt you to run the migration script. The migration script should copy over the neo*.xml...
View Article