The official community for ColdFusion.
Recently active
I was receiving an ORA-936 on an application I support (Oracle 11g, CF 11, Windows Server 2012). The database went down yesterday, for a reason unknown to me, and when it came up, I am now getting this error message. The only pointer to the .cfm file is the referrer. I don't see how to fix this one. What information can I include that will help you help me? It seems like the more I learn, something new always comes up. Here's the error page that was displayed. I have not changed any declarations, that I know of. Thank you. The local variable application cannot be declared outside of a function.All variables defined with the var keyword must be declared inside a function.Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem.Browser Mozilla/5.0 (Windows NT 6
When I run the hotfix from the command line using this statement:D:\ColdFusion11\jre\bin\java.exe -jar D:\ColdFusion11\cfusion\hf-updates\hotfix_009.jar -i silent -f D:\ColdFusion11\cfusion\hf-updates\my-server-name.profileI get the following error:Error: Could not find or load main class D:\ColdFusion11\cfusion\hf-updates\hotfix_009.jarI also seems to be ignoring the profiles option, because I see the following new folders in the C:\ drive.C:\ColdFusion11C:\hf-updatesC:\hf-11-00009Is the hotfix 9 broken, or is it just me?[This messages was edited, I removed the extraneous information.]
Hi ,We are using the Cold Fusion 10 server and it was unresponsive state 2 times. Noticed it is not generated any logs and errors during incident.Can you guide me what are logs need to enable to capture details of the error when ever incident occur.Thank you,paramesh
we have to create an application for creating adaptive web forms from XML Schema (XSD)? Is there any easy way to implement the same in ColFusion? When I research into the web, I found that there is possiblity for implementing the same using AEM 6.0. Referance : 1. AEM 6.0 Forms Help | Creating an adaptive form2. AEM 6.0 Forms Help | Introduction to authoring adaptive forms
Greetings!I've seen this question asked before, but have not been able to find an answer. Running CF 10.When using cfchart with multiple series, the last cfChartSeries attribute dataLabelStyle seems to over-ride any previous series value. For example:<cfchart format="png" style="chartStyles.xml" showLegend="no" scaleFrom="0" scaleTo="100" title="Chart 1" chartHeight="300" chartWidth="400"> <cfchartseries type="line" dataLabelStyle="none" > <cfchartdata item="Salamance Branch" value="50"> <cfchartdata item="Olean Branch" value="50"> <cfchartdata item="Thompsons Station Branch" value="50"> <cfchartdata item="hermitage Branch" value="50"> </cfchartseries> <cfchartseries type="bar" dataLabelStyle="
I'm creating a chart with two data series, one plotted as a bar graph, the other a line graph. I want to include the data value at the top of the bar graph, but exclude on the line graph. Documentation says the datalabelstyle attribute of cfchartseries identifies what to use for the series, but it seems to be entire chart, not by series. Code has: <cfchartseries type="line" datalabelstyle="none" ... <cfchartseries type="bar" datalabelstyle="value" ... but the value is included on both series. Whatever the last attribute has is what is used for the entire chart. Running CF 7.0.2.
Hello, all,I have kind of a weird jQuery issue going on, and I'm not sure what to make of it.The project that I'm working on (unfortunately, it's on a restricted site, so no one can access it) is a blog that allows comments and replies.From the main page, if a blog has any comments, there is a link at the bottom of the blog that allows the user to view the comment. Clicking the link will expand a hidden div that contains the comment.If there is a reply to the comment, there is a text link ("More") that appears. Clicking the "More" link will use AJaX to run a query on the database to get the reply.I have it set up so that when the link is clicked, a small spinner gif will appear to let the user know that the system is working in the background to get the reply. Once the database returns the data, the spinner disappears and is replaced by the content.Here's the issue: I'm using promise().done(function(){}); to make that happen, which is supposed to wait until the
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but we cannot do this overnight.) The problem is that because IE11 no longer passes MSIE in the USER AGENT string, ColdFusion is placing an <Embed> tag instead of an <Object> tag to load the flash. I know that we could add our site to the Compatibility List, however we have too many users to guide this through. We need a solution that we can perform on our side, either modifying code, ColdFusion, or IIS. First has anyone else run into this problem? Does anyone have any potential solutions?Thanks in advance for your help.
Hi, we have developed an application with cold fusion technology. In one particular page we have few javascript code. I get the javascript error asunable to get the property splice of undefined or null reference.i am unable to get to know why this error comes. Along with the error it also shows the line no.please help me with thisthankspraveena A
I kept getting this error when trying to access the site. I've tried 8 suggestions from this Google search result and it's not working. I figured it has something to do with ColdFusion. I'm able to get into the ColdFusion Administrator thought. Any suggestion is much appreciated.HTTP Error 404.2 - Not FoundThe page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server.Most likely causes:•No handler mapping for this request was found. A feature may have to be installed.•The Web service extension for the requested resource is not enabled on the server.•The mapping for the extension points to the incorrect location.•The extension was misspelled in the browser or the Web server.
HiIf i buy a coldfusion 2016 license, is it possible to install an earlier coldfusion version with the same license keyRegardsRenaldo
How do you turn autoindenting off ?I tried windows -> coldfusion -> editor profiles -> editor and could not find how to do that.
Hello, all,My environment is Apache 2.4 on a Windows Server with CF10. The production environment uses CACs (Common Access Card) as logins, and we have set Apache and CF so that a user's information can be accessed via CGI variables set from the CAC login. However, we never had a need for access to a user's email address, until now. (Things like user first/last name, and other things, are easily available, as of this writing.)I did some research, and found that if we added jkvar SSL_CLIENT_S_DN_Email to the "mod_jk.conf" file and restarted the Apache service, we _should_ be able to access a user's email address from their CAC. However, whenever I try to use this in the application, it is coming back as undefined.Is there something else that we need to do in order to have access to the SSL_CLIENT_S_DN_Email value on a user's CAC? Something in either Apache or CFAdmin?V/r,^_^
Hello, all,I've seen a few posts of users (admins) having issues while updating CF11 to Update 8. Understandably, I'm paranoid about updating to 8. Has there been any resolution for this/these issue(s)?V/r,^_^
Hi,For some reason our CF10 application (production) is showing this error in the CF log -Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x38User is getting 500-internal server error from the UI.We are using SQL Server 2008R2.This is happening only in our production environment and nothing has been changed with regards to the application files. Our DEV and Test environment are working fine. I checked the CF admin settings and could not find any difference from the other environment. It seems that the web server has changed over the weekend but I'm not sure..Has someone encountered this error before? Anyone has a solution?Thanks.
I'm playing around with GetMetaData to do a little introspection of my CFC's when I ran into an anomaly I don't understand. My CFC has multiple functions embedded within it. One of these functions is defined as follows:<cffunction name="getMyDenied" access="public" returntype="query"> <cfargument name="userid" type="string" required="yes"> <cfargument name="environment" type="string" required="no" default="0" hint="Pass in 0 for Development and 1 for Production">...</CFFUNCTION>When I exam the CFC using GetMetaData I get this output for the getMyDenied function:The thing that confuses me is why the HINT parameter is showing up in the userid argument. The weird thing about this is if I exam the HINT parameter using #Len(TRIM(CFC_Functions.functions[cc].Parameters[1].Hint))# I get the number 6. If I copy the value into a new array or structure and then CFDUMP the results it shows up as an "Empty String".Then in the same CFC I also have this
Got a pretty simple menu shown below. It all works fine but there is one weird issue I could use a little help with.Turn out if run this code in Chrome I don't have any issues but if I run it in Internet Explorer 11 there is a bit of a problem. The problem is the closing angle bracket ">", that represents there are submenus, gets displayed in the middle of the text string in Internet Exploder but is displayed to the right of the text string in Chrome. This picture is what I see in Chrome AND IF I remove the menu from a table structure. The following is what I see if I have the menu in a table AND it's displayed in Internet Explorer 11. The bracket is in white which makes it hard to see but it's still there.It only happens on the cfmenuitem that indicates it is a submenu with further submenus, as depicted in line 8 of the snippet below. The menu also as to be embedded in a table structure which makes me think its a bu
Hello,Is it possible to password protect a .xls file generated with CFspreadsheet, such that when the file is opened a password is required to VIEW the spreadsheet?I realise you can password protect a file to request a password to make modifications (e.g protect the worksheet), but I'd like to prevent the file from viewing\opening without a password.Using CF9.Thanks,
HelloI have a logout that doesn't seem to want to work for Coldfusion 10. I have a log in system for an admin area, I want to allow the user to log out of it and delete the session they are using. This is my code as well as the error it's giving me:Code:<cflogout><cfset StructDelete(session,"auth")><CFHEADER NAME="Refresh" VALUE="0; URL=index.cfm">Error:Cookie name "CFAUTHORIZATION_MYAPP" is a reserved tokenI changed the name of the app to my app. What am I doing wrong here? I've tried a number of different ways to accomplish this log out.. They either don't delete the session with no errors, or I get this error.Thank you
Hello, there is a "ColdFusion 10 Standard" license for sale. If interested, please PM me with a quote. Thanks.
Hello, all.I have a CF server that is isolated from the internet, so as you can imagine, it doesn't get updated often.Soooo... I downloaded the CF10 Mandatory update jar file, and the CF10 Update 20 jar file, copied them over to my server (Windows 2008), and then dropped to an elevated command prompt, and ran the jar files, Mandatory first, restart, then Update 20, restart.Now, when I try to access CFAdmin, I get an error message: File not found - {drive}:\www\Coldfusion\cfusion\wwwroot\CFIDE\Administrator\cftags\inputfilter.cfmWe don't have our webdocs in the same folder as the CFIDE. So I'm pretty sure this can be fixed by editing an xml file, but I don't know which one(s) or what all to change.Our webdocs are in {drive}:\Webdocs\Our CFIDE is in {drive}:\www\Coldfusion\cfusion\wwwroot\CFIDE\How can I fix this?V/r,^_^
Does anyone have any suggestions on how to get the PDFgServelet working on Linux?It's running CentOS 6 and CF11 patch 7.The daemon starts but will not verify and the WEB-INF folder doesn't exist. # sudo netstat -lntp | grep 8987tcp 0 0 ::ffff:127.0.0.1:8987 :::* LISTEN 15544/javaI followed these posts to no avail:How to setup PDFg server in ColdFusion 11 on Linux | ColdFusion SolutionColdFusion 11 – PDF Service prerequisites on Linux | Techode This one seems to indicate that this doesn't work on Linux Adam Cameron's Dev Blog: ColdFusion 11: <cfhtmltopdf> a non-starter. Literally , however, it's old and Adobe's documentation states that it does ColdFusion Help | PDF Generation in ColdFusion I'm not sure
ColdFusion 7 and 8 are bundled with a variant of JRE1.6.I have a script which has successfully consumed a web service for years. Last week, the provider of the web service updated their version of Apache and Java on the server to java 1.8 (or java 8).I could no longer consume the web service after the web service provider upgrade of Apache and Java and would receive the following DH keypair error each time I try to consume the service:-----------------AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userExceptionfaultSubcode:faultString: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypairfaultActor:faultNode:faultDetail:{http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypairat com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)at com.sun.net.ssl.internal.ssl.SSLSoc
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7785.html
I cannot find a way to download ColdFusion 11 Enterprise. Does anyone know where I can download that? I have the serial number for it but not the installation file. Any help is much 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.