Re: Cfmail is inserting a blank space in front of my email body
Steve, thanks for the quick response. I have tried that, even putting that whole code segment on a single line with no spaces outside of a tag. . It turns out that if you put a literal string in for...
View ArticleRe: Executing coldfusion code contained in an SQL record.
I don't think you need the de() wrapper. Myself, I would reevaluate this logic entirely as it looks very suseptible to abuse (meaning, a hacker could do serious damage if you're not VERY careful).
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
You're welcome! Thanks for helping. The server settings in CF Admin show the following: Java VM Name Java HotSpot(TM) 64-Bit Server VM. It's a 64 bit server. I set up a default.htm page with the...
View ArticleRe: Cfmail is inserting a blank space in front of my email body
While ugly, I'm certain the following will work: <cfmailto = "#Attributes.To#"from = "#Attributes.From#"cc = "#Attributes.CC#"bcc = "#Attributes.BCC#"replyTo = "#Attributes.Reply_To#"subject =...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
I think, we figured it out. Can you navigate to App pool settings and select the App pool. Under the advance settings, change the "Enable 32-bit Applications" to False, as your CF is running in 64-bit...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
I did all this, and I'm still getting a 404 error when I browse to IP Address/index.cfm or just IP Address. When I browse to default.htm, I get the a page that's coded with non-functioning coldfusion...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
After changing the advanced settings, we need to restart the App pool followed by restarting IIS. Can you try again. Also, can you browse to the pages, from within IIS? Regards,Anit Kumar
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
I did this, and I'm still getting that 404 error message.
View ArticleRe: Cfmail is inserting a blank space in front of my email body
Awesome, that works. I vaguely recall seeing that <cfif> quirk at some time years ago it was so far back that it didn't even occur to me this time. I did try something a little different and put...
View ArticleRe: Executing coldfusion code contained in an SQL record.
@Steve- I agree with how bad a practice this is, however, you do need the de(), otherwise you'll get an error along the lines of: Invalid CFML Construct on the first '<' character. @Sahben1- I had a...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
As per our discussion, the 404 error was due to "Secure Profiling ". Changed the Missing Template Handler and Site-wide Error Handler. The error showed up porperly. Issue seems to be specific to the...
View ArticleRe: Errors ajp_process_callback::jk_ajp_common.c (1954): Writing to client...
Not my particular environment Linux Apache however the way I read the mod_jk log content is very similar or same as this other thread and detail in isapi_redirect log on Windows IIS environment....
View ArticleWhere is the ColdFusion support?
I have been trying to edit existing ColdFusion files now that I am signed up to Creative Cloud. Dreamweaver CC has had all ColdFusion support removed. Even opening a ColdFusion file is annoying. I can...
View ArticleRe: HomeSite crashing on Windows 8
Hello Pete, I have the same problem - everything went smooth under Windows 7, but under Windows 8.1 (completely new installation) HomeSite+ is crashing every 10 minutes to 10+ hours. Mostly it is in...
View ArticleRe: Cfmail is inserting a blank space in front of my email body
This article might help you:http://duncan99.wordpress.com/2009/01/15/cfmail-whitespace-trick/ In short this might strip out that leading whitespace for you:<cfmail to = "#Attributes.To#" from...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Yes, it does. I reinstalled ColdFusion using the "non-secure" mode and it still will not run on websites in anything other than my c: drive. At first, it gave me the 404 file not found (CF) error....
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Could you please delete all the log files, restart the server and provide us the errors that you see in exception.log file? Regards,Anit Kumar
View ArticleRe: Cfmail is inserting a blank space in front of my email body
Thanks, Duncan. I had seen and tried that trick but no luck. It appears that if the body of the email is a string literal or even just starts with one (or from your example, includes one between...
View Article