Re: The following form is meant for website developer for debugging purposes
You are seeing the default CF error template as the result of an untrapped exception. You should use either the cferror tag in your application.cfm or the onerror event in your application.cfc and...
View ArticleRe: CF10 and IIS 7.5 - cfheader in 404 custom error handler not working...
Looks like the bug has been fixed, but there's no mention on how to get the update yet. https://bugbase.adobe.com/index.cfm?event=bug&id=3488063
View ArticleCF 10 64-bit ODBC Socket Data Sources
We are moving from a 32-bit environment to a 64-bit. Everything on the new server is 64-bit (OS, SQL, CF). We are using CF10 Enteprise in order to use the CF archive deployment methods to transfer over...
View ArticleRe: ColdFusion 10 intermittent "service not available"
So when looking at our development box (the machine we didn't updgrade Java on) there is no listing of Java installed, so it's using whatever CF10 installed. On our production machine I see Java 7...
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
Actually, SQL Server 2012 is not supported in CF10 yet. That post was about Windows Server 2012. But eventually SQL Server 2012 should be supported with CF10, maybe CF9, but unlikely CF8. Jason
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
Hello sivakarthikeyan, You may try setting up SQL Server 2012 with ColdFusion 8, however the same is not supported by Adobe. SQL Server 2012 is only supported with ColdFusion 10 officially....
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
My bad. I have just updated my post. Thank you 12Robot. Regards,Anit Kumar
View ArticleCF10 500 Error after changing login account
Just did a new CF10 Windows install (not my first) on a fresh 2008R2 server. Everything ran fine after the install, all of the service packs installed fine. Since it needs to deal with other servers,...
View ArticleRe: cgi.remote_user set for / but not for /index.cfm
Thanks! We consulted with a Cosign expert, and we did have a configuration issue. The fact that it was working in ASP was throwing me off. In our case, Cosign protection was not enabled in the...
View ArticleColdFusion 9.00 Email Problem
I am running a Windows Server Standard VM using VMWare with 4GB RAM and a 32 bit OS. Everything has been fine until about a week ago when emails stopped going out. My ColdFusion Email settings are:...
View ArticleRe: ColdFusion 9.00 Email Problem
If you have "Maintain connection to mail server" checked in Mail settings, try unchecking it. This will force ColdFusion to re-connect - hopefully works for you. Had to do it on one of our production...
View ArticleRe: CFFORM
Unlike standard FORM tags CFFORM supports the use of additional ColdFusion form controls, eg: <cfinput> These allow ColdFusion to generate client side code for things like mandatory text entry,...
View ArticleRe: ColdFusion 9.00 Email Problem
Thanks Peter. I tried verifying the server connection but it fails to connect. Dave
View Articlecfclasses files - What causes file size zero?
I'm a newbie so please excuse if this is a simple question. I've not found discussions that seem relevant so far though. On ColdFusion 8, at random times a file in cfclasses exists with file size is...
View Articlecfchart : display values when the chart is in HTML format (Coldfusion 10)
Hello, I use CF10 and the HTML5 type of charts : it's really great, but I encounter difficulties to display values in the charts with the datalabelstyle : this attribute seems to have no effect when...
View ArticleCF8 Failed to decrypt vendor, will result in developer license
Hello, I have a CF8 standard license. When I restarted my CF services, I just throw "A License Exception has occured." I tried to reapply the license but it do not change the CF Edition in my CF admin....
View ArticleApplication transferred too few scanlines
We have a CF9 app that uploads images then processes and resizes them. CF occasionally crashes during this process and logs the error "Application transferred too few scanlines" with nothing else....
View ArticleCFINPUT DateField
I want to access CFINPUT DateField in my JavaScript, but got page error.It works if I use text field, but not DateField <SCRIPT>function GetLink(){ var url = 'MyForm.cfm?StartDate=' +...
View Article