Re: Cold Fusion 500 Error
Thanks everyone that looked at this, and your responses, Aegis. It is working now. I have no idea why it came back up. I will do more research. Thanks again. JB
View ArticleRe: binary data in a form field gets changed
Just to let you know I have been busy looking for a suitable form-handler for multipart/form-data enctype. My research on this subject tells me there is something broken in the way ColdFusion handles...
View ArticleRe: binary data in a form field gets changed
Thank you for your help.In order not to further upset our customers, we have decided to go live with Coldfusion9.But since we sooner or later have to change to Coldfusion10, we are still very much...
View Articlecfexchangecontact with cfexchangefilter
Has anyone used the cfexchangecontact tag with the cfexchangefilter tag? According to all the docs I'm seeing the following should work to pull down all exchange contacts for a user:...
View ArticleAccessing a tab of a specific web page using
Hello, CFers! I need to access a remote page using the cfhttp. To be more specific, I need to access this page:...
View ArticleRe: Accessing a tab of a specific web page using
CFHTTP can only request a single URL; it cannot "interact" with pages or access tabbed content, unless that tabbed content has a unique URL that generates the data. In your case the tabs both call the...
View ArticleRe: cfexchangecontact with cfexchangefilter
Your problem is the trailing slash you have on your opening <cfexchangecontact> tag:<cfexchangecontact ... /> That looks to the CF server as if you're trying to do:<cfexchangecontact...
View ArticleRe: Accessing a tab of a specific web page using
That's how the page works, Tribule! I'll try the Burp proxy to check what's being submited and try to access the content that the "Poligonal" tab generates. Thanks, man!
View ArticleRe: Cold Fusion 500 Error
Ah, the dreaded "500 Error" -- simply translated, means "something broke." Check all the ColdFusion log files, usually application.log, server.log or exception.log will point you in the right...
View ArticleCold Fusion accessing SQL Server encrypted data
Hi, The current environment is Cold Fusion 9 and SQL Server 2008 R2 Enterprise. The some of the data on the SQL Server is going to be encrypted because it contains sensitive data. The data is going to...
View ArticleCFCHART, y axis in whole numbers?
I have a report I print tracking the number of events in different categories. Events are single items and never parts of items. The charts I am generating have the y axis divided in all different...
View ArticleRe: Accessing a tab of a specific web page using
Just wondering, but have you tried contacting the developer of the site to see if a publicly accessible web API that provides that functionality you're looking for is available? Could allow you a...
View ArticleRe: Accessing a tab of a specific web page using
Aegis Kleais, I have tried contacting the developer, but I got no answer from him so far. I tried something and now I can access the content that the tab shows me (with a little help of a library of...
View ArticlePDFDocException Created on Sep 12, 2006
Hi Guys, Anyone saw this error when use the cfpdf tag? I need extract a text of a pdf file, but when run the script the CF Server show me this error: PDFDocException <p/> Created on Sep 12, 2006...
View ArticleRe: 404 not found: '{sitename}/CFIDE/scriptscfformhistory.cfm'
Hi Hemant, Any update on the fix for this issue? I am currently on Coldfusion 10 Update 12 (Windows) and am still seeing this error for flash forms. Here's the details from the Firebug console: 404 Not...
View ArticleRe: Accessing a tab of a specific web page using
Coming back here, again... Here's the thing: The code I posted earlier works fine when the #urlDestino# is already set as in<cfset urlDestino =...
View ArticleRe: PDFDocException Created on Sep 12, 2006
It might help us diagnose the problem if you include the code that's causing the error in your question.
View ArticleRe: Accessing a tab of a specific web page using
Using regular expressions to parse out strings is not a good solution long-term, since the developer may change the code on the server and your code will break. Those tabs show different content...
View ArticleRe: Cold Fusion 500 Error
In CF Administrator, have you disabled the checkbox for [x] Enable HTTP status codes? If it is enabled, you will see Error 500 for all ColdFusion errors. If you disable it, you will see the actual...
View ArticleRe: Cold Fusion 500 Error
Thanks Fernis. I will make sure this is unchecked in the future. That being said, the weird thing is that CF thought it was running! I suppose because the errors were eminating from jRun and not CF....
View Article