Executing coldfusion code contained in an SQL record.
Hi everyone, I have coldfusion code saved in a database record. When i run a query it shows me the content of the database records but it doesn't execute it .. is there any issue to execute the query...
View ArticleRe: How can I determine if the current date is between two dates?
Thank you gentlemen, for helping with this problem. I apologize for being short, long day. Duncan, your explaination really helped me to understand how datediff works. With a new sense of purpose, I...
View ArticleRe: Executing coldfusion code contained in an SQL record.
The data coming back as a string may be able to be evaluated, ie: <cfoutput> <cfset dataReturnedFromDBAsString = '<cfif 1 eq 1>Tada</cfif>' /> #evaluate( de(...
View ArticleRe: Scheduled Tasks Stop Working Suddenly
Hi Marko, Did you ever find a solution to your problem? I'm having the same problem, but am running CF on redhat linux. I too think it's something with quartz getting itself tied in knots. In my...
View ArticleRe: Arrgh! My sites are being hacked!
We have seen the "mulberry" attack too - it is a backdoor that is planted in various php and cfm templates, allowing the attacker to use your server to show adverts and do redirects etc. Do you have...
View ArticleRe: cfpdf addwatermark issue
same issue, voted https://bugbase.adobe.com/index.cfm?event=bug&id=3626704
View ArticleErrors ajp_process_callback::jk_ajp_common.c (1954): Writing to client...
Hello, we have the following configuration: S.O. : Red Hat Enterprise Linux Server release 6.5Apache : 2.2.15Coldfusion 10 Standard update 12SElinux disableIptables disableConfiguring / etc / httpd /...
View ArticleRe: Scheduled Tasks Stop Working Suddenly
No solution yet Simon. We are still running the task under the cfusion (instance manager) without any problems. It just won't run under our instance that our main application runs on.I'll follow your...
View ArticleRe: Executing coldfusion code contained in an SQL record.
Thanks! but your code as it is , is not working .. I'am using coldfusion 9 .. and need something working with coldfusion 8 as well :/
View ArticleI'm unable to install Coldfusion10 on IIS 7.5
I installed and reinstalled both the OS and ColdFusion10 several times. My default page (index.cfm in the root directory) is giving me a CF 404 Error Page with the message: The page you are trying to...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Hi Angela, Are you able to access the the site with http://mydomain.com/ and http://mydomain.com/index.cfm both? Please try adding the following information in web.config:- <configuration>...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Thanks. I wasn't able to find a web.config file anywhere on the server, so I created one in the root directory of my default web site and placed in it the information you included in your reply. I...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Can you go inside IIS, select "Content View" from the bottom and then browse to the index.cfm. Is it redirecting to jakarta/isapi_redirect.dll? If yes, then please remove the connector. Also, double...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
It doesn't appear to be. It just opens up my broswer to localhost/index.cfm. I don't see any kind of redirect on that file. Jakarta virtual directory redirects to C:\ColdFusion10\config\wsconfig\1
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
You can enable "detailed error" under Error Pages in IIS for a descriptive error message for 404. Also, can you check if the default document is set properly under IIS. Also, if it is a development...
View ArticleCfmail is inserting a blank space in front of my email body
When I send a text formatted email using CFMail, Coldfusion 10, I am seeing an extra blank space at the beginning of the message body. When I capture the .cfmail file from my spool directory, it looks...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
I enabled detailed errors in IIS, but the 404 error page I'm seeing appears to be the ColdFusion 404 error template, not the IIS error template. The default document is correct. I removed the...
View ArticleCF10 Scheduler / Quartz Delayed HTTP Requests
Problem Even though a task fires on it's shceduled runtime, the pertinent HTTP access log for the target URL show that the actual HTTP request is not until roughly 10-15 minutes later (consistantly.)...
View ArticleRe: I'm unable to install Coldfusion10 on IIS 7.5
Thanks for trying that. Can we create a test website, having a sample index.htm page. Set the default document to index.htm and see if that works. Just another quick question: Is CF10 installed in...
View ArticleRe: Cfmail is inserting a blank space in front of my email body
If your code is exactly as shown above, the issue is your code/tag formatting. Notice there is at least one space before the #EmailBody#. I'm kind of surprised you don't also have an extra CR/LF as...
View Article