Encrypting/Decrypting
Hi. What can you encrypt Coldfusion in? Like, to work on HTML but nobody can see the code when you realise it. This is some of it(Encryped) [code] – $class$coldfusion$tagext$sql$QueryTag...
View ArticleJVM Path - Error loading jvm.dll
I am performing a new installation on the following:Windows 2008 R2 service pack 1CF Enterprise 9.0.2Single Web Server installation using IISSQL Server I am getting an 'Error loading: C:\Program...
View Articleshopping cart
Hi everyone. I have this one page on our site that we would like for customers to order some parts from. It is separate from our current database on our site and there really are no part...
View ArticleCF7 IIS 7: getting 500 - internal error instead of cf error output - but not...
Hi all: After a lot of tweaking, I got CF7 running on Win 2008 / IIS 7.I am now migrating apps from Win 2003 / IIS 6. However, one problem I can't solve is that when I access a page over the Internet,...
View ArticleColdFusion 10 intermittent "service not available"
Have been programming over 30 years and CF in its various forms since 1998, but have to say this upgrade is NOT straightforward and after 3 very frustrating days I've finally reverted to CF9. CF10...
View ArticleHow do I use sub reports in ColdFusion Report Builder 10
lets say I use the first report to create a cover page, and now I want to in to the Query Builder a sub-report.This section will handle the next report...is that not correct?
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleDreamweaver CC Coldfusion 10 extension?
Hi I'm on the road trying to configure Dreamweaver CC for a CF10 project on my laptop. Back in my office on my server i have DWCC configured using the CF10 extensions and I remember that I used an...
View ArticleCF11 is crashing ( application pool suffered a fatal communication error with...
I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is...
View ArticleHow to loop through two queries at the same time?
Hello everyone, I have two queries qryCustomer and qryStore. I have to loop through both at the same time. I tried to do this but that gave me duplicates. <cfloop query="qryCustomer">...
View ArticlePass ColdFusion variable to the JavaScript window
Hi everyone, I have a java script window that is will open when user click on the link, my problem is that how I can pass a ColdFusion variable to the window. I am using ColdFusion 7 so I can not use...
View ArticleVariables scope variable suddenly not working
Hello, all, Can anyone suggest reasons as to why, after 8 months of working fine, a variable set specifically in the VARIABLES scope would suddenly stop working? In my Application.cfc file, within the...
View ArticleSession count not accurate
When running this code: <cfset sessionTracker = createObject("java","coldfusion.runtime.SessionTracker")><cfset sessionCount = sessionTracker.getSessionCount()> My total session count it...
View ArticleCode Snippets/Query Builder
In CF Report Builder 10...lets say I make my first page in the 'builder' and it's a cover page. Contains a Report Header, a Page Footer, a bunch of labels and a .gif image.Now I'd like to test that, so...
View ArticleHow to Set up HTTPOnly and SECURE FLAG for session cookies
Hi All, To fix some vulnerability issues (found in the ethical hacking , penetration testing) I need to set up the session cookies (CFID , CFTOKEN , JSESSIONID) with "HTTPOnly" (so not to access by...
View ArticleUsing lightroom and photoshop on windows phone?
I am trialling Lightroom /Photoshop on my desktop (Win 10). I also have a netbook (win 10) and windows phone (currently 8.1 but will update to 10 when available) - will it work on these?
View ArticleSearch string triggers: error executing query
I just had my site scanned and I noticed some strange errors that were triggered. When my scanner supplied the following search text (minus the quotes):...
View ArticleCF 10 continues to crash on Windows 2008 R2 64 bit
I have had CF 10 running on my VM for about a week now. The VM is Windows 2008 Enterprise, 64 bit. CF 10 is 64 bit. The error that I keep getting is: Service Temporary Unavailable!The server is...
View ArticleFlash Remoting not working in CF 10
We've been using Flash Remoting for years and now, while testing CF 10 on a development server, find that it no longer works. In particular, I get a 404 error when trying to access https://{ip...
View Article