ColdFusion 7 Download Links Missing on Adobe Support
Hi,Several 7.0.2 links are broken for downloads on http://www.adobe.com/support/security/bulletins/apsb09-12.htmlTry the "CVE-2009-1872 and CVE-2009-1877 Hotfix for ColdFusion 7.0.2" link. :-(Any...
View Articlehow to create an txt file from a dynamic cfm page.
I need to recreate the .htaccess file whenever the page structure changes. I have wrapped the cf code with cfsavecontent, then write the cfsavecontent variable using cffile. The results produce a file...
View ArticleColdfusion – detecting Flash vs HTML5
Hi all – I have a dumb question – I’m not the worlds best scripter… I’ve got a ColdFusion page, with an element in it that is either flash, or HTML5. I need a way to detect what is happening...
View ArticleIs it possible to embed a verity search within a database search?
I need to be able to use a keyword entered by a user to do a full text search of a collection and then limit the outpout by parameters in a database.
View ArticleIs it possible to embed ActiveMQ in CF10's Tomcat?
According to http://activemq.apache.org/tomcat.html it is possible to "Manually integrating Tomcat and ActiveMQ". Since CF10 uses Tomcat, is it possible to embed ActiveMQ in CF10? I use standard...
View ArticleHow to restart ColdFusion 10 programatically
Hi, Does anyone have the code (CFSCRIPT/CFML) to restart a CF10 instance? The code that worked for us in CF 7 and 8 no longer works on v10. Regards,Mark
View Article.net 4.5 support
Anyone know if the .net integration will get upgraded to support .net framework 4.5? Tried it out after upgrading to .net 4.5 and get the error "incorrect response header" thrown from...
View ArticleRedirecting an entire folder w/IIS 7.5 and CF10
I know that in past versions of CF and IIS, I've been able to redirect an entire folder such that 404 request to www.domain.edu/folder/filename.cfm would simply redirect. However now it seems like if...
View ArticleColdfusion 10 Case Sensitive URLs?!?
I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images. It appears that, after over a decade of "test.html" being...
View ArticleInvalid number (01722) in Oracle 10g
Hello, everyone, I have an Oracle 10g database, and in it is a table where the first column is a VARCHAR 36 and contains Oracle generated UIDs. I am trying to run a SELECT query that gets a...
View Articlecfquery select 400000 records
Under windows XP, and Coldfusion 8,I have problem to select all the Access database records, more than 400 000 records.The Access file is of around 200 Mbytes. I get a Java message, out of memory The...
View ArticleHow can I generate data when the link is click on?
i have written a stackoverflow question , would like some input if you have any , thanks, i would like to stay away from using jquery...
View ArticleProblem getting CF8 administrator to work on windows 2008 server
When I create a file helloworld.cfm in root folder and browse to http://localhost/helloworld.cfm, it renders cfoutput fine <cfoutput>#now()#</cfoutput> shows the correct date and time. But,...
View ArticleExcluding CF and Js Commenting tags
I am counting the number of lines on code in .cfm pages. But i want to exclude the lines between the CF and Javascript commenting tags while doing this. I tried replacing the lines in between the...
View ArticleCF9/10: Change file attributes
Hello, everyone, Is there a way to change the attributes of a .txt file that already exists? For example: I use CFFILE to write a .txt file that is blank, and supply the "readOnly" attribute. Later,...
View ArticleProblem running a Cfloop in a Cfoutput
So I am trying to set up a table to have a set of rows repeated based on a variable set up in a separate location. So I have table output being generated from a cfoutput of the query, then in the...
View ArticleLogging logs
Hello, In coldfusion there is error and information log types.In developer server i want to log both log type and in production server i want to log only error type log.so is it possible??If yes the how?
View ArticleFlexTestDrive-Unable to invoke CFC - Error Executing Database Query Java...
Hi,I just started ramping on Flex and CF. I was working through the FlexTestDrive but am getting stuck at the same place on two different machines using WinXP, IE8, CF9 and FB 4.5 on a laptop and...
View ArticleDreamweaver CC not prompting to put dependent files when uploading ColdFusion...
I just 'upgraded' (if you consider DW CC an upgrade) from CS6 to CC, and am having problems with .cfm files. I have followed all the instructions to get DW CC to open and edit .cfm files..... and it...
View Articlehow can i generate a new static link/file?
Im trying to figure out how to approch a problem. what I want to do is generate a new file/link, maybe using 'cffile' or any other way.Right now i have cse_newsletter.cfm , that looks like this(kind...
View Article