Re: cfprocessingdirective pageencoding also not working
can u pls elaborate little more on how to go about it ?
View ArticleRe: cfprocessingdirective pageencoding also not working
There are plenty of docs out there on how to use <cfheader> and CF's spreadsheet functions. I'm not gonna write your code for you. However if you write some code and have issues, and post back...
View ArticleRe: cfprocessingdirective pageencoding also not working
The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request A tag starting with...
View ArticleRe: cfprocessingdirective pageencoding also not working
Come on, help yourself a bit here. Just because you've asked for help on a forum doesn't mean you can then switch-off your brain and do no troubleshooting at all yourself. Did you read the docs for...
View ArticleRe: CFGRID does not show data (CF9.0)
No, I do not know ?I did not do CFIDE lockdown.I just made a copy of the application.cfm in CFIDE/administrator andand put an application.cfm with CFABORT.I put back the right application.cfm when I...
View ArticleDreamweaver instrospection auto-complete
Hi, I know I could use instrospection in Dreamweaver to see a list of a CFC's methods. Is there a way to incorporate this list into the auto-complete functionality? For instance, after I instantiate...
View Articleiis7 URL redirected cfm page does not load well / connection reset
I am using IIS7.5 and Coldfusion 10 update 10. Furthermore i configured IIS to execute a cfm page when a file is not found (404).This CFM page then will show an custom error. It looks like the page...
View ArticleRe: Error in Scheduled Task in CF 10 Standard Edi.
Hi, Can you please test this in your Dev server first, as you're already in update 9 just recreate the connector and run the schedule task. Regards,Priyank
View ArticleRe: Error in Scheduled Task in CF 10 Standard Edi.
Hi Priyank.What do you mean by recereating the connector?
View ArticleRe: Error in Scheduled Task in CF 10 Standard Edi.
This issue was fixed in update 1, so if you can run the utlity which is in ColdFusion10\cfusion\runtime\bin\wsconfig.exe, that will help you to re-create the connector with IIS. Make sure you run this...
View ArticleGetting "401 Unauthorized" status code while calling SSRS 2008
Hi, I am getting this response while calling report server service hosted in other machine where as i got success response if i call SSRS sever hosted in my local: This is the code i am using:...
View ArticleRe: CF10 install on win2k8 with Plesk - websites won't resolve
Hi Chad, I guess if there is any permission issue then you will get Access denied when accessing the Application page, however if you can enable the robust debugging so you can check the complete error...
View ArticleMail being sent by CFMAIL blocked by some ISPs
I have written an app for a client which sends emails as part of confirmation. We have noticed that some domains will block the email ie btinternet.com email addresses will block the emails. However,...
View ArticleRe: No errors on cfm page except for "500 - Internal server error"
Hello aghanchi, Thank you for your post. You can enable detailed error message at IIS level (If you are using IIS then) as well. Try the following:-Internet Information Services (IIS) Manager —>...
View ArticleInclude fragments of html files from another website into a coldfusion web...
Hi Is there way to include fragments of html files from external website/domain into a coldfusion web page. Currently, we run CF8 version but, if required upgrade to CF10. Thank you in advance
View Articlereport builder TfrmconfiguredHSDRS error
I am getting an error when I try to create a RDS Server on my laptop version of report builder. The error is in a pop up window and says: Object: TfrmconfiguredHSDRS Exception: List index out of...
View ArticleRe: No errors on cfm page except for "500 - Internal server error"
Anit, thanks for the response. I didn't verify it, but am sure it should work. Thanks again!
View ArticleRe: The current user is not authorized to invoke this method. in CF10
HI,Resolved the issue by installing CF latest pathces.Regards,Phani
View ArticleRe: Can anyone explain what is happening in this example?
Seems fine for me, using CF 9 Enterprise on Windows 7. You may want to try setting the encoding part of the string to a variable. Or prepending that to the XML string afterwards, something like that.
View ArticleRe: Include fragments of html files from another website into a coldfusion...
You could use <cfhttp> to do a request to that other website, getting its content into a string that you can then output to your page. Unless you're calling some sort of API which only returns...
View Article