The official community for ColdFusion.
Recently active
I installed the Microsoft Visual Studio Foundation Server plug-in ( Microsoft Visual Studio Team Foundation Server plug-in for Eclipse10.0.0.201003261741com.microsoft.tfs.client.eclipse.feature.feature.groupMicrosoft)I'm running windows 7 Enterprise Service Pack 1 64-bit. The CFBuilder version is shown in the image below.and now want to install a different full version of the plug-in but cannot do that without uninstalling this one first. However, I have been unable to Uninstall the plug-in no matter what I have tried. The "easy" way using the uninstall button is not available to ( see image below). I have tried numerous suggestions for manual uninstall but the plug-in will not go away, and thus prevents me from installing the newer version. Upgrading is not allowed. I have been using "Run As Administrator" etc to make sure I have adequate permissions.At this point I am feeling stumped and may just have to uninstall CFBuilder and start over unless someone can suggest something ne
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 WinXP, IE8, CF10 and FB4.5 on a desktop.Up to the point where I am adding data to the db provided by Adobe everything works fine.Module 2 - Add DataI get an error popup that says:Unable to invoke CFC - Error Executing Database Query.Java exception: 'Negative position: java.lang.IllegalArgumentException'.Has anybody reached that position and had this issue.Couldn't find anything similar on the forums or on Google.Thanks.
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 cfoutput tag, I have a cfloop statement with the <td>s for the columns that I need repeated based on my variable. The problem I am experiencing is that the loop, instead of running from 1 to x (even when I hard coded the to = "2") is running per row the number of records in the cfoutput query in a decremental fashion, if my query has 11 rows, I get 11 loops the first run, then 10, then nine and so on. Has anyone experienced this before? Here is the code, working with CF 9 on SQL Server 2012:<cfoutput query="getNCDs"> <tr> <td class="ins_grid_data">#getNCDs.ncdId#</td> <cfloop from="1" to="2" index="y" > &n
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 memoryThe PC has only 1Go of RAM memory,If I upgrade the memory to 2Go, does this should help ?Thanks for help.
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, when I go to the CF Administrator and enter the password for the initial setup, I keep getting the following error. Anyone have any idea how to fix it? I have checked permission everything seems fine. If there is no solution, then I am thinking of upgrading to CF 10. If I buy and upgrade from CF8 to CF10, can I do a fresh install on a new 2008 server, or do i need to have CF8 installed correctly first? Server Error500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.500 ROOT CAUSE: java.lang.IllegalArgumentException at coldfusion.filter.FormScope.parseQueryString(FormScope.java:321) at coldfusion.filter.FormScope.parsePostData(FormScope.java:293) at coldfusion.filter.FormScope.fillForm(FormScope.java:243) at coldfusion.filter.Fus
i have written a stackoverflow question , would like some input if you have any , thanks, i would like to stay away from using jquery http://stackoverflow.com/questions/23143436/how-can-i-generate-data-when-the-link-is-click-on/23143813?noredirect=1#23143813
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 the request is for a CFM, IIS ignores this, and hands it off to ColdFusion's 404 template, completely bypassing the redirect directive in the web.config for a given directory. This is creating more 404's than previously because we had actually successfully managed them using folder redirects in the IIS admin tool.I wonder if others have suggestions on how to handle. I know that another way is simply to "sniff" for the 404 path that is passed to the CF 404 template. That's proved to be challenging as well, since the latest version of CF doesn't seem to carry through that query string/referer to the 404 page.I'd rather handle it all in IIS and I wonder if anyone has successfully done this with CF 10 and IIS 7.5 or 8.0?Thank you!Chuck Wyatt
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 corresponding (date 19) where the UID = '{ a 36 character long UID}'. I am getting the ORA-01722 invalid number error message. SELECT s.ENTERED_DATEFROM dsp.status sWHERE s.UID = '4a29d12025012995c231f18eb7704009'I've tried using TO_CHAR() and CAST() to no avail. What am I missing? V/r, ^_^
We are upgrading from coldfusion 8 to 10. Internally we were using java function to to get the data. In java function we have a resultset object, if we assign this resultset value to Querytable variable, we are getting below error. This code was working fine in coldfusion 8. Detail This exception is usually caused by service startup failure. Check your server configuration. Message The Runtime service is not available. StackTrace coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Runtime service is not available. at coldfusion.server.ServiceFactory.getRuntimeService(ServiceFactory.java:117) at coldfusion.runtime.RequestMonitor.<clinit>(RequestMonitor.java:14) at coldfusion.sql.QueryTable.populate(QueryTable.java:358) at coldfusion.sql.QueryTable.populate(QueryTable.java:283) at coldfusion.sql.QueryTable.<init>(QueryTable.java:96) at com.myCompany.myClass.myFunct(myClass.java:627) at Here is t
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 edition.Thanks you!
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.
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
I'm trying to write a webm dataURL to a file using CFFILE. Do I use ToBase64 first and pass it to CFFILE output? I tried this but the resulting video file won't play. It has a file size but won't play. I'm using Ajax to send the dataURL string to my ctc function. How do I write a video to a file? The dataURL mime type is webm.<cfset vid64=#ToBase64(arguments.dataUrl)#><cffile action="write" output="#vid64#" file="#videopath#\#videoString#"> ThanksDon
I have a CF 10 report with an Excel Output format. One of my columns needs to stretch. When I set the Fromatting "Stretch with Over to True" and the Print Control "Position Type" to Floating and the "Stretch Type to Relative to Band Height" for all the fields on my detail I get an exxtra line in my excel output when there is an overflow condition. I am including an image of the output.What am I missing?Thanks
What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks
Can anybody help tell me how to delete a ftp connection or at least edit it in Thunder Beta?Thanks
How do I configure ColdFusion5 to use J2EE session identifiers of CF_ID and CF_TOKEN? I have instructions on how to do this on ColdFusion9 from http://helpx.adobe.com/coldfusion/kb/predictable-cookie-session-ids-reported.html. But when following these instuctions in ColdFusion5 the J2EE Session Variable option is not available. Is this option in another place? or does this not exsist in ColdFusion5? Please Help.
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 client-side and push the client to either the Flash element, or the HTML element (or a s “you’re WAY behind the times” element if neither).I’ve found, and used, modernizr, but it does things the wrong way round for me. I need to direct my clients to flash 1st, then HTML5, then the sorry page. Modernizr only gives me HTML 5 first then Flash, and this isn’t working for me. the flash element is the preferred element. I’ve screwed around with trying to “swap out” modernizr, but my glasses aren’t thick enough. Thus, I (roughly) need something that does this:<cfif “flash”>Direct them to flash page<cfelseif “html5”>Direct them to HTML 5 page<cfelse>So, how is life in the 18th century?</cfif>Help, please.. It does not have to be CFM, it can be
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 that just reproduces my cf code, not the net output of that code.Any suggestions?
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 suggestions?Adobe, can you fix?Thanks for any help!-Chris
Hi everyone,I'm going thru and updating all our aging MX7 installs at work, with the latest hotfixes and patches.That has all gone fine, but the two hotfixes that I need seems to no longer be available, and I am wondering if any of you have the files?This is the link to hotfix I am after, specifically,CVE-2009-1872 and CVE-2009-1877 Hotfix for ColdFusion 7.0.2CVE-2009-1875 Hotfix for ColdFusion 7.0.2http://www.adobe.com/support/security/bulletins/apsb09-12.htmlThe links for the hotfixes are not working.http://download.macromedia.com/pub/coldfusion/updates/702/7_0_2.ziphttp://download.macromedia.com/pub/coldfusion/updates/702/CF7.0.2.zipDo any of you have zip files floating around, or is someone from Adobe able to fix the links?I realise it's a very old hotfix, and support for it has probably stopped, but I figured I may as well try to find it Thanks heaps.Leith
I have a query (yes is very long,it works, trying to make it better ).DECLARE @today DATETIMESET @today = '2014-04-13' ;with CTE as( Select d.csedept_name,d.csedept_id, Average = CASE WHEN d.csedept_question5 IS NULL THEN (Select AVG(((cast(c.rating1 as Float)+ cast(c.rating2 as Float)+cast (c.rating3 as Float)+cast(c.rating4 as Float))/4)) From intranet.dbo.CSEReduxResponses c Where c.employeedept = d.csedept_id AND c.execoffice_status > 0  
I have this code:<h1><cfoutput>#self#</cfoutput></h1><cfquery datasource="Intranet" name="month_data"> select * from CSEReduxResponses where status=1 and execoffice_status=0 AND MONTH([approveddate]) = MONTH(GETDATE()) </cfquery><cfquery datasource ="Intranet" name="GetDeptSubmissions">SELECT * FROM CSEReduxResponses</cfquery><cfquery dbtype="query" name="GetApproved">SELECT * FROM GetDeptSubmissions WHERE status = 1 AND execoffice_status = 1</cfquery><cfquery dbtype="query" name="GetDenied">SELECT * FROM GetDeptSubmissions WHERE status = 1 AND execoffice_status = 2</cfquery><cfif month_data.RecordCount gt 0><cfoutput> <h2>Comments / Ratings Administration</h2> <div>
The instructions for CVE-2009-1872, CVE-2009-1877 located here:http://download.macromedia.com/pub/coldfusion/updates/ReadMe_1872_1877.txtIt says clearly on step 4 that:"4) From the downloaded CFIDE copy cf_debugFr.cfm to <cfwebroot>\CFIDE\debug\ and _logintowizard.cfm to <cfwebroot>\CFIDE\wizards\common."I have downloaded the archive in question twice from:http://download.macromedia.com/pub/coldfusion/updates/702/CF7.0.2.zipand the file is missing the \wizards\ folder and of course the _logintowizard.cfm file. Adobe, what do I do here?
I am creating a report in CF 10 report builder. I have a function that returns two separate fields in one variable I need to have the two fields returned separately, my output is an excel worksheet. Any advise will be greatly appreciated.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.