The official community for ColdFusion.
Recently active
Any idea about the below error. I am getting this while submitting a form but this happens only in production.'Element '' is undefined in a Java object of type class coldfusion.filter.FormScope'Please help if any one have come across the same situation.
I was doing my maintenance on my laptop and it flagged 2 paths in my CF instal as virus'. Is this a false flag or did it really find something?
So I've been running CF9 on Linux for a while and using CFMail to send email through a client's Exchange 2010 server.We're attempting to migrate to CF10 on Win2008, IIS7.5. Everything is set and ready to go except I can't get CF10 to verify the mail connection? I've got both mail settings (CF9 and CF10) set the exact same way and can view them open side by side and verify they're identical. However, while the CF9 verifies successfully the CF10 system fails??I tried sending through CFMail tags while specifying the server credentials and see this in the CF10 log:"javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client"What does this mean? I know my authentication credentials are correct because I'm able to connect in CF9.I've turned off all firewalls and still nothing. So, I then tried installing CF10 on my Mac laptop. It, too, will not verify the mail connection!Is there a known problem with CF10 conn
I am using CF 9 Standard for an application we built back in 2010. I need to port the app to a new server but the Packaging and Deployment section isn't showing up on my Adminstration Panel. Is there any way to get this installed if it is missing? Any help would be appreciated.
Hi all,I apologize in advance if I don't use the proper terminology here. What I'm trying to do is rather simple, I think, but it's not something I've done before. I have a short list of dates in a DB table. Upon a user inputting a date into a form field and submitting it, I would like CF to check the date the user entered against the list of dates in the table. I'd like to be able to create a cfif/cfelse statement if the input date matches any one of the table dates. Can someone point me in the right direction?Thanks!
I have a page the uses cflayout tabs to show different class information with the primary tab (one with issue) showing when seminars are available and a button to purchase registration. In IE10 (only) the button is not working. The page does not submit at all, just clicks the button with message. below is the cflayout code snippet used on the primary page.<cflayout type="tab" width="700"> <cfif cats.SubCatId NEQ 5> <cflayoutarea title="Register" overflow="visible"> <cfinclude templa
Hi,I'm using CF8 and this is my code<cftextarea id="summary" name="summary" rows="5" cols="80" maxlength="300" required="yes" validate="noblanks" message="You must enter summary." />It is not working. Am I doing anything wrong?ThanksJoe Green
I performed a scan with an updated version of Malwarebytes Anti-Malware and it flagged the following file with a Backdoor.MSIL.P infection:../ColdFusion10/uninstall/uninstaller.jarCan someone confirm the same or is this a false positive detection?
Hello.Versions:CF8, MySQLI have one individual who fills the MSO postion for two different departments. I need to search a DB Table of submitted reports and return all submitted reports the MSO is associated with. Nine for dept-01 and four for dept-02. When I output the results as a text list, all displays as intended with no grouping or separations. However, when I cfloop the output, over a <cfselect> the results are grouped and two separate <cfselect> boxes are created. Dept-01 individuals in first one and dept-02 are displayed in second, each with their own submit button.What am I missing/doing wrong? How would I accomplish the output so there is only one <cfselect> containing all nine names to choose from?Below is what I have at the moment.This query below obtains agency_cert_number for each agency and MSO is associated with. In this case it will return two departments.<cfquery name="rsCheckMSO" datasource="DSN"> SELECT individual_rec
Importing your ColdFusion settings. This might take a few minutes. Hangs and never returns
HiI have a 2 dimensional array stored in sessions scope: <cfset Session.POarCart=#arrayNew(2)#>and it can have as many as 7 elements (for example): Session.POarCart[1][1] Session.POarCart[1][2] Session.POarCart[1][3] Session.POarCart[1][4] Session.POarCart[1][5] Session.POarCart[1][6] Session.POarCart[1][7]... however elements 6 and 7 (Session.POarCart[1][6] and Session.POarCart[1][7]) don't always get filled (or populated, or set, whatever the nomenclature....)Does anyone know how to check if a specific array element "contains something"? "is not null"? "has length"? I can test that the array exists, and it does, but I don't know how to test for the exact position of the array.My code is failing when I attempt to reference Session.POarCart[1][6] because it doesn't contain anything.Anyone?Th
Hi,When create project, I saved this into this location: C:\inetpub\wwwroot\mycfapp\cfsapps instead of Adobe ColdFusion Builder workspace in C drive. Go to project properties >Coldfusion Project > Additional Source, I don’t have anything there. I created the test page but when click on IE to view and got error message: Selected file is not in the document root of the server, ………” Why I am getting this, since additional source is an optional right? Also, got error for RDS query viewer does not exists.Everything works fine If I create project and saved them into the default: C:\Users\myID\Adobe ColdFusion Builder workspace\myproject . So, my question why it can’t be saved into C:\inetpub\wwwroot ?Thanks
Will changing the server IP this version of CF sits on have any impact to the applications running off it?
Hi,How can i get the attachment files from a email?I'm using the following code:<CFPOP ACTION="GETALL" NAME="Message" MESSAGENUMBER="#URL.idMsg#" SERVER="server.mail.test" USERNAME="test" PASSWORD="teste" ATTACHMENTPATH="f:\temp\email\">But all the times i got the file f:\temp\email\winmail.dat.How can i get the attachment file like pdf, xml and other?Thank's
We are running a post to a web service using cfhttp.When the post runs over https, the return is limited to 8K.Has anyone seen a similar issue?
I have 4 sites running under 1 instance of CF 10 STD. every now and then no regular pattern 2 of the smaller sites stop responding to http requests. Has anyone seen the issue before? When this issue first occured I seen it happeneing durning the client variable purge I have since disabled the registry purge and placed the client variables in an SQL DB. The issue stoped for about a week but now it has come back and not on any type of regular interval or pattern. Log files are no help at all.OS: Windows 2008 R2CPU: 1 vCPU RAM: 4GBIIS 7.5Server Product ColdFusion Version 10,0,10,284825 Tomcat Version 7.0.23.0 Edition Standard Serial Number 118750067037389643140965 Operating System Windows Server 2008 R2 OS Version 6.1 Update Level /E:/ColdFusion10/cfusion/lib/updates/chf10000010.jar Adobe Driver Version 4.1 (Build 0001)
CF10 & Windows Server 2008 R2 cgi.auth_user Windows-Authentifizierung arbeitet nicht Hat jemand einen TIP ? ,... komme absolut nicht weiter ?Benötige dringend Client-User-ID als Authentifizierung dETsmi
I have a project where I am dealing with around 200 data entry variables. I put notices everywhere not to use punctation but folks do love to input $ and commas which of course throws the error "Error converting data type varchar to numeric." I have tried every trick I can find but it does not catch the $ and comma entery. This is my latest effort. The SQL type is numeric(10,0). What have I missed? What am I doing wrong? Very frustrated with this! <cfinput type="text" name="GFA" value="#NumberFormat(GFA)#" size="9" Message="Round to whole dollars no punctuation" ValidateAt="onsubmit" Validate="integer">Thanks for your time.
I recently installed ColdFusion Enterprise 10 and set up 3 instances on the same server and then set up multi server monitoring for my three instances. The problem is logging into one CF admin on one port logs you out of the other. This appears to be affecting the multiserver monitor as well making it utterly useless. From the overview dashboard you can see the servers logging in and out repeatedly. Is this is a bug or is there something obvious here I'm missing?
Can´t believe it!!!I have two laps one Mac runnig CF10 dvlp ed. the other one its the same in Win7.So, I started a prj in Mac and run it, so far so good (css loaded, png loaded, jQuery start dvlp)even FireB data loaded. Then copy import the prj in Win 7 to work in home and...Surprise Apache Tomcat resources not found... How is this POSSIBLE!!!I start with CF 9 in ISS (make to do the right things run its a nail in the mouth but it worth it)then CF10 appears and I said"This is really a love at first sight"But NOW! its really dissapointing. How fix this? I have readed all I find about it butfinally I cant believe it...Its not hardware issue, both CF10 are up to date (17/07/2013) so I´m little tiredof the struggle with CF and Windows...I just want to know how is this possible...
We are running ColdFusion 10,282462 on a Windows Server 2008 R2 (64-bit) server. There are several updates waiting to be downloaded and installed. Before I can install these updates I need to download and install a manditory update. I have downloaded the manditory update, but I am not sure where on our server that I need to copy the files included in the cf10_mdt_updt folder which I downloaded from your website. Where do I copy the downloaded files to on our server?
Hi,my page can't find the css for fc if i included them within the header, but it found and wokred fine if i have them within cfinlude tag?<head> <title>Document</title> <!--- <script type="text/javascript" src="js/showHide.js"></script> <link rel="stylesheet" type="text/css" href="css/style.css"/>---></head><cfinclude template="js/showHide.js" ><cfinclude template="css/style.css" >thanks
I had a battle with this, I've googled and seen more than 100 results and have not found the solution.I installed many times "Coldfusion", in different ways, in different distributions of linux and can not find the solution to the much hated "flex2gateway", tryig so many fixes but none worked for me, I keep getting the 404.System details: Debian Wheezy (7.0), Coldfusion 10, Apache 2.2.22I hope someone can help me.
Coldfusion 8I inherited an application and am trying to maintain and improve it... hit a snag today.I have a multi-select box that is not displaying what I expect. The values come from a ColdFusion grid which is based off a database query.Here is the code for the select - does not work - nothing is selected:<cfselect name="USER_IDS" multiple="true" queryposition="below" selected="USER_IDS" query="ActiveUsersPlus" disabled="#disabled#" value="G_USER_WORK_UNIT_SK" display="G_USER_ID" ></cfselect>Now if I change the multiselect to a single select like below - it takes the first item in the field list (from the grid) and selects it in the drop down.<cfselect name="USER_IDS" multiple="false" queryposition="below" selected="USER_IDS" query="ActiveUsersPlus" disabled="#disabled#" value="G_USER_WORK_UNIT_SK" display="G_USER_ID" ></cfselect>Or if I assign a variable like this and use the multi-select code it seems to work as well. testlist = "22,26"; ...<c
I am using coldfusion 10. cfmenu not working. Error is 'this.body.firstChild' is null or not an object in menu-min.js file.Error in line oNode=this.body.firstChild.Any body faced same issue? What is the fix of this error.
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.