The official community for ColdFusion.
Recently active
Yes, that's right. Adobe provides free support for product installation. To make use of this all you need to is reach out to cf.install@adobe.com with your installation issue.If you also face any issue with the updates that we release, you can reach out to this email alias for support.Note, support is limited to product installation only and installation does not include network installations, silent installs to a network environment, database configuration, clustering, distributed set-up of servers, or any other similar set-up or activities.
The new cumulative hotfix for ColdFusion 9.0, 9.0.1, 9.0.2 includes support for Google Maps JavaScript API v3 and JDK 1.7 Update 15.These Cumulative Hotfixes consists of previously released cumulative hotfixes and security updates.Details of cumulative hotfixes are here - 9.0, 9.0.1, 9.0.2ColdFusion 10 Update 8 includes support for Google Maps JavaScript API v3, Mac OS X Mountain Lion 10.8 and JDK 1.7 Update 15. It includes all the bug fixes from previous updates of ColdFusion 10. You apply this update using the update mechanism within ColdFusion 10 Administrator.For more details about the update, refer the link here.
Noob.. installing CF10, Developer, says I don't have permissions to for my Startup Items folder, but I'm the only user. Is it because my MacOSX password is (purposely) blank?Also.. "Enter the username and password for remote start/stop administration." ... does this mean create one or that I should have one (from where?). I do use a CF host (YoHost) ... is it that info?Like I said... Noob!Just trying to deploy a new app and use my Mac to test... is this possible or is a remote server a required component?- Rand
Where can I find the ColdFusion 8.0.1 Updater?I can see hotfixes for 8.0.0 and 8.0.1, but nothing to take me from 8.0.0 to 8.0.1......
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18a15-7ff0.html
Where can I download coldfusion Builder 2.0.1 plug-in
I have a CF site I am transfering to a new hosting company. I'm having trouble connecting to the db. I did not develope this site. It seems the developer used a configuration.txt file to connect to the database. See below. The part that stands out is that there is no username and password. What is the attribute name for the username and password. I tried username: and password: but they do not work.# The following is the configuration file for the CMS. Lines starting with a pound sign are ignored.# The format is: <Attribute Name>:<Attribute Value>##############################################################webSiteName:MySitewebSiteEmail:no-reply@mysite.comwebSiteFormRecipient:cgriffin@mysite.comwebSiteLogo:/images/logo.pngwebSiteLogoHeight:124# If cobrandLogo is set then an additional logo will be shown. This is used for allowing clients to brand the CMS.cobrandLogo:images/mysite.com############################################################### The following v
Since applying the latest security patch I am receiving the below events and it has broken two of our apps.03/15 11:54:38 error ROOT CAUSE: coldfusion.filter.FormScope$PostParametersLimitExceededException: POST parameters exceeds the maximum limit specified in the server. at coldfusion.filter.FormScope.parseQueryString(FormScope.java:397) at coldfusion.filter.FormScope.parsePostData(FormScope.java:346) at coldfusion.filter.FormScope.fillForm(FormScope.java:296) at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:377) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126) at coldf
I raised bug 3119991 (coldfusion.util.key leaks) against CF9.01 and CF10.The bug is marked as "Fixed in build 281656". We have upgraded our production servers to 9.02 and it appears that the bug has returned. I decompiled the cFusion.Jar's for 9.02 and it's using HardReferences for the key cache. The fix for 3119991 used SoftReferences so I suspect the fix never made it to 9.02.The problem is that we can't apply the hotfix (hf901-3119991.jar) to 9.02. When we try, it does not appear in the applied hotfixes area of CFAdmin. When we copy the .jar to the /lib/updates folder & cycle the CF service the OS never takes a lock on the .jar file and we still have that exact same memory leak - which makes me think it isn't being picked up.What can we do to get the HotFix working with 9.02?
GreetingsI apologize in advance if this seems too easy to do- but I am missing something.I have 8000 records in an Access DB (I know- it's going into SQL soon) in which all the departmental office IDs need to be updated.The column in the main table is named "q_office_ID".The user table includes user_ID & office_ID.The office table also includes office_ID.This UPDATE sets all the values to the number 10?:<cfquery name="update" datasource="#Request.BaseDSN#">SELECT queue_ID, q_user_ID, user_ID, office_ID FROM main_helpdesk, lookup_userWHERE q_user_ID = user_ID</cfquery><cfloop query="update"><cfquery name="updatedata" datasource="#Request.BaseDSN#">UPDATE main_helpdeskSET q_office_ID = #office_ID#</cfquery></cfloop>I know there is something obviously wrong with the update- any help would be greatly appreciated.Thank You
Hi All,I am new to CF. Just i started working with CFSpreadsheet.I have one xlsheet which conatins the row header and i am reading xlsheet with query.what i want is i dont want to read 1st row(Header row).I tried with all options but i am not getting the things.Please help me.even though i update to my CF to 9.0.1.Please find the follwing the code snippet.<cfspreadsheet action="read" src="#GetTempDirectory()#/msepdata_test1.xls" excludeHeaderRow = "false" sheet="1" query="queryData" />RegardsSateesh
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d3185183e145c0d1353e31f559-7ff8.html
Does anyone know how I can convert wav to mp3 using CF9 or custom tag to do so please?
I have a form that is running on a CF10 server. On some not all machines the user gets 500 error wants they log in. The form is using a ColdFusion cookies. If the user does not have cookies turned on will they get a 500 error? or is that something else? Thanks. in advance.
As part of the "Adobe ColdFusion 9 Server Lockdown Guide," Adobe recommends blocking /CFIDE requests (pages 9 and 10). After adding a <denyUrlSequences> block to the applicationHost.config file, located in the \windows\system32\inetsrv\config directory, the instructions say,Next, you must allow access to the /CFIDE/administrator URI in the cfadmin website. Create a file called web.config in the web root with the following content: . <configuration> <system.webServer> <security> <requestFiltering> <denyUrlSequences> <remove
I've search the forum but have not found a way to get the missing template handler to work properly on my site. I'm running CFMX 7 on Windows 2003 and using IIS as my webserver. I have tried placing my missing template handler 404.cfm in both my IIS root and CF webserver root as other posts in this forum suggest. I also followed the instructions on the following kb to configure IIS to handle the missing templates. If I complete this final step the missing template handler works but some of my flash forms that go along with code to upload files no longer work. If you are configuring IIS 6.0 for the Missing Template Handler, along with the above you also need to configure the following: 1. Under the properties setting for the web site, go to the Home Directory tab. 2. Click the Configuration button. Under the "Wildcard application maps (order of implementation)", select the jrun_iis6_wildcard dll. 3. Click Edit. 4. Click the "Verify that file exists" checkbox to enable it. 5. C
I have 1 CF 10 server 64 bit running on IIS 7.5 on a Win 2008 R2 VM w/ 4 Gig Ram on 4Ghz of processing. The box hosts 5 websites with not too much traffic. I've been experiencing Service unavailable errors about once per day and only on certain websites. I restart the CF App Service and all is well again. All 4 of the websites have the same code with just a few variables difference to get different data.I've made some adjustments in the server. For example I set min and max JVM Heap size to 2048.Any ideas what I can do to get things running with more stability?
Dear reader,I work with Coldfusion 8 and have a form that is type XML . When I create this code:<cfinput label="Sox" name="Sox" type="checkbox" checked="#YesNoFormat(qCompanyControl.Sox)#"><cfinput label="Tax" name="Sox" type="checkbox" checked="#YesNoFormat(qCompanyControl.Tax)#"> <cfinput label="Iso" name="Sox" type="checkbox" checked="#YesNoFormat(qCompanyControl.Iso)#">3 checkboxes with THE SAME NAME.the result on screen is what I want, but the problem is now that I cannot access all 3 seperate...When I change my code to the code is should be:<cfinput label="Sox" name="Sox" type="checkbox" checked="#YesNoFormat(qCompanyControl.Sox)#"><cfinput label="Tax" name="Tax" type="checkbox" checked="#YesNoFormat(qCompanyControl.Tax)#"> <cfinput label="Iso" name="Iso" type="checkbox" checked="#YesNoFormat(qCompanyControl.Iso)#">the result is this:The labels are gone...What is causing this prolem?? (I tried a lot of things, but apparently not the corre
I have seen a few discussions regarding the ColdFusion 10 admin password not being recognized. I installed ColdFusion 10 twice thinking I did not remember the password, but I do know what the password was when I installed the software. I was able to get around not being able to open the console, by modifying the neo-security.xml file and now since I am using SSL/windows authentication, it prompts me only for my network username and password. The problem is when I go into the administrator console not all of my icons display correctly. It is as if I do not have rights. I have used the password reset tool and then changed my password within the administrator console, since the password reset tool at least gives me a default password, and I still get invalid password when I try to logon as admin. I have stopped and restarted the services whenever I change the neo-security.xml file.Has anyone solved this issue? I would still like to have the added
Does anybody have any idea if there is a hotfix or way to resolve the problem with CFMAIL constantly dumping perfectly good emails into the undelivered folder, with the logged message Exception reading response?I put them back in the spool and they work fine, even test emails to myself sometimes end up in thereBTw This is CF8.01ThanksMark
Hello,I have a ColdFusion web application that, by client request, creates a copy of a PDF (which has about 100 empty form fields), then fills the fields with data via FDF like so:<cfpdfform action="populate" ...> <cfpdfformparam ...> <cfpdfformparam ...> ...</cfpdfform> This PDF then sits on the server and is offered as an HTTP download to the requesting client.I had a client tell me that she downloaded a PDF created this way, and some of the fields had a their ASCII values incremented by 1. For example, what should have been "599465-GU" in one field was displayed as "6::576.HV". According to her it was a sporatic problem that appeared throughout some of the PDF's form fields. I have never heard of this problem before from clients.I looked on the server at the PDF that was sent to her (that was created by the server, sent to her as an HTTP download, and still sat on the server) and it appea
This web service has been working correctly for five months but began to fail intermittenly with this error, requiring a restart of the JRun server instance hosting ColdFusion 8. Any ideas? "Error","jrpp-4","06/10/08","11:54:44","MCTDmasterEntryJ2EE", "Cannot perform web service invocation getOrder.The fault returned when invoking the web service operation is:<br> <pre> AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassCastException : cf.egov.EXTWSsSSL.EgovOrder] faultActor: faultNode: faultDetail: {}coldfusion.xml.rpc.CFCInvocationException:null { http://xml.apache.org/axis/}stackTrace:coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassCastException : cf.egov.EXTWSsSSL.EgovOrder] at coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(CFComponentSkeleton.java:723) at coldfusion.xml.rpc.CFComponentSkeleton.__cast(CFComponent
I have two cfdvs on my page. One has a list and another has a form in it:<cfdiv name="w1"> <cfinclude template="list.cfm"></cfdiv<cfdiv name="w2"> <cfinclude template="form.cfm"></cfdivWhen I submit my form, the result is loaded inside div w2. Now I want to refresh the div with the list too. So I tried this at the end of the page that processes the form: <script> Coldfusion.navigate('list.cfm','w1');</script>This didn't work. I get an error: "... element not found: w1 ...".Does anyone know how to refresh the list after processing the submitted form data?
I've got a set of radio buttons bound to a cfdiv. None of them are initially selected. As expected, once you click one, the cfdiv shows the value of the radio button that was selected. The problem is if I reset the form that contains the radio buttons. The radio buttons clear, but the cfdiv still shows the value of the last radio button that was selected. How can I clear the cfdiv value when the form is reset?
When I select a row and try to delete it, I get "Error invoking CFC _admin_cfc_contacts.cfc : OK [Enable debugging by adding 'cfdebug' to your URL parameters to see more information]"Here is my cfgrid code...<cfset args = structNew()><cfset args.name = "contact_grid"><cfset args.format = "html"><cfset args.query = "biz_contacts"><cfset args.stripeRows = "yes"><cfset args.bgcolor = "FFFFFF"><cfset args.colheaderalign = "left"><cfset args.colheaderbold = "yes"><cfset args.delete = "yes"><cfset args.griddataalign = "left"><cfset args.multirowselect = "yes"><cfset args.insert = "yes"><cfset args.selectcolor = "FF6633"><cfset args.height = "500"><cfset args.selectmode = "edit"><cfset args.autowidth = "yes"><cfset args.onchange = "cfc:_admin_cfc_contacts.edit_grid({cfgridaction},{cfgridrow},{cfgridchanged})"><div style="padding-top: 20px; padding-left: 20px; padding-right: 20px;"> 
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.