The official community for ColdFusion.
Recently active
On 64-bit Windows Vista machineCF 9 wouldn't install 64-bit version - threw Windows 216 errorInstalled CF 9 32-bit over typical IIS 7 server 127.0.0.1 and localhost both serve from c:\inetpub\wwwrootCF templates in iis web sites execute normally Installed Coldfusion Builder as stand aloneGoing through Builder's Server Wizard, I can't find documentation to help me complete the process. Most help will provide specific examples for each field or check box, but they don't explain the why. So, when a problem arises, there is no explanatory information for troubleshooting.Server settings under Server Setup: Server Name: localhostApplication Server: JrunHost Name: localhost"Is LocalWebServer Port: 8500RDS User Name: adminRDS PW: as entered during CF9 installServer Home: C:\Coldfusion9Document Root: C:\Coldfusion9\wwwrootVersion: 9.0.xIn the Servers tab within Builder, my localhost server appears with status of "Stopped"When I right-click and select "Start Server" I get an error - "'Star
After a recent upgrade from CF9 to CF10 I am seeing the following error in a couple of legacy applications:Element NAME is undefined in CFLOGINThe login code in the Application.cfm looks like this:<cfapplication name="SampleApplication" clientmanagement="No" loginstorage="session" sessionmanagement="Yes" setclientcookies="No" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" /><!--- Login ---><cflogin applicationtoken="SampleApplication" idletimeout="300"> <!--- Construct roles ---> <cfset roles = "" > <cfif ListFind( administrator
I need to make a secure SOAP request with Coldfusion , and I'm having trouble implementing the headers properly so the service can use it.There are two structure examples I was givenExample 1:This is a sample soap request:POST /WebService/EmployerWebServiceV24.asmx HTTP/1.1Host: stage.e-verify.uscis.govContent-Type: text/xml; charset=utf-8Content-Length: lengthSOAPAction: "https://www.vis-dhs.com/EmployerWebService/EmpCpsVerifyConnection"<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <EmpCpsVerifyConnection xmlns="https://www.vis-dhs.com/EmployerWebService/" /> </soap:Body></soap:Envelope>Example 2:An example SOAP authentication HEADER would look something like:<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://ww
A little background: I tookover maintaining a website for a client. They have forms that collect sensitive information, so they have it set up to get scanned for PCI Compliance every month. They haven't passed compliance in 8 months or so, and no one has tackled the issues until now. Main Point: the PCI compliance scanned has a low level entry saying the following: The web server running on this host uses password fields that allow auto-completion by users' browsers. This could allow a user's credentials to be stored by the browser and subsequently exposed if the user's computer becomes compromised.After looking into the issue, the input fields have the autocomplete attribute, but it equals "false" instead of "off", which is incorrect.I tried to change it to off, but then it throws an error and the only way I could get it to work is to restore the file from a backup.Question: Is there a way I can edit this file (I'm guessing its encoded), or does adobe hav
is there a way to make this work? i'm trying to use different href values inside a cfgrid, based on the value returned by the query. for some reason, it always navigates to the second url, "someOtherURL". grid format is html<cfgrid>...<cfif myQry.myColumn eq 'something'> <cfgridcolumn href="someURL"><cfelse> <cfgridcolumn href="someOtherURL"></cfif>...</cfgrid>thanks a lot!
I'm trying to use a CFC in an ajaxproxy. If I make a simple function it works fine, but as soon as I start getting into more complex scenarios, some of which may need to have a caught error for connection failures and such, instead of returning the error it just returns a parsejson syntax error in the javascript. I've even tried using a try catch and returning a structure with the error details but that doesn't work either, still gives the parsejson error. I've tested and confirmed without any actual error the struct returns fine with false error data in it, but as soon as it's a real error it doesn't work.This makes using a ajaxproxy nearly useless if you can't capture and handle errors in it. Surely I'm simply doing something wrong?This is on a developer edition, Coldfusion 9, Apache 2.2, Windows 7 Host.
I have a page that edits a database called (edit_record.cfm). The link from page A will go to the edit page that will allow for changes. After the update to the database from the (update_record.cfm), my cflocation tag will go back to page A. However right before I submit my finished records to my manager on my (email_review.cfm) page, I can click on each record to edit one last time. which when clicked would go to the same (edit_record.cfm). What i want to do is to have a have my cflocation go to any of my previous pages when my database updates regardless if the previous page is my (edit_record.cfm) or (email_review.cfm)
I am trying to install coldfusion-70-win on my laptop with windows 7. I had it on a previous computer, but cannot access that computer now. I have a back up CD which my Web developer put all the necessary installation components to manage my website, which is where I am trying to complete installation from. The problem is everytime I get to 99%, the Install anywhere keeps asking me to select another location to install it in. Doesn't matter which location I choose, it will not finish installing. I am not very knoweldgeable with this stuff, so any help would be much appreciated.
Is there a way to hide or remove a student's name from a menu list once that student is inserted into a database table? The table that list the student's name is different from the table that record's the student's grade. The table that record's the grade has the column pointing to the primary key of the student table. It's called "gra_stuid" as one of the columns.Here's my code below: <cfquery name="graadreport" datasource="master">SELECT graadreport.*, trim(CONCAT(name.fname,' ',name.xholy))AS student, trim(concat(ltfname,' ',ltlname)) as LT, verbs.* FROM name, graADREPORT, graadlt, verbsWHERE graLT = '#Session.user_id#'AND name.foiid = grafoiidAND verbs.verid = gracontactAND graweekbegin = '#form.graweekbegin#'AND graweekend ='#form.graweekend#'GROUP BY grafoiidORDER BY student</cfquery><span class="label_student">student</span><cfselect name="grafoiid" class="box_student"><option></option><cfoutput query="student"><opti
Hi,We have a oldfusion 9 installation with Plesk11 and facing multiple problems:1- Coldfusion administrator opens with broken images as shown in the images attached.2- We can't see any option for the updates in the Cf administrator4- The font management option needs to be manually updated with the windows font dir. 'C:\Windows\Fonts' and after a reboot it needs to be done again, I am sure coldfusion automatically gets the windows font directory.3- When we click on the 'Resource Security' in the CF administrator, and try to add some directory to it, it comes up with some applet problem, image attached.Any help will be greatly appreciated guys as this is a matter of urgency for us to solve the issues.ThanksSteve Jordanhttp://www.hyve.com
Can anyone point me to documentation that actually defines each of the properties in the right column, throughout Coldfusion Report Builder? For example, when I am viewing a report and I click on a subreport, there are Colors and Style, Data, Layout and Print Control. All have attributes and I would like to find an official definition of each. I have looked everywhere and can't find it. Any help?Thank you...
I am porting a coldfusion application from 32-bit ubuntu to 64-bit and have run into an odd snag. For some reason, I am able to perform file operations in a directory but am completely unable to get a directory listing using cfdirectory.The CF server is Ubuntu 10.04 64-bit running coldfusion mx7. It is joined to active directory using centrify express, and has the centrify samba package installed instead of regular samba. The directories in question actually reside on windows servers - Windows Server 2003 and 2008. The shares are mounted on the CF server using the following lines in fstab://server2003/share /network/server1/share smbfs _netdev,noperm,credentials=/root/.smbpasswd,uid=0,file_mode=0777,dir_mode=0777 0 0//server2008/share /network/server2008/share smbfs _netdev,noperm,credentials=/root/.smbpasswd,uid=0,file_mode=0777,dir_mode=0777 0 0 Coldfusion jrun process is
Hi all,There's a good one, which may have an obvious answer (and that's the reason I first decided to ask it here before filing a bug).<cfset t1 = ToString("00237000000075384887")><cfset t2 = ToString("00237000000075384892")><cfif t1 EQ t2><cfoutput>#t1# equal to #t2#</cfoutput><cfelse><cfoutput>#t1# different to #t2#</cfoutput></cfif>The result of the above is rather surprising. Somewhat this sort of comparison thinks the numbers are equal. Also, even if both numbers are converted to strings, ColdFusion still thinks they are equal.If using Compare(t1,t2) however, ColdFusion starts comparing the strings as us, humans and distinguishes the difference between them Now if there's any known limitation to comparing long numbers etc. or the fact that middle of each of them is filled with zeros affects it all, be welcome to point it out to me.Simon
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f14.html
So I've made good progress on my CF photo album project, but now I've run into a snag. Once I've uploaded a collection of photos and inserted them into my database, I bring up a page which is basically a table containing the thumbnail of each pic, some info about it, and the description of the pic.The table is inside of a <form> tag, and the description is a <textarea> tag. I have as many text areas as I have pics, so it can be any number (within reason). I'd like to be able to type a description for each pic into each textarea rather than having to do them one at a time, then click the submit button to update my records.Each textarea has the same name, so I had the idea to add a hidden form field that held the pic ID, then on the processing page I could maybe have a <cfloop>. My problem is that I can't figure out how to associate each pic ID with the corresponding description, especially considering some of the descriptions might be blank.Is t
I am getting an odd error when visting some pages on my website. It is a page with a big blue circle saying "Error" inside it. Then one line of text that says "An error occurred while executing the application. Please try again or contact the administrator."I have run the exact same website using a local testing machine which uses the same CF10 installation and I don't get any problems. I am running Windows Server 2008 R2 64-bit, with CF10 64-bit, and IIS 7Can anyone please help!
Hi all,Got a bit of a riddle here. Trying to count current active number of sessions and as per ColdFusion documentation that should be done as follows:onSessionStart:<cfset Application.sessions = Application.sessions + 1>onSessionEnd:<cfset Arguments.ApplicationScope.sessions = Arguments.ApplicationScope.sessions - 1>That all works as expected as long as one doesn't use cfschedule events. Now in my application cfschedule runs every minute as a result creating new sessions as it goes. What I'm trying to do is detect cfschedule event as a session 'runner' and ignore it for my session totals.On session start, that is done as follows:<cfif FindNoCase("CFSCHEDULE",CGI.HTTP_USER_AGENT) EQ 0> <cfset Application.sessions = Application.sessions + 1></cfif>This way cfschedule is not counted as a site user, hence not logged. Now my question to the community is: How do you detect cfschedule event on session end? I was unable to locate
Hi everybody.I am trying to follow this tutorial on creating a simple Java class and using it in a simple ColdFusion 10 app, but with no luck.I believe I am doing everything as the tutorial says, I create an Employee.java file and compile it with javac (I think mine one is from jdk1.7.0_02). I add javaSettings to Application.cfc like the following:Application.cfc...this.javaSettings.loadPaths = [ExpandPath('./jars')];this.javaSettings.loadColdFusionClassPath = false;this.javaSettings.reloadOnChange = true;...Index.cfm<p>Starting..</p><cfobject action="create" type="java" class="Employee" name="emp"><p>Are we still running?</p><!--- <cfset emp.init()> ---><cfset emp.firstname = "john"><cfset emp.lastname = "doe"><cfset firstname = emp.firstname><cfset lastname = emp.lastname><cfoutput> Employee name is #firstname# #lastname#</cfoutput><p>Finishing..</p>Folder strcuture Application
can we install coldfusion 10 developer edition without replacing existing CF version??
Hi,We were looking to lockdown our coldfusion server from outside threats and have lookd at multiple forums for it. Most of them were referring to run coldfusion under an unprivileged user account (other than administrator).Has anyone done similar kind of configuration before as we haven't got any clue how to do this. We will appreciate if someone could write down all the steps to do it.ThanksSteve Jordanhttp://hyve.com
Instalation is getting aborted wth invocation target exception in details:ZeroGu6: Windows DLL failed to load at ZeroGa2.b(DashoA10*..) at ZeroGa2.b(DashoA10*..) at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..) at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..) at com.zerog.ia.installer.Main.main(DashoA10*..) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) &nb
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " --using report builder 9, i have a fairly simple report - that contains 4 subreports.for some pages i get the error - it seems if there is more data than would fit on 1 page.smaller pages work fine.the subreports are all simple queries and dumps....containing page header, column header, detail sections.page header has just a text bar of the name of the section.column header has the field namesdetail section has the data - 1 row for each row in the recordset.nothing i do seems to change getting "Infinite loop creating new page due to column header overflow. " on a page with more than 15-20 records returned.any ideas would be appreciated.
To start, I am not a ColdFusion admin, just a systems admin. I have gone through a few CF upgrades over the years, but have been in place. We are looking at moving to CF10, and since it is a now Tomcat, it is a new install. I am lookign for how to export jobs, data sources, settings, etc. from the CF9 server when we are not enterprise (so I cannot export a CAR file). I have looked onlione, but eveythign pionts to the enterpise export. Any thoughts?
I'm looking for a Mura guru!Sorry if this is not an appropriate place to post this. There doesn't seem to be a place for "help wanted" on Mura's forums.I'm looking to get a bit of help with the setup of a new site as well as the recommended approach for future sites and features. Would prefer someone who is comfortable training a new user on the ins-and-outs of Mura.If you are interested, please PM me or respond here.
I'm trying to install ColdFusion 10 on a Red Hat Enterprise Linux 5.8 server with Apache 2.2.3. The install appears to complete with no errors. After some searching the web, I found I had to change the adobe connector shell script to use my directories instead of the bogus ones that were there. The httpd reports that the mod_jk is loaded (apachectl -M returns jk_module (shared) among other things). However, when I attempt to load a ColdFusion page, my web server says "503 Service Temporarily Unavailable". I've look in the log files for httpd and for ColdFusion and see nothing amiss, but I am new to this ColdFusion.It appears my Apache httpd is not communicating with the ColdFusion process, which is listening on ports:TCP *:8012TCP localhost.localdomain:8007TCP *:7995TCP *:6085TCP *:8575TCP *:1243Any suggestions?Danial for bannock21
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.